Howard, I wanted to echo Fernando's questions regarding this defect: So what's the expected behavior now. Will my expectations still work:
I write a component using the InjectStylesheet annotation. I extend that component and expect the previous stylesheets to still be brought in. - or do i have to figure out all previous stylesheets some how and maintain them still? Thanks, Andrew ----- Original Message ---- From: Howard M. Lewis Ship (JIRA) <[email protected]> To: [EMAIL PROTECTED] Sent: Thursday, June 26, 2008 10:23:44 AM Subject: [jira] Closed: (TAPESTRY-2481) ClassTransformation acts as if all type-level annotations are inherited; it should filter out non-inherited annotations [ https://issues.apache.org/jira/browse/TAPESTRY-2481?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Howard M. Lewis Ship closed TAPESTRY-2481. ------------------------------------------ Resolution: Fixed Fix Version/s: 5.0.14 > ClassTransformation acts as if all type-level annotations are inherited; it > should filter out non-inherited annotations > ----------------------------------------------------------------------------------------------------------------------- > > Key: TAPESTRY-2481 > URL: https://issues.apache.org/jira/browse/TAPESTRY-2481 > Project: Tapestry > Issue Type: Bug > Components: Annotations > Affects Versions: 5.0.13 > Environment: Linux, JDK 1.5, Jetty 6.1.9 > Reporter: Andrew > Assignee: Howard M. Lewis Ship > Fix For: 5.0.14 > > > I have a class that includes a stylesheet via IncludeStylesheet annotation. > The problem occurs when I subclass this class from a different package than > the stylesheet's package. The annotation is inherited, but the subclass can't > locate the relative path to the CSS. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.
