Re: T5: validation without instant popups

2009-06-15 Thread P . Stavrinides
example: To: "Tapestry users" Sent: Tuesday, 2 June, 2009 17:05:10 GMT +02:00 Athens, Beirut, Bucharest, Istanbul Subject: Re: T5: validation without instant popups On Tue, Jun 2, 2009 at 11:02 AM, wrote: >  Hi, Hi! >  Is it possible to perform the validation in forms witho

Re: T5: Validation title message

2009-06-03 Thread Thiago H. de Paula Figueiredo
On Wed, Jun 3, 2009 at 4:12 AM, wrote: > Hi, Hi! > On top of the validation messages there is an english sentence: "You must > correct the following errors before you may continue." > Is it possible to override this message? You can use the message parameter of the Errors component. Tapestry h

Re: T5: Validation title message

2009-06-03 Thread Ulrich Stärk
Yes, I do ;-) - Changing your browser's locale AND the list of supported locales (SymbolConstants.SUPPORTED_LOCALES, see the Configuration section in the user's guide) will display that message in the desired locale - to overwrite it for a specific locale put a file Errors_.properties inside a

Re: T5: Validation title message

2009-06-03 Thread Borut Bolčina
Hi, see this wiki entry: http://wiki.apache.org/tapestry/Tapestry5HowToOverrideTheDefaultErrorMessageBanner Cheers, Borut 2009/6/3 > Hi, > > On top of the validation messages there is an english sentence: "You must > correct the following errors before you may continue." > > Is it possible to

Re: T5: Validation title message

2009-06-03 Thread kasper
Thanks, but do you also know how? Yours, Kasper On Wed, 03 Jun 2009 09:29:58 +0200, Ulrich Stärk wrote: > Yes it is. > > Uli > > kas...@nekoconeko.nl schrieb: >> Hi, >> >> On top of the validation messages there is an english sentence: "You > must >> correct the following errors before you may

Re: T5: Validation title message

2009-06-03 Thread Ulrich Stärk
Yes it is. Uli kas...@nekoconeko.nl schrieb: Hi, On top of the validation messages there is an english sentence: "You must correct the following errors before you may continue." Is it possible to override this message? Thanks in common, Yours, Kasper --

T5: Validation title message

2009-06-03 Thread kasper
Hi, On top of the validation messages there is an english sentence: "You must correct the following errors before you may continue." Is it possible to override this message? Thanks in common, Yours, Kasper - To unsubscribe, e

Re: T5: validation without instant popups

2009-06-02 Thread Thiago H. de Paula Figueiredo
On Tue, Jun 2, 2009 at 11:02 AM, wrote: >  Hi, Hi! >  Is it possible to perform the validation in forms without getting > the black pop-ups? You can disable the client-side validation using the clientValidation parameter of the Form or BeanEditForm components. The validation will still be done

T5: validation without instant popups

2009-06-02 Thread kasper
Hi, Is it possible to perform the validation in forms without getting the black pop-ups? http://tapestry.apache.org/tapestry5/tutorial1/address-v6.png

Re: Using T5 Validation Outside a Form

2009-04-28 Thread Thiago H. de Paula Figueiredo
Take a look at Tapestry CRUD-Hibernate Validator, part of the Ars Machina Project: http://www.arsmachina.com.br/project/tapestrycrudhibernatevalidator. Its 1.1 version (the documentation is related to the 1.0 version, but I hadn't had the time to update it yet) provides validation as a mixin to be

Re: Using T5 Validation Outside a Form

2009-04-28 Thread Geoffrey Wiseman
On Tue, Apr 28, 2009 at 11:13 AM, Geoffrey Wiseman < geoffrey.wise...@gmail.com> wrote: > Anyone have an example of using Tapestry validation outside of the form > context? As in, if I were interested in taking a domain object, checking it > for T5-annotated validity, and examining the messages m

Using T5 Validation Outside a Form

2009-04-28 Thread Geoffrey Wiseman
Anyone have an example of using Tapestry validation outside of the form context? As in, if I were interested in taking a domain object, checking it for T5-annotated validity, and examining the messages myself? I could presumably dig into the form code deeply and find out which objects it's using

RE: T5: Validation and message catalogue

