Perhaps you forgot to include the "html" tag library?... I've done this many times only to notice when I view source, it says "<html:...>"

Just a thought..

-sean-


helen chen <[EMAIL PROTECTED]>
Sent by: [EMAIL PROTECTED]

09/17/2003 02:39 PM
Please respond to mvc-programmers

       
        To:        [EMAIL PROTECTED]
        cc:        
        Subject:        RE: [MVC-Programmers] readonly



Why do you just use label ( <html:label> ) inside your jsp to control
read only field? Actually, text filed are editable (in the common use).
Helen

-----Original Message-----
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Peyathevar,
Santhi {PBG}
Sent: Wednesday, September 17, 2003 11:28 AM
To: '[EMAIL PROTECTED]'
Subject: RE: [MVC-Programmers] readonly

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

_______________________________________________
MVC-Programmers mailing list
[EMAIL PROTECTED]

http://www.basebeans.net:8080/mailman/listinfo/mvc-programmers

Reply via email to