Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Dynamic properties in <html:text> tag

Status
Not open for further replies.

pajarokillo

Programmer
May 3, 2004
30
0
0
ES
I would like to set dynamicly the 'readonly' property of the <html:text> tag,

I have done it the next way

<bean:define id="pReadOnly" value="true" />

<hmtl:text name="myForm" property="myProp"
readonly="<%=pReadOnly%>" />

But, it don't work correctly.

How can i to do it?.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top