You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tapestry.apache.org by "Felix Gonschorek (JIRA)" <ji...@apache.org> on 2013/11/17 01:07:20 UTC

[jira] [Created] (TAP5-2223) New "secure" flag in Select component has a bug when using option groups

Felix Gonschorek created TAP5-2223:
--------------------------------------

             Summary: New "secure" flag in Select component has a bug when using option groups
                 Key: TAP5-2223
                 URL: https://issues.apache.org/jira/browse/TAP5-2223
             Project: Tapestry 5
          Issue Type: Bug
          Components: tapestry-core
    Affects Versions: 5.4
            Reporter: Felix Gonschorek
            Priority: Minor


Version 5.4 alpha 25

Component: Select

Method: org.apache.tapestry5.corelib.components.Select.findValueInModel

When checking for exististence of selected value on submit, there is a bug when checking in option groups: the string representation is used to compare with objects ("asSubmitted" should be used but "submittedValue" is used)

This bug was introduced with: TAP5-2179

workaround: disable security check for select component.



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