You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@myfaces.apache.org by "Andrew Robinson (JIRA)" <de...@myfaces.apache.org> on 2007/09/07 19:12:31 UTC

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

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

Andrew Robinson commented on TRINIDAD-697:
------------------------------------------

Way to reproduce this bug:

1) Disable client-side validation

2) Execute this view:

<tr:panelLabelAndMessage label="TEST-697">
  <tr:inputText required="true" partialTriggers="testLink" value="#{test}" simple="true" />
</tr:panelLabelAndMessage>
<tr:commandLink partialSubmit="true" id="testLink" text="Submit" />

3) Load the view, do not enter a value in the text box.
4) Submit the form with the link
5) tr:panelLabelAndMessage is not correctly rendered - the message is not rendered


> 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.