Perhaps I'm misunderstanding what the theme resolver does. I have my login page http://cas-server/cas/login - this would print out /themes/default/cas.css,
I've associated the theme blah to a service http://paul, so I'd assume that /themes/blah/cas.css would be output, assuming that I have /themes/<spring:theme code="css" />/cas.css Any ideas? Thanks Paul On 31/07/2009 19:19, "Marvin Addison" <[email protected]> wrote: >> javax.servlet.jsp.JspTagException: Theme 'default': No message found under >> code 'css' for locale 'en_US'. > > Looks like you're loading the default theme, and don't have a message > named "css" in that theme. If you want to use the default theme in > some cases, you'll need to add that code to the default theme. If you > want to replace the default theme with your custom theme, you'll need > to investigate why the default theme is being used in your test case > instead of your custom one. > > M -- You are currently subscribed to [email protected] as: [email protected] To unsubscribe, change settings or access archives, see http://www.ja-sig.org/wiki/display/JSG/cas-user
