You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@myfaces.apache.org by "Murat HAZER (JIRA)" <de...@myfaces.apache.org> on 2006/07/31 21:49:13 UTC

[jira] Created: (TOMAHAWK-575) Facelets and JSCookMenu styleLocation

Facelets and JSCookMenu styleLocation
-------------------------------------

                 Key: TOMAHAWK-575
                 URL: http://issues.apache.org/jira/browse/TOMAHAWK-575
             Project: MyFaces Tomahawk
          Issue Type: Bug
          Components: JS Cook Menu
    Affects Versions: 1.1.3
         Environment: myfaces 1.1.3, tomahawk 1.1.3, facelets 1.1.11
            Reporter: Murat HAZER


jscookMenu's style location attribute doesn't work with facelets as follows
<t:jscookMenu layout="vbr" theme="ThemeOffice"
styleLocation="/faces/theme/jscookmenu/">
.....
</t:jscookMenu>
to make it work you need to write tag handler or define
org.apache.myfaces.STYLE_LOCATION in the jscookMenu definition;

<t:jscookMenu layout="vbr" theme="ThemeOffice"
org.apache.myfaces.STYLE_LOCATION="/faces/theme/jscookmenu/">
....
</t:jscookMenu>

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

        

[jira] Commented: (TOMAHAWK-575) Facelets and JSCookMenu styleLocation

Posted by "Mike Kienenberger (JIRA)" <de...@myfaces.apache.org>.
    [ http://issues.apache.org/jira/browse/TOMAHAWK-575?page=comments#action_12424629 ] 
            
Mike Kienenberger commented on TOMAHAWK-575:
--------------------------------------------

styleLocation should be changed from a generic attribute named "org.apache.myfaces.STYLE_LOCATION" to an Html attribute with getStyleLocation and setStyleLocation accessors.

> Facelets and JSCookMenu styleLocation
> -------------------------------------
>
>                 Key: TOMAHAWK-575
>                 URL: http://issues.apache.org/jira/browse/TOMAHAWK-575
>             Project: MyFaces Tomahawk
>          Issue Type: Bug
>          Components: JS Cook Menu
>    Affects Versions: 1.1.3
>         Environment: myfaces 1.1.3, tomahawk 1.1.3, facelets 1.1.11
>            Reporter: Murat HAZER
>
> jscookMenu's style location attribute doesn't work with facelets as follows
> <t:jscookMenu layout="vbr" theme="ThemeOffice"
> styleLocation="/faces/theme/jscookmenu/">
> .....
> </t:jscookMenu>
> to make it work you need to write tag handler or define
> org.apache.myfaces.STYLE_LOCATION in the jscookMenu definition;
> <t:jscookMenu layout="vbr" theme="ThemeOffice"
> org.apache.myfaces.STYLE_LOCATION="/faces/theme/jscookmenu/">
> ....
> </t:jscookMenu>

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