You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tapestry.apache.org by Christian Dutaret <cd...@gmail.com> on 2014/09/20 11:16:03 UTC

RadioGroup validation

Hi all,

I am having serious trouble validating RadioGroup components:
- JSR-303 or @Validate annotations do not work for RadioGroup
- if using validate="required" instead, no client-side validation occur
- server-side validation is triggered, but no bootstrap error decoration is
displayed in the form field

I've been searching in the archives for similar problems, and found some
old unresolved JIRA issues:
https://issues.apache.org/jira/browse/TAP5-1513
https://issues.apache.org/jira/browse/TAP5-2156

Any plan to fix RadioGroup validation for the 5.4 release?

Christian

Re: RadioGroup validation

Posted by Thiago H de Paula Figueiredo <th...@gmail.com>.
On Sat, 20 Sep 2014 06:16:03 -0300, Christian Dutaret  
<cd...@gmail.com> wrote:

> Hi all,

Hi!

> I am having serious trouble validating RadioGroup components:
> - JSR-303 or @Validate annotations do not work for RadioGroup

This is probably a bug.

> - if using validate="required" instead, no client-side validation occur

This isn't a bug because Tapestry never claimed to do client-side  
validation on RadioGroup. Of course, that would be a nice feature.

> - server-side validation is triggered, but no bootstrap error decoration  
> is displayed in the form field

This looks like a bug.

>
> I've been searching in the archives for similar problems, and found some
> old unresolved JIRA issues:
> https://issues.apache.org/jira/browse/TAP5-1513
> https://issues.apache.org/jira/browse/TAP5-2156
>
> Any plan to fix RadioGroup validation for the 5.4 release?
>
> Christian


-- 
Thiago H. de Paula Figueiredo
Tapestry, Java and Hibernate consultant and developer
http://machina.com.br

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@tapestry.apache.org
For additional commands, e-mail: users-help@tapestry.apache.org