Author: martinc
Date: Fri May 13 23:09:06 2005
New Revision: 170126
URL: http://svn.apache.org/viewcvs?rev=170126&view=rev
Log:
Fix a bunch more Checkstyle problems.
Modified:
struts/core/trunk/src/share/org/apache/struts/actions/LocaleAction.java
struts/core/trunk/src/share/org/apache/s
Author: martinc
Date: Fri May 13 20:24:38 2005
New Revision: 170118
URL: http://svn.apache.org/viewcvs?rev=170118&view=rev
Log:
Remove old Checkstyle file obsoleted by the one based on the Maven Sun coding
guidelines file.
Removed:
struts/build/trunk/CheckStyle.xml
hi all,
in my action I put :
errors.add("erreur",new ActionError("Le CINn Agent doit etre numérique:
Mise à jour non réalisée"));
saveErrors(request,errors);
But the errors are not displayed in the JSP althought :
log.info("la taille des erreurs est " + errors.size()); displays 2 erroes
Thanks for
Author: martinc
Date: Fri May 13 20:19:26 2005
New Revision: 170117
URL: http://svn.apache.org/viewcvs?rev=170117&view=rev
Log:
Enable the Checkstyle plugin.
Modified:
struts/build/trunk/project.properties
struts/build/trunk/project.xml
Modified: struts/build/trunk/project.properties
URL
Author: martinc
Date: Fri May 13 20:05:49 2005
New Revision: 170116
URL: http://svn.apache.org/viewcvs?rev=170116&view=rev
Log:
Checkstyle rules for Struts. This file is almost the same as Maven's
sun_checks.xml with minimal changes for:
- RegExp based file header check, since we use $Id$ in the
Author: martinc
Date: Fri May 13 20:00:27 2005
New Revision: 170115
URL: http://svn.apache.org/viewcvs?rev=170115&view=rev
Log:
Fix Checkstyle file header for SVN keywords.
Modified:
struts/build/trunk/LICENSE.CheckStyle
Modified: struts/build/trunk/LICENSE.CheckStyle
URL:
http://svn.apache
On 5/12/05, Martin Cooper <[EMAIL PROTECTED]> wrote:
> Great idea! A few comments:
>
> 1) Is the PRC aware of this? They need to know this is happening, and
> may even need to approve it, to ensure that it's in line with our
> 501(c)3 status.
Yes. Everything was setup over the fundraising@ list.
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