Passing parameters back to calling document

Reply

Join Date: Jan 2008
Posts: 32
Reputation: eddy556 is an unknown quantity at this point 
Solved Threads: 0
eddy556 eddy556 is offline Offline
Light Poster

Passing parameters back to calling document

 
0
  #1
Feb 4th, 2008
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
Reply With Quote Quick reply to this message  
Join Date: Jun 2006
Posts: 7,600
Reputation: ~s.o.s~ has much to be proud of ~s.o.s~ has much to be proud of ~s.o.s~ has much to be proud of ~s.o.s~ has much to be proud of ~s.o.s~ has much to be proud of ~s.o.s~ has much to be proud of ~s.o.s~ has much to be proud of ~s.o.s~ has much to be proud of ~s.o.s~ has much to be proud of 
Solved Threads: 462
Super Moderator
Featured Poster
~s.o.s~'s Avatar
~s.o.s~ ~s.o.s~ is offline Offline
Failure as a human

Re: Passing parameters back to calling document

 
0
  #2
Feb 9th, 2008
> How do I pass parameters FROM the secondary JSP back the PRIMARY JSP not the other way
> around?
You can use session variables as common piggyback mechanism though I am not very sure what you mean by pass the parameters.

The entire process of including the JSP is just an abstraction for the developer. In the end, the client would be just served with a single HTML file (unless you are using Iframes/frames). When the user clicks on the link to modify the record, just call the first or the parent JSP and perform a check in the first JSP to see if the user wants to just view or modify the records.

But still there seems to be something wrong with your design. Are you by any chance accessing the database from the JSP. If yes, it's wrong and you shouldn't do that. If no, then why use two pages? JSP technology is meant to be a presentation layer technology and it's primary purpose is the formatting of the data which is processed in a servlet.
I don't accept change; I don't deserve to live.
Reply With Quote Quick reply to this message  
Reply

This thread is more than three months old.
Perhaps start a new thread instead?
Message:



Similar Threads
Other Threads in the JSP Forum
Thread Tools Search this Thread



About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC