Jan....

Thanks for the response but I figured out how to do it with using an
Action class.

Allen

-----Original Message-----
From: Jan Goyvaerts (jgoyvaer) [mailto:[EMAIL PROTECTED] 
Sent: Monday, August 18, 2003 9:54 AM
To: Jetspeed Users List
Subject: RE: Getting a JSP portlet to submit to another JSP Page


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....

This message may contain proprietary or confidential company information.
Any unauthorized use or disclosure is prohibited.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to