You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@struts.apache.org by "Semih ARAL (JIRA)" <ji...@apache.org> on 2006/12/26 16:51:57 UTC

[jira] Created: (WW-1574) doubleselect does not have doubleSize

doubleselect does not have doubleSize
-------------------------------------

                 Key: WW-1574
                 URL: http://issues.apache.org/struts/browse/WW-1574
             Project: Struts 2
          Issue Type: Bug
          Components: Views
    Affects Versions: 2.0.1
            Reporter: Semih ARAL
            Priority: Trivial


doubleSize is missing on doubleselect tag.
solution: Adding 
<#if parameters.get("doubleSize")?exists>
 size="${parameters.get("doubleSize")?html}"<#rt/>
</#if>

to struts2-core-2.0.1.jar : /template/simple/doubleselect.ftl

after name parameter of select tag in


-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/struts/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Resolved: (WW-1574) doubleselect does not have doubleSize

Posted by "Don Brown (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/struts/browse/WW-1574?page=all ]

Don Brown resolved WW-1574.
---------------------------

    Resolution: Fixed
      Assignee: Don Brown

Fixed, thanks!

> doubleselect does not have doubleSize
> -------------------------------------
>
>                 Key: WW-1574
>                 URL: http://issues.apache.org/struts/browse/WW-1574
>             Project: Struts 2
>          Issue Type: Bug
>          Components: Views
>    Affects Versions: 2.0.1
>            Reporter: Semih ARAL
>         Assigned To: Don Brown
>            Priority: Trivial
>             Fix For: 2.0.2
>
>
> doubleSize is missing on doubleselect tag.
> solution: Adding 
> <#if parameters.get("doubleSize")?exists>
>  size="${parameters.get("doubleSize")?html}"<#rt/>
> </#if>
> to struts2-core-2.0.1.jar : /template/simple/doubleselect.ftl
> after name parameter of select tag in

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/struts/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Updated: (WW-1574) doubleselect does not have doubleSize

Posted by "Ted Husted (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/struts/browse/WW-1574?page=all ]

Ted Husted updated WW-1574:
---------------------------

            Flags: [Patch]
    Fix Version/s: 2.0.2

> doubleselect does not have doubleSize
> -------------------------------------
>
>                 Key: WW-1574
>                 URL: http://issues.apache.org/struts/browse/WW-1574
>             Project: Struts 2
>          Issue Type: Bug
>          Components: Views
>    Affects Versions: 2.0.1
>            Reporter: Semih ARAL
>            Priority: Trivial
>             Fix For: 2.0.2
>
>
> doubleSize is missing on doubleselect tag.
> solution: Adding 
> <#if parameters.get("doubleSize")?exists>
>  size="${parameters.get("doubleSize")?html}"<#rt/>
> </#if>
> to struts2-core-2.0.1.jar : /template/simple/doubleselect.ftl
> after name parameter of select tag in

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/struts/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira