[jboss-user] [JBoss Seam] - Re: using links with themeSelector instead of selectOneMenu
Basel
do-not-reply at jboss.com
Sun Nov 5 10:04:04 EST 2006
I am lost Gavin. Are you suggesting that I used a page parameter for every page in my web application?
It would be nice to have the following in components.xml:
| <component name="themeSelector">
| <property name="availableThemes">
| <value>original</value>
| <value>dark</value>
| <value>custom</value>
| </property>
| <property name="cookieEnabled>true</property>
| <property name="currentTheme">dark</property>
| </component>
Here, the currentTheme can be used to set the theme variable of the ThemeSelector class.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3983298#3983298
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3983298
More information about the jboss-user
mailing list