If i understand correctly, you want to have a portlet with an html FORM submit to some 
arbitrary URL, then display the results of that submit in the portlet?

One way to do this would be to have the portlet call a velocity action on submit, grab 
all the FORM parms from the rundata, then make a URLConnection to the "real" submit 
url passing along all the FORM parms you just grabbed.

>>> [EMAIL PROTECTED] 01/21/03 01:58PM >>>
How can I program my velocity portlet to include a page (not necessarily a
.vm page). 
 
Ex. The velocity portlet shows a form with a field "name" within the form. 
 
When the user submits this form, the portlet should display within the
portlet space, the result of the page ->
<http://someaddress/page.cgi?name=> http://someaddress/page.cgi?name=<value
of the name field from the portlet>.
 
Thanks.


 

 


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

Reply via email to