on js1.x:

in your form, theres a inputfield called "myField".

Then, in your portlet's action (that you call within your form action), you
access your form fields with:

String myString = rundata.getParameters().getString("myField");

Best regards

David




-----Ursprüngliche Nachricht-----
Von: Dan Olsen [mailto:[EMAIL PROTECTED] 
Gesendet: Donnerstag, 27. März 2008 17:51
An: Jetspeed Users List
Betreff: Submitting a Form

In my edit.jsp I have a form that I am submitting. How do I catch the submit
and process the input? 




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

Reply via email to