The parameter command MUST BE in the ActionForm, not in the request. Regards, Miguel
> -----Mensaje original----- > De: Jean-Baptiste Onofr� [mailto:[EMAIL PROTECTED]] > Enviado el: martes, 19 de noviembre de 2002 13:30 > Para: [EMAIL PROTECTED] > Asunto: 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]>

