|
View:
New views
3 Messages
—
Rating Filter:
Alert me
|
|
|
[jira] Created: (TAPESTRY-2506) checkbox and radiobox did not trigger onValidate Eventcheckbox 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@... For additional commands, e-mail: dev-help@... |
|
|
[jira] Updated: (TAPESTRY-2506) checkbox and radiobox did not trigger onValidate Event[ 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@... For additional commands, e-mail: dev-help@... |
|
|
[jira] Closed: (TAPESTRY-2506) checkbox and radiobox did not trigger onValidate Event[ 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@... For additional commands, e-mail: dev-help@... |
| Free Forum Powered by Nabble | Forum Help |