I tried that and no difference. What's weird is that internal Tapestry resources aren't loading either. For instance:
/assets/tapestry/default.css will not load either. This is consistent with the presentation. Again, all functionality works, including data access, but on forms, for instance, input errors aren't styled at all. Nothing. My styles, js, and images are gone, and those of Tapestry are also gone. -adam On Thu, May 22, 2008 at 12:15 PM, Thiago HP <[EMAIL PROTECTED]> wrote: >> <link rel="stylesheet" media="screen" type="text/css" >> href="${asset:classpath:resources/css/layout.css}" /> > > Try ${asset:classpath:/resources/css/layout.css} (note the slash after > 'classpath:'). > > -- > Thiago > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]