Re: Last Few Bugs for Struts 1.1-beta-2

2002-08-13 Thread James Turner

Multi-row validation works in the current release, although you need to 
design your rows right.  In particular, you should define a bean which 
holds all the values in a given row, and define the form to use an array of 
the bean.  They you can validate on individual properties.  Here's an 
example from a client's app:

 

 

   
 
   
  
   

James


At 03:40 PM 8/13/2002, you wrote:
>Subject: Re: Last Few Bugs for Struts 1.1-beta-2
>From: Vic <[EMAIL PROTECTED]>
>  ===
>This remains open?
>V
>
>Vic C wrote:
> > Bug 8798
> >
> > and the bug  has an attached CVS source code to fix it.
> >
> > When you do multi row update (which my clients do a lot) you also want
> > multi row validation to work. Not sure if it is a show stoper.
> >
> > (so then clients used the "custom" jar with attached CVS source code
> > fix, not ideal)
> >
> > I pinged David way back on it.
> >
> > (also, next build of basicPortal will use the newer nightly jars, things
> > seem to work well with the new JSTL jars, and I am going arround to my
> > client to bump them to the newer nightly jars to see if anything shakes)
> >
> > hth,
> >
> > Vic
> >
> >
> > Craig R. McClanahan wrote:
> >
> >> It looks like we're on the home stretch for fixing the remaining bugs
> >> standing in the way of a 1.1-beta-2 release.  Could someone (especially
> >> David) take a look at the outstanding bug reports against validator (both
> >> here and on commons)?  If the proposed patches look reasonable but you
> >> don't have time to commit them, just add a note on the bug reports and
> >> someone else can do the grunt work.
> >>
> >> Then, we just need someone to be release manager again.  Martin, would
> >> you
> >> be willing to do the honors for another round?
> >>
> >> Craig
> >>
> >>
> >>
> >> --
> >> To unsubscribe, e-mail:
> >> 
> >> For additional commands, e-mail:
> >> 
> >>
> >
>
>
>--
>To unsubscribe, e-mail:   
>For additional commands, e-mail: 



--
To unsubscribe, e-mail:   
For additional commands, e-mail: 




Re: Last Few Bugs for Struts 1.1-beta-2

2002-08-13 Thread @Basebeans.com

Subject: Re: Last Few Bugs for Struts 1.1-beta-2
From: Vic <[EMAIL PROTECTED]>
 ===
This remains open?
V

Vic C wrote:
> Bug 8798
> 
> and the bug  has an attached CVS source code to fix it.
> 
> When you do multi row update (which my clients do a lot) you also want 
> multi row validation to work. Not sure if it is a show stoper.
> 
> (so then clients used the "custom" jar with attached CVS source code 
> fix, not ideal)
> 
> I pinged David way back on it.
> 
> (also, next build of basicPortal will use the newer nightly jars, things 
> seem to work well with the new JSTL jars, and I am going arround to my 
> client to bump them to the newer nightly jars to see if anything shakes)
> 
> hth,
> 
> Vic
> 
> 
> Craig R. McClanahan wrote:
> 
>> It looks like we're on the home stretch for fixing the remaining bugs
>> standing in the way of a 1.1-beta-2 release.  Could someone (especially
>> David) take a look at the outstanding bug reports against validator (both
>> here and on commons)?  If the proposed patches look reasonable but you
>> don't have time to commit them, just add a note on the bug reports and
>> someone else can do the grunt work.
>>
>> Then, we just need someone to be release manager again.  Martin, would 
>> you
>> be willing to do the honors for another round?
>>
>> Craig
>>
>>
>>
>> -- 
>> To unsubscribe, e-mail:   
>> 
>> For additional commands, e-mail: 
>> 
>>
> 


--
To unsubscribe, e-mail:   
For additional commands, e-mail: 




RE: website incorrect

2002-08-13 Thread Craig R. McClanahan



On Tue, 13 Aug 2002, Martin Cooper wrote:

> Date: Tue, 13 Aug 2002 10:33:41 -0700
> From: Martin Cooper <[EMAIL PROTECTED]>
> Reply-To: Struts Developers List <[EMAIL PROTECTED]>
> To: 'Struts Developers List' <[EMAIL PROTECTED]>
> Subject: RE: website incorrect
>
>
>
> > -Original Message-
> > From: James Holmes [mailto:[EMAIL PROTECTED]]
> > Sent: Tuesday, August 13, 2002 8:38 AM
> > To: [EMAIL PROTECTED]
> > Subject: website incorrect
> >
> >
> > Martin-
> >
> > Are you sure you updated the website for the release
> > of 1.1b2?  When you pull up the main Struts home page
> > it still lists 1.1b1 underneath the "Acquiring Struts"
> > section.
>
> Actually, I've been playing a version of "Where's Wally" (or "Where's
> Waldo", depending on where you live). Each time I do a release, I mess up a
> link and wait to see who finds it first. You win, this time. ;-)
>
> Not! I messed up - sorry. Thanks, Craig, for fixing it.
>

Not a problem ... you did all the hard work, and deserve the thanks for
getting the release tested and out the door!  Thanks!!

> --
> Martin Cooper

Craig

>
>
> >
> > Unfortunately I don't have access to CVS right or
> > otherwise I'd update the file myself.
> >
> > -james
> > [EMAIL PROTECTED]
> > http://www.jamesholmes.com/struts/
> >
> > __
> > Do You Yahoo!?
> > HotJobs - Search Thousands of New Jobs
> > http://www.hotjobs.com
> >
> > --
> > To unsubscribe, e-mail:
> > 
> > For additional commands, e-mail:
> > 
> >
> >
>
>
> --
> To unsubscribe, e-mail:   
> For additional commands, e-mail: 
>
>


--
To unsubscribe, e-mail:   
For additional commands, e-mail: 




Logging in Struts 1.1 Beta 2

2002-08-13 Thread Matt Raible

My log4j.properties files was working for the nightly builds (even one from
2 days ago).  But when I updated to the 1.1 Beta 2, I get the log messages
below:

log4j.properties

log4j.category.org.apache.commons.validator.ValidatorResources=ERROR
log4j.category.org.apache.struts.validator.ValidatorPlugIn=ERROR
log4j.category.org.apache.commons.digester.Digester=ERROR
log4j.category.org.apache.struts.action.RequestProcessor=ERROR
log4j.category.org.apache.struts.tiles.TilesRequestProcessor=ERROR
log4j.category.org.apache.struts.util.PropertyMessageResources=ERROR

log messages I'm not expecting

Aug 13, 2002 11:28:58 AM org.apache.struts.util.PropertyMessageResources

INFO: Initializing, config='org.apache.struts.util.LocalStrings',
returnNull=true
Aug 13, 2002 11:28:58 AM org.apache.struts.util.PropertyMessageResources

INFO: Initializing, config='org.apache.struts.action.ActionResources',
returnNull=true
Aug 13, 2002 11:28:59 AM org.apache.struts.util.PropertyMessageResources

INFO: Initializing, config='CustomResources', returnNull=true
Aug 13, 2002 11:28:59 AM org.apache.struts.util.PropertyMessageResources

INFO: Initializing, config='ApplicationResources', returnNull=true
Aug 13, 2002 11:28:59 AM org.apache.struts.validator.ValidatorPlugIn
initResources
INFO: Loading validation rules file from '/WEB-INF/validator-rules.xml'
Aug 13, 2002 11:28:59 AM org.apache.struts.validator.ValidatorPlugIn
initResources
INFO: Loading validation rules file from '/WEB-INF/validation.xml'
Aug 13, 2002 11:29:09 AM org.apache.commons.logging.impl.Jdk14Logger info
INFO: Loading validation rules file from '/WEB-INF/validator-rules.xml'
Aug 13, 2002 11:29:09 AM org.apache.commons.logging.impl.Jdk14Logger info
INFO: Add ValidatorAction: required,org.apache.struts.util.StrutsValidator
Aug 13, 2002 11:29:09 AM org.apache.commons.logging.impl.Jdk14Logger info
INFO: Add ValidatorAction: minlength,org.apache.struts.util.StrutsValidator
Aug 13, 2002 11:29:09 AM org.apache.commons.logging.impl.Jdk14Logger info
INFO: Add ValidatorAction: maxlength,org.apache.struts.util.StrutsValidator
Aug 13, 2002 11:29:09 AM org.apache.commons.logging.impl.Jdk14Logger info
INFO: Add ValidatorAction: mask,org.apache.struts.util.StrutsValidator
Aug 13, 2002 11:29:09 AM org.apache.commons.logging.impl.Jdk14Logger info
INFO: Add ValidatorAction: byte,org.apache.struts.util.StrutsValidator
Aug 13, 2002 11:29:09 AM org.apache.commons.logging.impl.Jdk14Logger info
INFO: Add ValidatorAction: short,org.apache.struts.util.StrutsValidator
Aug 13, 2002 11:29:09 AM org.apache.commons.logging.impl.Jdk14Logger info
INFO: Add ValidatorAction: integer,org.apache.struts.util.StrutsValidator
Aug 13, 2002 11:29:09 AM org.apache.commons.logging.impl.Jdk14Logger info
INFO: Add ValidatorAction: long,org.apache.struts.util.StrutsValidator
Aug 13, 2002 11:29:09 AM org.apache.commons.logging.impl.Jdk14Logger info
INFO: Add ValidatorAction: float,org.apache.struts.util.StrutsValidator
Aug 13, 2002 11:29:09 AM org.apache.commons.logging.impl.Jdk14Logger info
INFO: Add ValidatorAction: double,org.apache.struts.util.StrutsValidator
Aug 13, 2002 11:29:09 AM org.apache.commons.logging.impl.Jdk14Logger info
INFO: Add ValidatorAction: date,org.apache.struts.util.StrutsValidator
Aug 13, 2002 11:29:09 AM org.apache.commons.logging.impl.Jdk14Logger info
INFO: Add ValidatorAction: range,org.apache.struts.util.StrutsValidator
Aug 13, 2002 11:29:09 AM org.apache.commons.logging.impl.Jdk14Logger info
INFO: Add ValidatorAction: creditCard,org.apache.struts.util.StrutsValidator
Aug 13, 2002 11:29:09 AM org.apache.commons.logging.impl.Jdk14Logger info
INFO: Add ValidatorAction: email,org.apache.struts.util.StrutsValidator
Aug 13, 2002 11:29:09 AM org.apache.commons.logging.impl.Jdk14Logger info
INFO: Loading validation rules file from '/WEB-INF/validation.xml'
Aug 13, 2002 11:29:09 AM org.apache.commons.logging.impl.Jdk14Logger info
INFO: Adding FormSet 'FormSet: language=null  country=null  variant=null




--
To unsubscribe, e-mail:   
For additional commands, e-mail: 




RE: website incorrect

2002-08-13 Thread Martin Cooper



> -Original Message-
> From: James Holmes [mailto:[EMAIL PROTECTED]]
> Sent: Tuesday, August 13, 2002 8:38 AM
> To: [EMAIL PROTECTED]
> Subject: website incorrect
> 
> 
> Martin-
> 
> Are you sure you updated the website for the release
> of 1.1b2?  When you pull up the main Struts home page
> it still lists 1.1b1 underneath the "Acquiring Struts"
> section.

Actually, I've been playing a version of "Where's Wally" (or "Where's
Waldo", depending on where you live). Each time I do a release, I mess up a
link and wait to see who finds it first. You win, this time. ;-)

Not! I messed up - sorry. Thanks, Craig, for fixing it.

--
Martin Cooper


