"No getter method error for property" caused by java.beans.Introspector feature/bug

2005-05-13 Thread Davide Cavallari
I recently had a problem with a bean which causes the "No getter method for property..." error when used with the tag. Surfing the web, I found a message posted October 27, 2004 09:41 AM in the JavaRanch Struts forum by Erick Reid. The topic was "No getter method for property... (but not the u

Re: saveErrors

2005-05-16 Thread Davide Cavallari
Zakaria KHABOT wrote: in my action I put : errors.add("erreur",new ActionError("Le CINn Agent doit etre numérique: Mise à jour non réalisée")); From the Javadoc: public ActionError(java.lang.String key) Deprecated. Construct an action error with no replacement values. Parameters: