[jboss-user] [JBoss Seam] - Re: using links with themeSelector instead of selectOneMenu

gavin.king@jboss.com do-not-reply at jboss.com
Sun Nov 5 13:24:50 EST 2006


OK, if you want to do it that way, just use:

<component name="themeSelector">
  | 	<property name="availableThemes">
  | 		<value>original</value>
  | 		<value>dark</value>
  | 		<value>custom</value>
  | 	</property>
  | 	<property name="cookieEnabled>true</property>
  | 	<property name="theme">#{param.themeName}</property>
  | </component>


View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3983311#3983311

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3983311



More information about the jboss-user mailing list