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 17:42:35 UTC

[jira] Created: (TOBAGO-598) el in labelWidth did not work in tx:* tags

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.


[jira] Resolved: (TOBAGO-598) el in labelWidth did not work in tx:* tags

Posted by "Volker Weber (JIRA)" <de...@myfaces.apache.org>.
     [ https://issues.apache.org/jira/browse/TOBAGO-598?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Volker Weber resolved TOBAGO-598.
---------------------------------

    Resolution: Fixed

> 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.12, 1.0.13
>            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.