RE: readonly
"Peyathevar, Santhi {PBG}" <[email protected]> Wed, 17 Sep 2003 11:27:34 -0500
| Newsgroups | gmane.comp.java.mvc.devel |
|---|---|
| Message-ID | <[email protected]> |
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