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
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
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
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
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
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
--
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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.
>
>
> -
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
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
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
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?
>
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
, 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
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
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
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
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
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
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
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
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.
[ 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
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.
.
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
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
42 matches
Mail list logo