You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@myfaces.apache.org by "Stephen Friedrich (JIRA)" <de...@myfaces.apache.org> on 2007/11/19 21:24:43 UTC

[jira] Commented: (TRINIDAD-359) selectManyShuttle validation failed when required is set and trailinglist and leadinglist have not selected item

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

Stephen Friedrich commented on TRINIDAD-359:
--------------------------------------------

Bug in very basic feature, priority "Major", open for more than half a year, seemingly very simple fix.

Nobody cares?

> selectManyShuttle validation failed when required is set and trailinglist and leadinglist have not selected item
> ----------------------------------------------------------------------------------------------------------------
>
>                 Key: TRINIDAD-359
>                 URL: https://issues.apache.org/jira/browse/TRINIDAD-359
>             Project: MyFaces Trinidad
>          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.