| Author |
How to make text field disabled using html tag?
|
michelle Wang
Ranch Hand
Joined: Jan 12, 2004
Posts: 65
|
|
My code is like this: <html:text property="branchID" size="10" maxlength="10" styleClass="normal" value="<%=branchID%>" /> How to make this text field disabled (editable=false)?
|
michelle Wang <br />SCJP 1.4
|
 |
bhuvan sundar
Ranch Hand
Joined: Mar 02, 2005
Posts: 104
|
|
Hi, The <html:text> tag has an attribute called "disabled" for which you can set the value as either TRUE or FALSE.
|
 |
michelle Wang
Ranch Hand
Joined: Jan 12, 2004
Posts: 65
|
|
|
Oh yes it works. thanks a lot
|
 |
 |
|
|
subject: How to make text field disabled using html tag?
|
|
|