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