You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@struts.apache.org by "Henri Yandell (JIRA)" <ji...@apache.org> on 2007/06/13 06:38:26 UTC

[jira] Created: (STR-3054) EL-Example errors

EL-Example errors
-----------------

                 Key: STR-3054
                 URL: https://issues.apache.org/struts/browse/STR-3054
             Project: Struts 1
          Issue Type: Bug
          Components: Apps
    Affects Versions: 1.3.9
            Reporter: Henri Yandell
            Assignee: Henri Yandell
             Fix For: 1.3.10, 1.4.0


html-el:multibox. When first started, none of the checkboxes were selected.

html-el:string. The bottom two on the left hand side don't change the backing bean when save is hit. Possibly they just shouldn't be enabled as the two on the bottom right have the same behaviour.

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


[jira] Updated: (STR-3054) EL-Example errors

Posted by "Paul Benedict (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/struts/browse/STR-3054?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Paul Benedict updated STR-3054:
-------------------------------

    Fix Version/s:     (was: 1.4.0)

> EL-Example errors
> -----------------
>
>                 Key: STR-3054
>                 URL: https://issues.apache.org/struts/browse/STR-3054
>             Project: Struts 1
>          Issue Type: Bug
>          Components: Apps
>    Affects Versions: 1.3.9
>            Reporter: Henri Yandell
>            Assignee: Henri Yandell
>             Fix For: 1.3.10
>
>
> html-el:multibox. When first started, none of the checkboxes were selected.
> html-el:string. The bottom two on the left hand side don't change the backing bean when save is hit. Possibly they just shouldn't be enabled as the two on the bottom right have the same behaviour.

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


[jira] Closed: (STR-3054) EL-Example errors

Posted by "Henri Yandell (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/struts/browse/STR-3054?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Henri Yandell closed STR-3054.
------------------------------

    Resolution: Fixed

>   html-el:multibox. When first started, none of the checkboxes were selected.

Looks to me like the text is plain wrong. The underlying testBean
doesn't fill the multiboxes with any data, so presumably the text
should say "should NOT be selected". I've made that change (easy to
change back :)  - r546298).

>   html-el:string. The bottom two on the left hand side don't change
> the backing bean when save is hit. Possibly they just shouldn't be
> enabled as the two on the bottom right have the same behaviour.

Presumably the problem here is that there are three fields with the
same name, and (for my browser/server combination) the first field is
the one that wins. I'm going to go ahead and add the disabled to the
two bottom left field (r546294).

> EL-Example errors
> -----------------
>
>                 Key: STR-3054
>                 URL: https://issues.apache.org/struts/browse/STR-3054
>             Project: Struts 1
>          Issue Type: Bug
>          Components: Apps
>    Affects Versions: 1.3.9
>            Reporter: Henri Yandell
>            Assignee: Henri Yandell
>             Fix For: 1.3.10, 1.4.0
>
>
> html-el:multibox. When first started, none of the checkboxes were selected.
> html-el:string. The bottom two on the left hand side don't change the backing bean when save is hit. Possibly they just shouldn't be enabled as the two on the bottom right have the same behaviour.

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