[jboss-user] [JBoss Seam] - Re: Themes question
wise_guybg
do-not-reply at jboss.com
Fri Aug 31 02:54:11 EDT 2007
I guess you could install a custom filter using @Filter:
http://docs.jboss.com/seam/2.0.0.B1/reference/en/html/configuration.html#d0e12795
Detect the spider. (Chris has given some clues on how to do that)
Change the theme accordingly, using the themeSelector component. Example:
@In
| ThemeSelector themeSelector;
| ...
| themeSelector.selectTheme(...);
HTH
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4079846#4079846
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4079846
More information about the jboss-user
mailing list