Hi all,
Can anyone enlighten me to how to set a struts html text field to readonly?
I have tried the following solution:
<html:text name="loginForm" property="email" readonly />
but i always get the following error:
------->
org.apache.jasper.compiler.ParseException: /registration.jsp(66,61) Attribute readonly has no value
-------->
Can anyone please enlighten me on how to do this.
Many thanks in advance