it's because setValue() for the taglib need a String.
try

<html:hidden property="loginid" value="<%= 
(String)request.getAttribute("loginid")%>" >

Mike

john lee a écrit :
How to assaign value to html:hidden field?
<html:hidden property="loginid" value=<%= request.getAttribute("loginid")%>> but give me the error message, saying need double quote, after i put double quote before "<%..", cause jsp compile error, any clue? tks in advance john

---------------------------------
Sucker-punch spam with award-winning protection.
 Try the free Yahoo! Mail Beta.


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

Reply via email to