You are viewing a plain text version of this content. The canonical link for it is here.
Posted to adffaces-issues@incubator.apache.org by "Jan Görß (JIRA)" <ad...@incubator.apache.org> on 2007/03/08 09:31:24 UTC

[jira] Created: (ADFFACES-399) selectManyShuttle validation failed when required is set and trailinglist and leadinglist have not selected item

selectManyShuttle validation failed when required is set and trailinglist and leadinglist have not selected item
----------------------------------------------------------------------------------------------------------------

                 Key: ADFFACES-399
                 URL: https://issues.apache.org/jira/browse/ADFFACES-399
             Project: MyFaces ADF-Faces
          Issue Type: Bug
          Components: Components
            Reporter: Jan Görß



In webpage , the client validation failed with validation messages when items are in both list , but no item is selected in both shuttelists.

The ShuttleLists must be not required for validation, because selectManyShuttle is only required


Solution:
org.apache.myfaces.trinidadinternal.renderkit.core.xhtml.SelectManyShuttleRenderer.ShuttleList

insert 

protected boolean getRequired(FacesBean bean)
    {
      return false;
    }

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


[jira] Updated: (ADFFACES-399) selectManyShuttle validation failed when required is set and trailinglist and leadinglist have not selected item

Posted by "Matthias Weßendorf (JIRA)" <ad...@incubator.apache.org>.
     [ https://issues.apache.org/jira/browse/ADFFACES-399?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Matthias Weßendorf updated ADFFACES-399:
----------------------------------------

    Affects Version/s: 1.0.1-incubating-core-SNAPSHOT

> selectManyShuttle validation failed when required is set and trailinglist and leadinglist have not selected item
> ----------------------------------------------------------------------------------------------------------------
>
>                 Key: ADFFACES-399
>                 URL: https://issues.apache.org/jira/browse/ADFFACES-399
>             Project: MyFaces ADF-Faces
>          Issue Type: Bug
>          Components: Components
>    Affects Versions: 1.0.1-incubating-core-SNAPSHOT
>            Reporter: Jan Görß
>
> In webpage , the client validation failed with validation messages when items are in both list , but no item is selected in both shuttelists.
> The ShuttleLists must be not required for validation, because selectManyShuttle is only required
> Solution:
> org.apache.myfaces.trinidadinternal.renderkit.core.xhtml.SelectManyShuttleRenderer.ShuttleList
> insert 
> protected boolean getRequired(FacesBean bean)
>     {
>       return false;
>     }

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