You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tapestry.apache.org by "Fritz Pröbstle (JIRA)" <de...@tapestry.apache.org> on 2008/07/08 17:16:31 UTC

[jira] Created: (TAPESTRY-2506) checkbox and radiobox did not trigger onValidate Event

checkbox and radiobox did not trigger onValidate  Event
-------------------------------------------------------

                 Key: TAPESTRY-2506
                 URL: https://issues.apache.org/jira/browse/TAPESTRY-2506
             Project: Tapestry
          Issue Type: Bug
    Affects Versions: 5.0.13
            Reporter: Fritz Pröbstle



For AbstractTextField,DateField and Select an Validate Event is triggered.

But if you have a Form with has *only* radio and checkboxes this event is not triggered.
I think all editable elements schould have a validate event. - Without this the user cannot check the entered values.

I have a Component which has only  check-buttons.  i want to check on components onvalidate that at least 3 buttons are checked.
But the event is not triggerd!  as a work-araound a can add a textfield - now the event is triggered.

---
  fieldValidationSupport.validate(translated, resources, validate);
--


-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


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


[jira] Updated: (TAPESTRY-2506) checkbox and radiobox did not trigger onValidate Event

Posted by "Fritz Pröbstle (JIRA)" <de...@tapestry.apache.org>.
     [ https://issues.apache.org/jira/browse/TAPESTRY-2506?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Fritz Pröbstle updated TAPESTRY-2506:
-------------------------------------

    Description: 

For AbstractTextField,DateField and Select an Validate Event is triggered.

But if you have a Form with has *only* radio and checkboxes this event is not triggered.
I think all editable elements should have a validate event. - Without this the user cannot check the entered values.

I have a Component which has only  check-buttons.  i want to check on components onvalidate that at least 3 buttons are checked.
But the event is not triggerd!  as a work-around a can add a textfield - now the event is triggered.

---
  fieldValidationSupport.validate(translated, resources, validate);
--


  was:

For AbstractTextField,DateField and Select an Validate Event is triggered.

But if you have a Form with has *only* radio and checkboxes this event is not triggered.
I think all editable elements schould have a validate event. - Without this the user cannot check the entered values.

I have a Component which has only  check-buttons.  i want to check on components onvalidate that at least 3 buttons are checked.
But the event is not triggerd!  as a work-araound a can add a textfield - now the event is triggered.

---
  fieldValidationSupport.validate(translated, resources, validate);
--



> checkbox and radiobox did not trigger onValidate  Event
> -------------------------------------------------------
>
>                 Key: TAPESTRY-2506
>                 URL: https://issues.apache.org/jira/browse/TAPESTRY-2506
>             Project: Tapestry
>          Issue Type: Bug
>    Affects Versions: 5.0.13
>            Reporter: Fritz Pröbstle
>
> For AbstractTextField,DateField and Select an Validate Event is triggered.
> But if you have a Form with has *only* radio and checkboxes this event is not triggered.
> I think all editable elements should have a validate event. - Without this the user cannot check the entered values.
> I have a Component which has only  check-buttons.  i want to check on components onvalidate that at least 3 buttons are checked.
> But the event is not triggerd!  as a work-around a can add a textfield - now the event is triggered.
> ---
>   fieldValidationSupport.validate(translated, resources, validate);
> --

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


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


[jira] Closed: (TAPESTRY-2506) checkbox and radiobox did not trigger onValidate Event

Posted by "Fritz Pröbstle (JIRA)" <de...@tapestry.apache.org>.
     [ https://issues.apache.org/jira/browse/TAPESTRY-2506?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Fritz Pröbstle closed TAPESTRY-2506.
------------------------------------

    Resolution: Fixed

> checkbox and radiobox did not trigger onValidate  Event
> -------------------------------------------------------
>
>                 Key: TAPESTRY-2506
>                 URL: https://issues.apache.org/jira/browse/TAPESTRY-2506
>             Project: Tapestry
>          Issue Type: Bug
>    Affects Versions: 5.0.13
>            Reporter: Fritz Pröbstle
>
> For AbstractTextField,DateField and Select an Validate Event is triggered.
> But if you have a Form with has *only* radio and checkboxes this event is not triggered.
> I think all editable elements should have a validate event. - Without this the user cannot check the entered values.
> I have a Component which has only  check-buttons.  i want to check on components onvalidate that at least 3 buttons are checked.
> But the event is not triggerd!  as a work-around a can add a textfield - now the event is triggered.
> ---
>   fieldValidationSupport.validate(translated, resources, validate);
> --

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


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