Make your form action a portlet action URL by either using the portlet
tag lib or by using createActionURL() API call of RenderResponse.
Then, in your portlet's processAction, you can get the form values by
using actionRequest.getParameter() just like with a servlet.
I would suggest reading the portlet 1.0 specifications before under
taking serious portlet development.
http://jcp.org/aboutJava/communityprocess/review/jsr168/
-aaron
On 1/16/07, santas <[EMAIL PROTECTED]> wrote:
Hi All
I have included one jsp in my Portlet. Now can any body tell me ways
to access values of form elements on that
jsp. I am trying to get values of text boxes from the form an jsp
Thanks
--
View this message in context:
http://www.nabble.com/help-related-to-jsp-tf3019125.html#a8384815
Sent from the Jetspeed - User mailing list archive at Nabble.com.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]