I have the following error in my log file 

java.lang.IllegalArgumentException: Unable to resolve page
'styles/images/bg' to a component class name.  Available page names: Login,
Start,  users/UserDetails
at
org.apache.tapestry.internal.services.ComponentClassResolverImpl.resolvePageNameToClassName(ComponentClassResolverImpl.java:257)

which is caused by the line (in style.css)
background: #f4f4f4 url(styles/images/bg.gif) top center repeat-y;

The directory structure is
/styles/images/bg.gif
/styles/style.css

How can I solve this problem ?

Petros




-- 
View this message in context: 
http://www.nabble.com/ComponentClassResolverImpl-tf3838585.html#a10868505
Sent from the Tapestry - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to