Hey,
I have a primary JSP which inlcudes a secondary JSP which is dynamic. How do I pass parameters FROM the secondary JSP back the PRIMARY JSP not the other way around?
For example I have a page which displays the output from a database. The first page is just interested in formatting while the second page actually calls the data from the database - hence it is included. However I also have it so a user can click a record (generated by the second jsp) which can then be edited on the primary page. I therfore need to page the primary key to be passed from the second jsp to the primary one.
Hope you can help :-)
Thanks