Re: T5: validation without instant popups

2009-06-15 Thread P . Stavrinides
this for example: form onsubmit=return validateOnSubmit() thanks, Peter - Original Message - From: Thiago H. de Paula Figueiredo thiag...@gmail.com To: Tapestry users users@tapestry.apache.org Sent: Tuesday, 2 June, 2009 17:05:10 GMT +02:00 Athens, Beirut, Bucharest, Istanbul Subject: Re: T5

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,

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

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 kas...@nekoconeko.nl Hi, On top of the validation messages there is an english sentence: You must correct the following errors before you may continue. Is it

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_locale.properties

Re: T5: Validation title message

2009-06-03 Thread Thiago H. de Paula Figueiredo
On Wed, Jun 3, 2009 at 4:12 AM, kas...@nekoconeko.nl 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

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: T5: validation without instant popups

2009-06-02 Thread Thiago H. de Paula Figueiredo
On Tue, Jun 2, 2009 at 11:02 AM, kas...@nekoconeko.nl 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

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

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: 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 jsherw...@rgisolutions.com 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: tdbCell Phone:/b/td

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 not a matter

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 jsherw...@rgisolutions.com Hello, I cannot seem to get a textfield validate message to work using regexp and message catalogs. I

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

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

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 customise the default validation messages

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

[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

Re: [T5] validation bubbles css

2008-08-15 Thread Howard Lewis Ship
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 unsubscribe, e-mail: [EMAIL PROTECTED] For additional

Re: [T5] validation bubbles css

2008-08-15 Thread kace
This is what gets rendered for error-popup div class=t-error-popup style=position: absolute; top: 19px; left: -15px; width: auto; height: 39px; You must provide a value for Username. /div Thanks ..kace -- View this message in context: http://www.nabble.com/-T5--validation-bubbles-css

Re: [T5] validation bubbles css

2008-08-15 Thread Filip S. Adamsen
the default.css and the graphics for the bubbles into my own directory but not sure what I should 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

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 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 properly) but

T5 - validation of composite components

2007-11-22 Thread Markus Fischer
. 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-components

Re: T5 - validation of composite components

2007-11-22 Thread jeffrey ai
. 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

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

2007-06-19 Thread Martin Grotzke
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 to the server, the images must already be in the page

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): img alt=[Error] class=t-error-icon t-invisible id=cancel:icon src=/app/assets/tapestry/field-error-marker.png AFAICS with

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): img alt=[Error] class=t-error-icon t-invisible

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 set

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

2007-06-18 Thread ASTI Araza, Ariel D.
) and the 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 Subject: T5

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 wondering

Re: [WARNING] T5 validation

2007-03-02 Thread Terry
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 unsubscribe, e-mail

Re: [WARNING] T5 validation

2007-03-01 Thread Terry
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 it. -- View this message in context: http://www.nabble.com/T5-validation-tf3323698

Re: [WARNING] T5 validation

2007-03-01 Thread Howard Lewis Ship
errors into it. -- View this message in context: http://www.nabble.com/T5-validation-tf3323698.html#a9245715 Sent from the Tapestry - User mailing list archive at Nabble.com. - To unsubscribe, e-mail: [EMAIL PROTECTED

Re: [WARNING] T5 validation

2007-03-01 Thread Terry
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. - To unsubscribe, e-mail: [EMAIL

T5 validation

2007-02-28 Thread Terry
to 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

Re: T5 validation

2007-02-28 Thread Howard Lewis Ship
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 - User mailing list archive