Re: Where is the Path annotation

2007-05-06 Thread Joshua Jackson
Thanks everyone. I will update my tapestry now to 5.0.4 :) Regards, josh On 5/6/07, Robert Zeigler <[EMAIL PROTECTED]> wrote: Hi Josh, the Path annotation was introduced post 5.0.3; the online docs reflect the bleeding edge. For 5.0.3 and prior, passing a string parameter (the path to your as

Re: Where is the Path annotation

2007-05-05 Thread Robert Zeigler
Hi Josh, the Path annotation was introduced post 5.0.3; the online docs reflect the bleeding edge. For 5.0.3 and prior, passing a string parameter (the path to your asset) to the @Inject annotation serves the same purpose: @Inject("resources/some_image.gif") private Asset _someImage; Rober

Re: Where is the Path annotation

2007-05-05 Thread Donyee
In T5.04 you can find it. 2007/5/2, Joshua Jackson <[EMAIL PROTECTED]>: Dear all, I wanted to try the guide on assets located here: http://tapestry.apache.org/tapestry5/tapestry-core/guide/assets.html But the problem is I can not find @Path anywhere in my tapestry library. Currently I am usin

Where is the Path annotation

2007-05-02 Thread Joshua Jackson
Dear all, I wanted to try the guide on assets located here: http://tapestry.apache.org/tapestry5/tapestry-core/guide/assets.html But the problem is I can not find @Path anywhere in my tapestry library. Currently I am using the latest tapestry5 (5.0.3) that is downloaded from maven repo. But then