| Author |
servlets + jsp
|
gayathriy Nandakumar
Greenhorn
Joined: Jul 11, 2006
Posts: 15
|
|
hi i am creating an application using jsp & servlets...In my application,i need to capture the input details from two jsp pages..so i use session object ..Initially i capture the data from the first jsp using javabean and redirect to the servlet to second jsp and get the secong page details in second servlet and redirect the second servlet to the output jsp.. here in jsp(i call the servlet1 in action tag of jsp1 & servlet2 in action tag of jsp2) my problem is:jsp pages are not calling the corresponding servlet and processing) can anybody help?? thanks
|
 |
Christophe Verré
Sheriff
Joined: Nov 24, 2005
Posts: 14685
|
|
|
What did you set the action of the forms to ?
|
[My Blog]
All roads lead to JavaRanch
|
 |
Makarandp Parab
Greenhorn
Joined: Sep 26, 2006
Posts: 6
|
|
Hi If it is not calling the expected servlet, where it is getting submitted or is it throwing some kind of exception. Throw some more light on our problem. let me know. Regards Makarand
|
 |
dinesh Venkatesan
Ranch Hand
Joined: Oct 12, 2006
Posts: 134
|
|
hi, Usually the session objects wont be working consistently, if you are switching between different context paths. For example if you are using tomcat5.5 and didn't deploy your application, then you should use different context paths(servlets-examples and jsp-examples). That could create problems in your application.
|
 |
 |
|
|
subject: servlets + jsp
|
|
|