Simply add the attribute ... readonly="true" ... (or maybe disabled="true")
For more options see http://static.springframework.org/spring/docs/2.0.x/reference/spring-form.tld.html#spring-form.tld.input Bye, Peter 2007/10/10, John Kwon <[EMAIL PROTECTED]>: > > In your tutorial you have: > > <li> > <appfuse:label styleClass="desc" key="person.lastName"/> > <form:errors path= "lastName" cssClass="fieldError"/> > <form:input path="lastName" id="lastName" cssClass="text medium"/> > </li> > > I would like to have the lastName in this example be read-only. Is there > a way to do this? >