Skip to Main Content

Java EE (Java Enterprise Edition) General Discussion

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

parameter passing through response.sendRedirect

843840Oct 6 2007 — edited Nov 11 2008
hi... i m passing 3 parameters thru response.sendRedirect to the next jsp.i m separating the parameters by &.but its giving error.only first parameter is comingin next jsp.how to pass the next two parameters?plz help me in this.here is the code...
response.sendRedirect("nextPage.jsp?Name="+name "&Age="+age "&Sal="+sal);
...thnks in advance...Cheers :)

Comments

Locked Post
New comments cannot be posted to this locked post.

Post Details

Locked on Dec 9 2008
Added on Oct 6 2007
8 comments
4,596 views