Hi Allen,
 
The way we're doing it is to dynamically include the successive jsp's
into one fixed jsp - the one specified for the jsp portlet. The way you
can set an attribute containing the name of the next jsp to include.
 
Hope this helps ...
 
Regards,
 
Jan.

        -----Original Message-----
        From: Wilson, Allen [mailto:[EMAIL PROTECTED] 
        Sent: Monday, August 11, 2003 7:10 PM
        To: [EMAIL PROTECTED]
        Subject: Getting a JSP portlet to submit to another JSP Page
        
        
        I've created a JSP portlet that I would like to submitted back
to itself (where the parameters that the user enter can then be
processed ) or to another JSP page. I have JSP pages (submitting to
itself) working fine when it is not in the portlet but when it is it
returns an error about not being able to find itself (in other words it
is not finding the path back to the porlet). This is what I have for the
action statement....
         
        <form method="POST"  name="or_setup"
action="<jetspeed:dynamicUri/>">
          <input type="hidden" name="action" VALUE="or_setup.jsp"/> 
         
         
        Can someone point me in the right direction on get a JSP portlet
to submit to another jsp page or itself.
         
        Thanks....

Reply via email to