How do i get <html:text readonly="true" /> working? My code: isReadOnly = "\"true\"" <html:text property="firstName" readonly=<%=isReadOnly%>/>
Problem: It does not translate html:text. As a result ViewSource gives: <html:text property="firstName" readonly="true" /> Thank you Santhi _______________________________________________ MVC-Programmers mailing list [EMAIL PROTECTED] http://www.basebeans.net:8080/mailman/listinfo/mvc-programmers