You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@struts.apache.org by Ramachandran <ra...@summitworks.com> on 2004/02/20 16:38:31 UTC

How to make readonly in Select Box

Hi,

        I want to make readyonly in Select Box. If i gave readonly="true".
There is no property
called readonly..What i have to do for that one....

<html:select property="depid" size="1">
              <html:option value="1">
	        Marketing
	      </html:option>
              <html:option value="2">
	        Human Resource
	      </html:option>
              <html:option value="3">
	        Administration
	      </html:option>
</html:select>

Bye
Ram


---------------------------------------------------------------------
To unsubscribe, e-mail: struts-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: struts-user-help@jakarta.apache.org