I guess you could install a custom filter using @Filter:
http://docs.jboss.com/seam/2.0.0.B1/reference/en/html/configuration.html#...
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#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...