Re: about validation error messages

2006-05-24 Thread marcopar
In data Wed, 24 May 2006 17:09:27 +0200, marcopar ha scritto: > In data Wed, 24 May 2006 16:54:27 +0200, Schulte Marcus ha scritto: > >> It's a so-called "binding-prefix". This has a long and venerable history ;). > > many thanks! > i finally found the docs about that... i think i should read

Re: about validation error messages

2006-05-24 Thread marcopar
In data Wed, 24 May 2006 16:54:27 +0200, Schulte Marcus ha scritto: > It's a so-called "binding-prefix". This has a long and venerable history ;). many thanks! - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands

RE: about validation error messages

2006-05-24 Thread Schulte Marcus
sly not-so-fast. Through the advent of hivemind you can very easily add your own binding prefixes ... > -Original Message- > From: marcopar [mailto:[EMAIL PROTECTED] > Sent: Wednesday, May 24, 2006 3:54 PM > To: users@tapestry.apache.org > Subject: Re: about validation error

Re: about validation error messages

2006-05-24 Thread marcopar
In data Wed, 24 May 2006 15:12:02 +0200, Schulte Marcus ha scritto: >>> > delegate="beans.delegate"> > > try: delegate="ognl:beans.delegate" whoaaa... the ognl way worked. thank you. i still remain dubious on when i should use ognl:, listener:, delegate: or nothing. What does it mean really tha

RE: about validation error messages

2006-05-24 Thread Schulte Marcus
> > delegate="beans.delegate"> try: delegate="ognl:beans.delegate" or: delegate="bean:delegate" hth, marcus - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: about validation error messages

2006-05-24 Thread marcopar
that could be a problem but right now Tapestry whines at the @Form line that is before that. btw, isn't the % used for localized messages? I want to hard code them for now. One step at a time :) In data Tue, 23 May 2006 11:03:28 -0700 (PDT), Carl Pelletier ha scritto: > A quick look at your code

Re: about validation error messages

2006-05-23 Thread Carl Pelletier
A quick look at your code and I see that you missing the % before your message in the validators: bad: good: Good luck ! Carl Pelletier - Original Message From: marcopar <[EMAIL PROTECTED]> To: users@tapestry.apache.org Sent: Tuesday, May 23, 2006 11:32:48 AM Subject: