2002. november 19. 12:49 dátummal Jean-Baptiste Onofré ezt írtad:
> Hello all,
>
> in a jsp, i use :
>
> <input type="hidden" name="command" value=<%
> out.print("\""+request.getParameter("command")+"\""); %>>
>
> I would like to use the <html:hidden..> tag from struts html taglib.
>
> Somebody has a sample ?

<html:hidden property="command" />

And don't forget to add the command property to your ActionForm.

Hth,

tib

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

Reply via email to