Is there a trick to passing parameters with CallPage?
 
I thought I could easily create a simple JSP that does a CallPage to display another page (in this case, created by running a servlet that in turn redirects to a JSP.  But, the CallPage url cannot contain a simple parameter (ie. CallPage("/servlet/DoIt?id=123") ).
 
I then tried adding
     request.getSession(true).putValue("id","123")
 
This still seemed to fail to get 'id' parameter in.  What might I be doing wrong?  I'm using JRun 2.3.1 build 145.
 
David

Reply via email to