the value is null.... allthought the value of help is not null. But i cannot
access it in the jsp...
thx !

----- Original Message ----- 
From: "François Richard" <[EMAIL PROTECTED]>
To: "Struts Users Mailing List" <[EMAIL PROTECTED]>
Sent: Monday, December 22, 2003 4:45 PM
Subject: Re: simple question


> hi,
> try this,
> <%= request.getParameter("users.userId") %>
>
>
>
> dirk wrote:
>
> >I have an action which contains the following:
> >
> >
> >
> >String hulp=request.getParameter("users.userId");
> >
> >return mapping.findForward(CONTINUE);
> >
> >
> >
> >continue points to user.jsp. How can i use in the file user.jsp the value
of hulp ?
> >
> >eg: <%=hulp%> is not working.
> >
> >Thx
> >
> >
> >
> >
> >
>
>
> ---------------------------------------------------------------------
> 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