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

Reply via email to