| Author |
Getting data in java page flow
|
Nidhi Singhal
Ranch Hand
Joined: Sep 19, 2004
Posts: 89
|
|
Hi, I am developing a web based application using weblogic workshop. I have a custom control method that returns a HashMap of Bean class. I am calling this method inside my jsp and referncing the fields using a repeater having datasource = {pageContext.mBean) The problem comes when the form is submitted and I want to save the data in the database from the Java Page Flow method. How can I get the data submitted from the form in the Java Page Flow method? Thanks, Nidhi
|
 |
vive shar
Greenhorn
Joined: Sep 27, 2007
Posts: 17
|
|
Hi!!! Are you not using form bean for this? Regards, Vivek
|
 |
 |
|
|
subject: Getting data in java page flow
|
|
|