Vincent,
If you are using the WebPagePortlet, not available in 1.3a1, the
parameter "NameOfValue" should be include in the <URL> of the portlet
configuration. See the "Portlet Catalog" on the jetspeed web site for
more information.

I do not know how to pass a parameter to a JSP portlet :(

Paul Spencer

Vincent Bonamy wrote:
> 
> > Hello,
> 
> I try to make a Jsp.
> In fact, I would like to make the HelloVelocity in JSP instead of servlet.
> I can't get the parameter when I input data in the form.
> 
> My JSP code for that is:
> 
> <form method = get >
> value? <input = text name = "nameOfValue" value="hello" >
> <input type=submit value="Submit">
> </form>
> 
> ... and i get my paramater with:
> 
> request.getParameter("nameOfValue");
> 
> but that returns me null !
> 
> thanks
> 
> vincent.
> 
> ---------------------------------------------------------------------
> 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]

Reply via email to