hi,
i want to make this field editable false.
<html:text property="ef.autoempno" size ="30" value="<%=emp.getAutoempno()%>" maxlength ="10" />
can anyone plz tell me.
regards
sukhbir
Discussions
Web tier: servlets, JSP, Web frameworks: how to make field editable false while using Structs
-
how to make field editable false while using Structs (1 messages)
- Posted by: sukhbir bhavra
- Posted on: June 20 2003 06:47 EDT
Threaded Messages (1)
- how to make field editable false while using Structs by Web Master on June 20 2003 09:36 EDT
-
how to make field editable false while using Structs[ Go to top ]
- Posted by: Web Master
- Posted on: June 20 2003 09:36 EDT
- in response to sukhbir bhavra
<html:text property="ef.autoempno" size ="30" value="<%=emp.getAutoempno()%>" maxlength ="10" readonly="true"/>