RE: read-only fields

2004-10-12 Thread Le Goff, Yoann
disabled="true" readonbly="true" Take care, one of these do not put the field to the request ... Y.

read-only fields

2004-10-12 Thread Freddy Villalba A.
Hello everybody, I want some of the fields in my to be read-only. Usually, I accomplished this by doing one of these: (1) Use "disabled". (2) Use readonly. Now, I have a problem with this... I want to use Struts' XHTML tag. I believe it's the cause for the failing of both alternatives above. I