> In my .jsp page, I have the following code.
> <html:text property="id" size="6" maxlength="6" readonly="true"/>
> I'm getting "Unable to find setter method for attribute: readonly" while 
> compiling that .jsp file.

You didn't say what version of Struts you're using.  I'm on a recent nightly
build (Nov 18th, I think) and this is working fine:

<html-el:text property="junk" readonly="readonly" size="50"
value="${contactForm.prospect.key} ${contactForm.prospect.preferredName}" />

-- 
Wendy Smoak
Applications Systems Analyst, Sr.
Arizona State University PA Information Resources Management

Reply via email to