Hi list,
How is the correct use of the readonly-attribute? I use
<html:text name="CompanyForm" property="id" readonly="true" size="10"/>
But an exception saying "org.apache.jasper.compiler.CompileException: C:\Programmer\IBM\VisualAge
for Java\ide\project_resources\Apache_Tomcat_Test_Environment\webapps\presys\role.jsp(64,9)
Attribute readonly invalid according to the specified TLD" is fired.
The documentation says
"Set to true if this input field should be read only. [RT Expr]"
But i get an error even though i try the expressions readonly="true", readonly="TRUE", readonly=true
or just readonly. What is the problem?
best regards,
|