Rendering controls from one JSP to another
Hi Guys,
I need to render html controls from one JSP on another JSP. Basically I want to have a link on a JSP1 that redirects the user to JSP2 and JSP2 then iterates through HTML control on JSP1 and renders them. How should I go about achieving this? Goal is to render a printer friendly version of a JSP in another JSP or HTML. If there is a better way of doing this, please point that out as well.
Thanks!
Awais.

