You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@myfaces.apache.org by "Udo Schnurpfeil (JIRA)" <de...@myfaces.apache.org> on 2010/10/26 16:12:19 UTC

[jira] Resolved: (TOBAGO-931) Validation problems with UIData from Sun RI 1.1_02

     [ https://issues.apache.org/jira/browse/TOBAGO-931?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Udo Schnurpfeil resolved TOBAGO-931.
------------------------------------

       Resolution: Fixed
    Fix Version/s: 1.0.31

I've implemented a workaround.

To use it please add this to your faces-config.xml

  <component>
    <display-name>UIData</display-name>
    <component-type>org.apache.myfaces.tobago.Data</component-type>
    <component-class>org.apache.myfaces.tobago.component.UIDataFixTobago931</component-class>
  </component>


> Validation problems with UIData from Sun RI 1.1_02
> --------------------------------------------------
>
>                 Key: TOBAGO-931
>                 URL: https://issues.apache.org/jira/browse/TOBAGO-931
>             Project: MyFaces Tobago
>          Issue Type: Bug
>          Components: Core
>    Affects Versions: 1.0.30
>         Environment: Sun RI 1.1_02
>            Reporter: Udo Schnurpfeil
>            Assignee: Udo Schnurpfeil
>            Priority: Minor
>             Fix For: 1.0.31
>
>
> When there is an editable sheet and an input control with validator which fails, the modification inside the sheet will lost. 

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