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?

Reply via email to