svn commit: r170126 - in /struts/core/trunk/src/share/org/apache/struts: actions/ chain/ chain/commands/ chain/commands/generic/ chain/commands/servlet/ chain/contexts/ config/ mock/

2005-05-13 Thread martinc
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

svn commit: r170118 - /struts/build/trunk/CheckStyle.xml

2005-05-13 Thread martinc
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

saveErrors

2005-05-13 Thread Zakaria KHABOT
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

svn commit: r170117 - /struts/build/trunk/project.properties /struts/build/trunk/project.xml

2005-05-13 Thread martinc
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

svn commit: r170116 - /struts/build/trunk/struts_checks.xml

2005-05-13 Thread martinc
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

svn commit: r170115 - /struts/build/trunk/LICENSE.CheckStyle

2005-05-13 Thread martinc
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

Re: Online Bookstore

2005-05-13 Thread Ted Husted
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.

"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