2009-02-02 Thread James Sherwood
Hello, NVM I am an idiot. I was forgetting the t: for the id..:( Thanks, --James -Original Message- From: James Sherwood [mailto:jsherw...@rgisolutions.com] Sent: February-02-09 11:58 AM To: 'Tapestry users' Subject: RE: T5: Validation and message catalogue Hello, It is no

RE: T5: Validation and message catalogue

2009-02-02 Thread James Sherwood
AM To: Tapestry users Subject: Re: T5: Validation and message catalogue try double slashed like this ssn-regexp=\\d{3}-\\d{2}-\\d{4} 2009/2/2 James Sherwood > Hello, > > > > I cannot seem to get a textfield validate message to work using regexp and > message catalogs. &g

Re: T5: Validation and message catalogue

2009-02-02 Thread Sven Homburg
try double slashed like this ssn-regexp=\\d{3}-\\d{2}-\\d{4} 2009/2/2 James Sherwood > Hello, > > > > I cannot seem to get a textfield validate message to work using regexp and > message catalogs. > > > > I use Tomcat/Eclipse. > > > > This is my .tml: > > Cell Phone: > > > > > > This is my jav

T5: Validation and message catalogue

2009-02-02 Thread James Sherwood
Hello, I cannot seem to get a textfield validate message to work using regexp and message catalogs. I use Tomcat/Eclipse. This is my .tml: Cell Phone: This is my java: @Validate("regexp") public String getCellPhone(){ return getVisit().getNstuMember().getCellphone(); } publ

Re: T5 : validation of radiogroup fields

2009-01-29 Thread Geoff Callender
I would like to be able to use the Required validator without a default. Geoff On 30/01/2009, at 8:52 AM, Stephane Decleire wrote: Am i the only one to have such a need ??? A radiogroup is quite the same thing (except for the graphical representation) as a select box (without multiple choice a

Re: T5 : validation of radiogroup fields

2009-01-29 Thread Stephane Decleire
Am i the only one to have such a need ??? A radiogroup is quite the same thing (except for the graphical representation) as a select box (without multiple choice activated). So i think that he should have the same validate attribute as the select box and copy its behavior : if the radio group field

T5 : validation of radiogroup fields

2009-01-21 Thread Stephane Decleire
I don't understand why the radiogroup component doesn't have a validate field like the other form field components ... And what is the prefered way to set a radiogroup field as required ? Stephane

RE: T5: Validation message defaults

2008-10-07 Thread Blower, Andy
Okay, I've raised a JIRA TAP5-253 for this. > -Original Message- > From: Blower, Andy > Sent: 01 October 2008 15:04 > To: 'Tapestry users' > Subject: T5: Validation message defaults > > I'm trying to set up validation for our forms and I need to cu

T5: Validation message defaults

2008-10-01 Thread Blower, Andy
I'm trying to set up validation for our forms and I need to customise the default validation messages. Unfortunately there doesn't seem to be a way to do this as contributing to ValidationMessagesSource just adds new messages for new validators. I need to change the default messages to what we n

Re: [T5] validation bubbles css

2008-08-15 Thread Filip S. Adamsen
d change to make the positions relevant to the form. Ive tried a number of changes, nothing so far...anyone know? Thanks, ..kace -- View this message in context: http://www.nabble.com/-T5--validation-bubbles-css-tp19004961p19004961.html Sent from the Tapestry - User mailing list archi

Re: [T5] validation bubbles css

2008-08-15 Thread kace
This is what gets rendered for error-popup You must provide a value for Username. Thanks ..kace -- View this message in context: http://www.nabble.com/-T5--validation-bubbles-css-tp19004961p19006486.html Sent from the Tapestry - User mailing list archive at Nabble.com

Re: [T5] validation bubbles css

2008-08-15 Thread Howard Lewis Ship
nyone know? > > Thanks, > > ..kace > -- > View this message in context: > http://www.nabble.com/-T5--validation-bubbles-css-tp19004961p19004961.html > Sent from the Tapestry - User mailing list archive at Nabble.com. > > > -

[T5] validation bubbles css

2008-08-15 Thread kace
so far...anyone know? Thanks, ..kace -- View this message in context: http://www.nabble.com/-T5--validation-bubbles-css-tp19004961p19004961.html Sent from the Tapestry - User mailing list archive at Nabble.com. - To

Re: T5: Validation troubles

2008-02-17 Thread Howard Lewis Ship
On Feb 17, 2008 12:46 PM, Chris Poulsen <[EMAIL PROTECTED]> wrote: > Hi, > > I've been trying to perform some cross field validation in 5.0.10, but > I'm unable to find any usable examples on how to get it working. > > I've added a "onValidateForm()" method to my page (and it is being > called prop

T5: Validation troubles

2008-02-17 Thread Chris Poulsen
Hi, I've been trying to perform some cross field validation in 5.0.10, but I'm unable to find any usable examples on how to get it working. I've added a "onValidateForm()" method to my page (and it is being called properly) but if I want to indicate some error how do I do that? Following an

Re: T5 - validation of composite components

2007-11-22 Thread jeffrey ai
t; above the form can validate the component, but the component cannot > validate itself. Is that correct? What am I missing? > > Is there a way to get a validate event trigger in a component once the > child components have restored their values and have validated themselves? >

T5 - validation of composite components

2007-11-22 Thread Markus Fischer
f. Is that correct? What am I missing? Is there a way to get a validate event trigger in a component once the child components have restored their values and have validated themselves? Thanks, Markus -- View this message in context: http://www.nabble.com/T5---validation-of-composite-compo

RE: T5 validation error images displayed withform.clientValidation="false"

2007-06-19 Thread Martin Grotzke
, June 19, 2007 10:50 AM > To: Tapestry users > Subject: RE: T5 validation error images displayed > withform.clientValidation="false" > > I was wondering about the presence of that tag myself, until I realized > that for client-side validation to avoid having to go back

RE: T5 validation error images displayed withform.clientValidation="false"

2007-06-18 Thread ASTI Araza, Ariel D.
Oops, I misread the post. Please ignore my previous post. -Original Message- From: ASTI Araza, Ariel D. [mailto:[EMAIL PROTECTED] Sent: Tuesday, June 19, 2007 10:50 AM To: Tapestry users Subject: RE: T5 validation error images displayed withform.clientValidation="false" I was

RE: T5 validation error images displayed withform.clientValidation="false"

2007-06-18 Thread ASTI Araza, Ariel D.
client side validation performed as expected, the error images didn't show until I hit submit and there's a field violating the validation rules. Ariel -Original Message- From: Martin Grotzke [mailto:[EMAIL PROTECTED] Sent: Monday, June 18, 2007 9:28 PM To: Tapestry users S

Re: T5 validation error images displayed with form.clientValidation="false"

2007-06-18 Thread Martin Grotzke
Created https://issues.apache.org/jira/browse/TAPESTRY-1588, a patch will follow soon hopefully :) Cheers, Martin On Mon, 2007-06-18 at 10:26 -0700, Howard Lewis Ship wrote: > An issue or a patch will be fine. > > On 6/18/07, Martin Grotzke <[EMAIL PROTECTED]> wrote: > > Hi, > > > > even if you

Re: T5 validation error images displayed with form.clientValidation="false"

2007-06-18 Thread Howard Lewis Ship
An issue or a patch will be fine. On 6/18/07, Martin Grotzke <[EMAIL PROTECTED]> wrote: Hi, even if you set clientValidation="false" on a form, T5 renders the validation error image for all input components (for validation errors that might occur): AFAICS with clientValidation="false" this s

T5 validation error images displayed with form.clientValidation="false"

2007-06-18 Thread Martin Grotzke
Hi, even if you set clientValidation="false" on a form, T5 renders the validation error image for all input components (for validation errors that might occur): AFAICS with clientValidation="false" this should not be needed and markup could be improved + page load time reduced. Shall we submit

Re: [WARNING] T5 validation

2007-03-02 Thread Terry
ke it and refactor to fit you application... ;) Terry -- View this message in context: http://www.nabble.com/T5-validation-tf3323698.html#a9267798 Sent from the Tapestry - User mailing list archive at Nabble.com. - To unsub

Re: [WARNING] T5 validation

2007-03-01 Thread Howard Lewis Ship
t; > > -- View this message in context: http://www.nabble.com/T5-validation-tf3323698.html#a9252108 Sent from the Tapestry - User mailing list archive at Nabble.com. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

Re: [WARNING] T5 validation

2007-03-01 Thread Terry
ditForm _beanEditForm; // Case just doesn't matter to > Tapestry! > > > -- View this message in context: http://www.nabble.com/T5-validation-tf3323698.html#a9252108 Sent from the Tapestry - User mailing list archive at Nabble.com.

Re: [WARNING] T5 validation

2007-03-01 Thread Howard Lewis Ship
[ refresh ] Howard Lewis Ship wrote: > > @Component > private Form _form; > > > This defines the type of the component with an id of "form" as being > an instance of the Form component. Further, you can access the form to > record errors into

Re: [WARNING] T5 validation

2007-03-01 Thread Terry
type of the component with an id of "form" as being > an instance of the Form component. Further, you can access the form to > record errors into it. > > -- View this message in context: http://www.nabble.com/T5-validation-tf3323698.

Re: T5 validation

2007-02-28 Thread Howard Lewis Ship
. If my page is a POJO and my form data is a POJO that is wired up by magic, how do I get access to the Form object from within the page to invoke recordError? Thanks, Terry -- View this message in context: http://www.nabble.com/T5-validation-tf3323698.html#a9240017 Sent from the Tapestry - U

T5 validation

2007-02-28 Thread Terry
feed back field level errors to the user. If my page is a POJO and my form data is a POJO that is wired up by magic, how do I get access to the Form object from within the page to invoke recordError? Thanks, Terry -- View this message in context: http://www.nabble.com/T5-validation-tf3323698