You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tapestry.apache.org by "Sven Homburg (JIRA)" <ji...@apache.org> on 2013/11/29 15:00:35 UTC

[jira] [Created] (TAP5-2245) select component: selected option is not listed in the model.

Sven Homburg created TAP5-2245:
----------------------------------

             Summary: select component: selected option is not listed in the model.
                 Key: TAP5-2245
                 URL: https://issues.apache.org/jira/browse/TAP5-2245
             Project: Tapestry 5
          Issue Type: Bug
          Components: tapestry-core
    Affects Versions: 5.4
            Reporter: Sven Homburg


@Component
private Zone previewZone;

@Component(parameters = {"value=previewMonth", "model=[1,3,6]", "zone=previewZone"})
private Select previewSelect;

After selecting a value in select component the following error message
occoures:
"Selected option is not listed in the model."



--
This message was sent by Atlassian JIRA
(v6.1#6144)