Hello list.

in jsp I used to do things like:

<tr>
<td>nome utente: <br>username: </td>
<td><input name="username" value="${cookie['username'].value}" /></td>
</tr>

but in S2 if I try the following

<s:textfield key="Username" name="username" value="${cookie['username'].value}" required="true"/>


it gives me an error.. so.. how to use cookies in
<s:textfield>, <s:password> and <s:checkbox>?


Thank you!

--
Robi

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

Reply via email to