hi..
can i access the jaav bean fields in a
servlet?
I am making an application that have one bean,2 servlet n 2 jsps..
the architecture goes like this:
JSP calls sevlet which makes beans and forward them to another JSP.
On this second jsp the user selects the data to be store in db and click save button..now when this save button is clicked JSP transfer control to another servlet which have to save data in db.
Now the problem is that i do not know how to get the data that was shown in jsp via bean's getProperty method.
plz help.