You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@myfaces.apache.org by "Volker Weber (JIRA)" <de...@myfaces.apache.org> on 2008/01/16 11:58:37 UTC

[jira] Reopened: (TOBAGO-505) with attribute "labelWidth" doesn't work

     [ https://issues.apache.org/jira/browse/TOBAGO-505?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Volker Weber reopened TOBAGO-505:
---------------------------------


This fix in LabelExtensionTag breaks use of el expr in labelWidth attribute

eg:

<tx:selectOneChoice id="type"
    label="#{bundle.entryTextType}"
    labelWidth="#{bundle.entryTextTypeWidth}"
    tip="#{bundle.entryTextTypeTip}"
    value="#{client.textType}"
    valueChangeListener="#{client.selectType}">

breaks with following log:
Illegal value for columns = "#{bundle.entryTextTypeWidth};*" replacing with default: "fixed;*"

> <tx:selectBooleanCheckbox> with attribute "labelWidth" doesn't work
> -------------------------------------------------------------------
>
>                 Key: TOBAGO-505
>                 URL: https://issues.apache.org/jira/browse/TOBAGO-505
>             Project: MyFaces Tobago
>          Issue Type: Improvement
>          Components: Core, Facelets
>    Affects Versions: 1.0.12
>         Environment: myfaces 1.1.6 (snap 11.09.2007), tobago 1.0.12 (snap 29.09.2007), facelets 1.1.13
>            Reporter: Guido Dubois
>            Assignee: Bernd Bohmann
>            Priority: Trivial
>
> <tx:selectBooleanCheckbox> with attribute "labelWidth" doesn't work together with facelets. If you indicate a value for labelwith, the label is rendered over the full width and the checkbox in a second line...

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