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.
Is the get method that you are calling trying to return a collection? Maybe it's being called but not getting the collection. Check the log file or maybe the stnd out on the console for more specifics on where the error is occurring and for other details.
-- Rick --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]