JSP , Javabean and Servlets
843838Jun 29 2006 — edited Jun 30 2006Hi,
I have a question, well I�m trying to do this:
1- I have a "test.jsp" file with variables to collect data from user (name, email, address, etc)
2- I have a Javabean file to "hold " the values for those variables located in "test.jsp" file
My question is how to get these values (JavaBean file) from a servlet file? Is that possible?.
I know how to get these values from a jsp file but my problem is getting these values form a servlet.
Thanks.