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
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: