[Apache Struts Wiki] Updated: ForwardingWithDifferentParameter

2004-06-01 Thread dev
Date: 2004-06-01T18:40:17 Editor: IrfandhyFranciscus <[EMAIL PROTECTED]> Wiki: Apache Struts Wiki Page: ForwardingWithDifferentParameter URL: http://wiki.apache.org/struts/ForwardingWithDifferentParameter no comment Change Log: --

[Apache Struts Wiki] Updated: StrutsJobJar

2004-06-01 Thread dev
Date: 2004-06-01T16:18:58 Editor: 209.245.49.126 <> Wiki: Apache Struts Wiki Page: StrutsJobJar URL: http://wiki.apache.org/struts/StrutsJobJar no comment Change Log: -- @@ -6,4 +6,4 @@ * Help develo

Re: [validator-plugin] MASK_VALIDATOR

2004-06-01 Thread David Graham
--- Matthias Wessendorf <[EMAIL PROTECTED]> wrote: > Hi there, > > what is the reason, the mask need to start with "^" > and end with "$" ? Because Commons Validator uses ORO as the regex engine. I believe when we move to standard Java 1.4 regexs you won't need the ^ and $. David > > --> >

Re: [validator-plugin] MASK_VALIDATOR

2004-06-01 Thread Alvin Townsend Jr.
Hi Matthias, I believe that the ^ and $ in a regular expression pattern are used to symbolize the start and end of the evaluated string. Thus: ^a means the string must begin with an a, a$ means the string must end with an a. Struts may handle regex differently, but if you remove them, it will o

Distinguish ActionErrors and ActionMessages after deprecation in 1.2?

2004-06-01 Thread Fireball29
Hi! Is there a proper way to distinguish messages and errors after the deprecation of ActionErrors? How do i seperate errors from messages when displaying? Any examples or hints? Cheers, Fireball - To unsubscribe, e-mail: [EMAIL

[validator-plugin] MASK_VALIDATOR

2004-06-01 Thread Matthias Wessendorf
Hi there, what is the reason, the mask need to start with "^" and end with "$" ? --> mask ^[a-zA-Z]*$ possible to turn off? Cheers, -- Matthias Weßendorf Aechterhoek 18 D-48282 Emsdetten Email: matthias AT wessendorf DOT net URL: http://www.wessendorf.net ---

DynaAction form and reset method

2004-06-01 Thread Laine Donlan
Is there any plan to provide for a pluggable reset() method for DynaActionForms? Perhaps a ResetHandler of some sort that would take the same params as the reset() method of the form as well as the form itself. This would alleviate subclassing of the form just to include reset() behavior. Th

[Apache Struts Wiki] New: ForwardingWithDifferentParameter

2004-06-01 Thread dev
Date: 2004-06-01T07:57:49 Editor: IrfandhyFranciscus <[EMAIL PROTECTED]> Wiki: Apache Struts Wiki Page: ForwardingWithDifferentParameter URL: http://wiki.apache.org/struts/ForwardingWithDifferentParameter New Page: Describe ForwardingWithDifferentParameter here. Acknowledge

[Apache Struts Wiki] Updated: StrutsNewFaqs

2004-06-01 Thread dev
Date: 2004-06-01T07:29:35 Editor: IrfandhyFranciscus <[EMAIL PROTECTED]> Wiki: Apache Struts Wiki Page: StrutsNewFaqs URL: http://wiki.apache.org/struts/StrutsNewFaqs no comment Change Log: -- @@ -25,7