aspose file tools
The moose likes BEA/Weblogic and the fly likes Getting data in java page flow Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


JavaRanch » Java Forums » Products » BEA/Weblogic
Reply Bookmark "Getting data in java page flow" Watch "Getting data in java page flow" New topic
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
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: Getting data in java page flow
 
Similar Threads
Crazy post and get methods, help....
doPost() question
Problem accessing inputstream in servlet
JSP include
set java variable using setter method from jsp