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!

Passing values from one JSP page to another.

843840Jul 14 2008 — edited Jul 14 2008
Hi i want to pass postcode and surname from one page to another, i have been able to be able to do one value passing with the code below:
<a href=viewContact.jsp?postcode=//c.postcode id="postcode"><%= c.postcode %></a>
where c is the contact. any idea how to pass both postcode and surname
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Aug 11 2008
Added on Jul 14 2008
1 comment
134 views