You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@myfaces.apache.org by "florimodo (JIRA)" <de...@myfaces.apache.org> on 2007/12/14 15:35:43 UTC

[jira] Created: (TOBAGO-575) Class attribute not rendered for input fields

Class attribute not rendered for input fields
---------------------------------------------

                 Key: TOBAGO-575
                 URL: https://issues.apache.org/jira/browse/TOBAGO-575
             Project: MyFaces Tobago
          Issue Type: Bug
          Components: Core
    Affects Versions: 1.0.12
         Environment: Win XP, JBoss 4.0.5-GA
            Reporter: florimodo


For input and textarea fields no attribute classes are rendered when the shale-* libraries are in WEB-INF/lib.

E.g. if there is a tag like

<tx:in id="username" label="Benutzername" tabIndex="1" value="#{sessionBean.username}" required="true" />

the rendered code would look like this

<input type="text" name="page:username" id="page:username" value="" class="" tabindex="1">
or even
<input type="text" name="page:username" id="page:username" value="" tabindex="1">

Other libs in my WEB-INF/lib are
activation.jar
avalon-framework-4.1.3.jar
commons-beanutils-1.7.0.jar
commons-chain-1.1.jar
commons-codec-1.3.jar
commons-collections-3.1.jar
commons-digester-1.7.jar
commons-el-1.0.jar
commons-email-1.0.jar
commons-fileupload-1.0.jar
commons-io-1.1.jar
commons-lang-2.1.jar
commons-validator-1.3.0.jar
jstl-1.1.0.jar
mail.jar
oro-2.0.8.jar
ostermillerutils_1_06_00.jar
standard-1.1.2.jar
tobago-core-1.0.12.jar
tobago-theme-charlotteville-1.0.12.jar
tobago-theme-hdi-1.0.0.jar
tobago-theme-richmond-1.0.12.jar
tobago-theme-scarborough-1.0.12.jar
tobago-theme-speyside-1.0.12.jar
tobago-theme-standard-1.0.12.jar
tobago-theme-talanx-1.0.1.jar
tomahawk-1.1.7-SNAPSHOT.jar
tomahawk-sandbox-1.1.6-SNAPSHOT.jar

These didn't have any effect on the described issue.

Also see mailing list at http://mail-archives.apache.org/mod_mbox/myfaces-users/200712.mbox/%3c475FAE9A.6060404@gmx.de%3e

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