el in  labelWidth did not work in tx:* tags
-------------------------------------------

                 Key: TOBAGO-598
                 URL: https://issues.apache.org/jira/browse/TOBAGO-598
             Project: MyFaces Tobago
          Issue Type: Bug
          Components: Core
    Affects Versions: 1.0.13, 1.0.12
            Reporter: Volker Weber
            Assignee: Volker Weber
             Fix For: 1.1.0


<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;*"

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

Reply via email to