> 
> Unfortunately I don't have access to CVS right or
> otherwise I'd update the file myself.
> 
> -james
> [EMAIL PROTECTED]
> http://www.jamesholmes.com/struts/
> 
> __
> Do You Yahoo!?
> HotJobs - Search Thousands of New Jobs
> http://www.hotjobs.com
> 
> --
> To unsubscribe, e-mail:   
> 
> For additional commands, e-mail: 
> 
> 
> 


--
To unsubscribe, e-mail:   
For additional commands, e-mail: 




cvs commit: jakarta-struts/doc/userGuide installation.xml release-notes-1.1-b2.xml

2002-08-13 Thread craigmcc

craigmcc2002/08/13 09:28:49

  Modified:doc  index.xml
   doc/userGuide installation.xml release-notes-1.1-b2.xml
  Log:
  Update home page links to the new "beta 2" release, and tweak a couple of
  typos.
  
  Revision  ChangesPath
  1.27  +7 -7  jakarta-struts/doc/index.xml
  
  Index: index.xml
  ===
  RCS file: /home/cvs/jakarta-struts/doc/index.xml,v
  retrieving revision 1.26
  retrieving revision 1.27
  diff -u -r1.26 -r1.27
  --- index.xml 29 Jun 2002 18:19:16 -  1.26
  +++ index.xml 13 Aug 2002 16:28:48 -  1.27
  @@ -220,17 +220,17 @@
 
   
 
  -  http://jakarta.apache.org/builds/jakarta-struts/release/v1.1-b1";>
  -  Struts 1.1 Beta 1 Binary Distribution
  -  http://jakarta.apache.org/builds/jakarta-struts/release/v1.1-b1/lib";>
  -  Struts 1.1 Beta 1 Library Distribution
  -  http://jakarta.apache.org/builds/jakarta-struts/release/v1.1-b1/src";>
  -  Struts 1.1 Beta 1 Source Code Distribution
  +  http://jakarta.apache.org/builds/jakarta-struts/release/v1.1-b2";>
  +  Struts 1.1 Beta 2 Binary Distribution
  +  http://jakarta.apache.org/builds/jakarta-struts/release/v1.1-b2/lib";>
  +  Struts 1.1 Beta 2 Library Distribution
  +  http://jakarta.apache.org/builds/jakarta-struts/release/v1.1-b2/src";>
  +  Struts 1.1 Beta 2 Source Code Distribution
 
   
 
 Check the 
  -  http://jakarta.apache.org/struts/userGuide/release-notes-1.1-b1.html";>
  +  http://jakarta.apache.org/struts/userGuide/release-notes-1.1-b2.html";>
 Release Notes for a summary of the changes since the Struts 1.0.2 release.
 
   
  
  
  
  1.5   +1 -1  jakarta-struts/doc/userGuide/installation.xml
  
  Index: installation.xml
  ===
  RCS file: /home/cvs/jakarta-struts/doc/userGuide/installation.xml,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- installation.xml  8 Jul 2002 00:55:49 -   1.4
  +++ installation.xml  13 Aug 2002 16:28:49 -  1.5
  @@ -29,7 +29,7 @@
 version 2.2 or later, and the JavaServer Pages (JSP) Specification,
 version 1.1 or later.  One popular choice is to download Apache's
 http://jakarta.apache.org/tomcat";>Tomcat (version 3.1
  -  or later required, version 3.2 or later recommended).
  +  or later required, version 3.3 or later recommended).
   
 XML Parser - Struts requires the presence of an XML
 parser that is compatible with the Java API for XML Parsing (JAXP)
  
  
  
  1.3   +1 -1  jakarta-struts/doc/userGuide/release-notes-1.1-b2.xml
  
  Index: release-notes-1.1-b2.xml
  ===
  RCS file: /home/cvs/jakarta-struts/doc/userGuide/release-notes-1.1-b2.xml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- release-notes-1.1-b2.xml  13 Aug 2002 04:32:09 -  1.2
  +++ release-notes-1.1-b2.xml  13 Aug 2002 16:28:49 -  1.3
  @@ -129,7 +129,7 @@
   of the Struts framework:
   
   Database Connection Pool Package
  -[http://jakarta.apache.org/commons/dbcp.html";>org.apache.commons.dbpc]
  +[http://jakarta.apache.org/commons/dbcp.html";>org.apache.commons.dbcp]
   FileUpload Package
   [http://cvs.apache.org/viewcvs/jakarta-commons-sandbox/fileupload/";>org.apache.commons.fileupload]
   Logging Package
  
  
  

--
To unsubscribe, e-mail:   
For additional commands, e-mail: 




Re: website incorrect

2002-08-13 Thread Craig R. McClanahan



On Tue, 13 Aug 2002, James Holmes wrote:

> Date: Tue, 13 Aug 2002 08:37:55 -0700 (PDT)
> From: James Holmes <[EMAIL PROTECTED]>
> Reply-To: Struts Developers List <[EMAIL PROTECTED]>
> To: [EMAIL PROTECTED]
> Subject: website incorrect
>
> Martin-
>
> Are you sure you updated the website for the release
> of 1.1b2?  When you pull up the main Struts home page
> it still lists 1.1b1 underneath the "Acquiring Struts"
> section.
>
> Unfortunately I don't have access to CVS right or
> otherwise I'd update the file myself.
>

Looks like Martin didn't update those links ... I will fix it.

> -james
> [EMAIL PROTECTED]
> http://www.jamesholmes.com/struts/

Craig


--
To unsubscribe, e-mail:   
For additional commands, e-mail: 




website incorrect

2002-08-13 Thread James Holmes

Martin-

Are you sure you updated the website for the release
of 1.1b2?  When you pull up the main Struts home page
it still lists 1.1b1 underneath the "Acquiring Struts"
section.

Unfortunately I don't have access to CVS right or
otherwise I'd update the file myself.

-james
[EMAIL PROTECTED]
http://www.jamesholmes.com/struts/

__
Do You Yahoo!?
HotJobs - Search Thousands of New Jobs
http://www.hotjobs.com

--
To unsubscribe, e-mail:   
For additional commands, e-mail: 




[ANNOUNCEMENT] Struts 1.1 Beta 2 Released

2002-08-13 Thread Kevin . Bedell

Congratulations to everyone on this milestone. Thanks for the hard work.


-- Forwarded by Kevin Bedell/Systems/USHO/SunLife on
08/13/2002 09:41 AM ---

"Martin Cooper" <[EMAIL PROTECTED]> on 08/13/2002 02:32:54 AM

Please respond to "Struts Developers List" <[EMAIL PROTECTED]>

To:"'[EMAIL PROTECTED]'"
   <[EMAIL PROTECTED]>,
   "'[EMAIL PROTECTED]'" <[EMAIL PROTECTED]>,
   "'[EMAIL PROTECTED]'" <[EMAIL PROTECTED]>
cc: (bcc: Kevin Bedell/Systems/USHO/SunLife)
Subject:[ANNOUNCEMENT] Struts 1.1 Beta 2 Released


The Struts team is proud to announce the release of Struts 1.1 Beta 2. This
release includes significant new functionality, while retaining full
backwards compatibility with earlier versions of Struts. It also
incorporates fixes for a number of bugs which were reported against earlier
versions.

The binary distribution is available at:

  http://jakarta.apache.org/builds/jakarta-struts/release/v1.1-b2/

and the source distribution is available at:

  http://jakarta.apache.org/builds/jakarta-struts/release/v1.1-b2/src/

In addition, the library distibution, which contains updated binaries
without the sample applications, is available at:

  http://jakarta.apache.org/builds/jakarta-struts/release/v1.1-b2/lib/

Details of the changes in this release are available in the Release Notes,
which can be found here:

  http://jakarta.apache.org/struts/userGuide/release-notes-1.1-b2.html

--
Martin Cooper


--
To unsubscribe, e-mail:   
For additional commands, e-mail: 







--
To unsubscribe, e-mail:   
For additional commands, e-mail: