Hello, I am trying to get to grips with tests and Tapestry. The following layout class... *@Import(stylesheet = "context:/style/style.css") public class Layout {
}* ...causes my tests to fail with the following exception: *8392 [main] ERROR org.apache.tapestry5.ioc.Registry - Unable to locate asset 'context:style/style.css' (the file does not exist).* Can anyone please help? Regards, Julien.