Skip to Main Content

Java EE (Java Enterprise Edition) General Discussion

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

jscookmenu jsf myfaces tag with custom themes

843842Nov 25 2005 — edited Nov 25 2005
Hi,

I'm currently trying to make use of the jscookmenu tag provided by the myfaces tomahawk extensions. I've managed to get this working fine with the custom themes provided. I now want to be able to create my own theme.

The easiest way seemed to be to start with an existing theme and modify it. I've been unable to work out where to put the theme files and how to reference my new theme from my jspf header file. If anyone has done this then a short example would be great.

Currently I have,

--- toolbarArea.jspf ---
<t:jscookMenu layout="hbr" theme="ThemeOffice">
	<t:navigationMenuItems value="#{backing_UIConfiguration.toolBarMenus}" />
</t:jscookMenu>
I simply what to change the ThemeOffice to a new theme, say NewThemeOffice :-), where NewThemeOffice is defined in my web app directory structure.

Many thanks,
gaz.
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Dec 23 2005
Added on Nov 25 2005
2 comments
209 views