[ 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
