> In the form bean, i really have :
> String command;
do u have a getter for command?

Regards,
Andy

----- Original Message -----
From: "Jean-Baptiste Onofr�" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Tuesday, November 19, 2002 9:30 PM
Subject: Hidden and taglib


> Re all,
>
> the
> <html:hidden property="command"/>
>
> don't work. I have in html generated :
> <input tye="hidden" name="command" value="">
>
> whereas i must have, for example :
> <input type="hidden" name="command" value="3">
>
> With JSP pure code, it work :
> <input type="hidden" name="command" value="<%=
> request.getParameter("command") %>">
>
> In the form bean, i really have :
> String command;
>
> Someone has a idea ?
> --
> Jean-Baptiste Onofr� (Nanthrax)
> Membre fondateur de phpFR.org
> http://www.phpfr.org
> [EMAIL PROTECTED]
> Membre fondateur du LUG B�ziers
> http://www.lug-beziers.org
> [EMAIL PROTECTED]
>
> --
> To unsubscribe, e-mail:
<mailto:[EMAIL PROTECTED]>
> For additional commands, e-mail:
<mailto:[EMAIL PROTECTED]>
>
>


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

Reply via email to