T5 regExp problem

2008-04-14 Thread Sige
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]

Re: T5 regExp problem

2008-04-14 Thread Sige
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

Re: T5 regExp problem

2008-04-15 Thread Sige
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

Re: T5 regExp problem

2008-04-15 Thread Sige
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

T5.1.0.5, XMLInputFactory class cast exception

2009-05-27 Thread sige
.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

Re: [T5] 5.1 Startup problem with TapestrySpringFilter

2009-07-13 Thread sige
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