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]>

Reply via email to