pports
all java.util.regex.Pattern, or what I have gone
wrong?
Thanks
Sige
Send instant messages to your online friends http://au.messenger.yahoo.com
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
It seems @Validate("regexp") only support fixed number
of matches such as \\d{4}, and doesnt support "one or
more" or "zero or more" matches(\\d* or \\d+).
Sige
--- Sige <[EMAIL PROTECTED]> wrote:
> Hi,
>
> I have tried to use a @Validate("r
3}
Cheers,
Sige
--- Lance Java <[EMAIL PROTECTED]> wrote:
> Since your regex is defined in a property file, you
> don't need to escape
> your backslashes as you do with a java string.
>
> try \-*\d*\.*\d*
>
> Cheers,
> Lance.
>
> On 15/04
he input, and doesnt care about those following, and
all the following inputs would be valid:
12345
12345a
12345abcd
i have tested Tapestry 5.0.9 and 5.0.11 tutorial, and
i think this may be a bug.
Cheers
Sige
--- Sige <[EMAIL PROTECTED]> wrote:
> Thank you, but still no luck
.spring.TapestrySpringFilter
app
/*
I have searched the forum for similar problems without any solution. It
seems T5.1 has introduced stax2 for parsing xml but not sure if this is
configurable. Could any body help?
Thanks a lot!
Sige
--
View this message in con
using external spring context and a spring ContextLoaderListener:
tapestry.use-external-spring-context
true
org.springframework.web.context.ContextLoaderListener
I am not using maven and I managed the dependencies manually.
Thanks,
Sige