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="">
<input type="hidden" name="action" VALUE="or_setup.jsp"/>
<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]
