Hello Guys,

I have this code...

<bean:cookie name="<%= Konstants.COOKIE_USERNAME  %>" id="username"/>
.
.

down the line i need to access the bean and set it to an input field.

.
.
<html:text property="username"size="20" value="????" />

previously i was using EL but the webapp was deployed in an older
version of tomcat where EL is not working .

I tried this <%= pageContext.getAttribute("username") %> but its not working.

Please help.
Thanks

Richard

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

Reply via email to