A tag in your JSP is probably expecting a Collection, but the getXXX()
method it calls has a String (or some other non-Collection object)
return type.

Post the tag from your JSP that results in the error and the related
getter(s) from your ActionForm for more specific assistance.

-Max

On Mon, 2006-01-09 at 12:53 +1000, Josh McDonald wrote:
> Quick question - what's this _actually_ mean? It's obviously found the
> field, because if I change the reference in the JSP to something wrong,
> it gives me a different error ("No getter found" or something similar).
> Makes no real sense to me. Where should I look for my mistakes? I've
> added bean references at the top of the JSP, they seem OK and don't
> trigger any errors.
>  
> Cheers,
> -Josh
>  


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to