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