« Return to Thread: [jira] Created: (TRINIDAD-697) Trinidad has no way to re-render components to show server validation errors or conversion errors on a partial update

[jira] Commented: (TRINIDAD-697) Trinidad has no way to re-render components to show server validation errors or conversion errors on a partial update

by My Faces - Dev mailing list :: Rate this Message:

Reply to Author | View in Thread


    [ https://issues.apache.org/jira/browse/TRINIDAD-697?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12594495#action_12594495 ]

Stefan Meyer commented on TRINIDAD-697:
---------------------------------------

This is a serious shortcoming.
1. client side validation is not sufficient (see seam validation).
2. display of messages cannot be sufficiently done by using h:message or the built-in messages in the components. We need to be able to use facelets decoration to create messages. Thus we need full partial page rendering support upon validation failure.

Ajax4Jsf has it - Trinidad should too.


> Trinidad has no way to re-render components to show server validation errors or conversion errors on a partial update
> ---------------------------------------------------------------------------------------------------------------------
>
>                 Key: TRINIDAD-697
>                 URL: https://issues.apache.org/jira/browse/TRINIDAD-697
>             Project: MyFaces Trinidad
>          Issue Type: Bug
>          Components: Components
>    Affects Versions: 1.0.2-core
>            Reporter: Andrew Robinson
>
> There is no built-in method in Trindad to have components re-render to show validation errors and conversion errors during a PPR request with client-side validation disabled.
> As a result, component messages are not shown to the user on validation and conversion errors.

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

 « Return to Thread: [jira] Created: (TRINIDAD-697) Trinidad has no way to re-render components to show server validation errors or conversion errors on a partial update