Ah... the docs must be 5.0.4 compatible, but I assumed they were older
not newer.  THANKS!

-----Original Message-----
From: robert zeigler [mailto:[EMAIL PROTECTED] On Behalf Of
Robert Zeigler
Sent: Tuesday, April 10, 2007 5:00 PM
To: Tapestry users
Subject: Re: T5 ... assets and paths changing?

Actually, T5.0.3 didn't remove path; path was added after 5.0.3.
For T5.0.3 you do:

@Inject("../edit.png")
private Asset _icon;

Robert

On Apr 10, 2007, at 4/103:55 PM , Bruce Petro wrote:

> It appears that T5.0.3 has removed @Asset and @Path
>
> How do we then load an image to be used either directly or as a BG
> image?
>
> I've looked all over including the Introduction page where you  
> appear to
> keep a running feature changes list.
>
>
>
> Thanks
>
>
>
>       @Inject
>
>         @Path("../edit.png")
>
>         private Asset _icon;
>
>
>


---------------------------------------------------------------------
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]

Reply via email to