Re: [T4.12] Possible Bug in @Script Annotation

2007-04-12 Thread Chris Chiappone
JIRA Added On 4/12/07, andyhot <[EMAIL PROTECTED]> wrote: It's trying to inform you that it can't find your asset... But the reporting code seems to have a small bug, thus the NPE. Please, JIRA this and try modifying your Asset annotation till it works, perhaps adding a context:/ or classpath:/

Re: [T4.12] Possible Bug in @Script Annotation

2007-04-12 Thread andyhot
It's trying to inform you that it can't find your asset... But the reporting code seems to have a small bug, thus the NPE. Please, JIRA this and try modifying your Asset annotation till it works, perhaps adding a context:/ or classpath:/ prefix. Chris Chiappone wrote: Sure thing: Stack Trace:

Re: [T4.12] Possible Bug in @Script Annotation

2007-04-12 Thread Chris Chiappone
Sure thing: Stack Trace: * org.apache.tapestry.html.Script.getParsedScript(Script.java:140) * org.apache.tapestry.html.Script.renderComponent(Script.java:155) * org.apache.tapestry.AbstractComponent.render(AbstractComponent.java:712) * org.apache.tapestry.services.impl.DefaultRespon

Re: [T4.12] Possible Bug in @Script Annotation

2007-04-12 Thread andyhot
Chris Chiappone wrote: I believe there may be a bug when using the @Script Annotation. If I do the following: I always get a null pointer exception. What kind of NPE ? can we have a full stack trace ? But if I just do this: It works fine. Could this be a bug? -

[T4.12] Possible Bug in @Script Annotation

2007-04-12 Thread Chris Chiappone
I believe there may be a bug when using the @Script Annotation. If I do the following: I always get a null pointer exception. But if I just do this: It works fine. Could this be a bug? -- ~chris - To unsubscribe, e-mail: