Re: Unable to locate asset (the file does not exist).

2013-06-08 Thread Shing Hing Man
It is not possible to do what you wanted directly.  A work around is to use AssetSource.  Please see : http://tapestry-users.832.n2.nabble.com/Simple-question-tt6537210.html#a6537398 Shing From: Anbazhagan.G anbazhaga...@snovabits.net To:

Re: Unable to locate asset (the file does not exist).

2013-06-08 Thread Anbazhagan.G
Thanks for your reply. Its really helpfull for me. I achieved that. Regards, G.Anbazhagan On Saturday 08 June 2013 02:33 PM, Shing Hing Man wrote: It is not possible to do what you wanted directly. A work around is to use AssetSource. Please see :

Re: Unable to locate asset (the file does not exist).

2013-06-08 Thread Boris Horvat
or just use ${context:layout/images/}${**itemProperty.signImage} .png should be part of the singImage property On Sat, Jun 8, 2013 at 11:57 AM, Anbazhagan.G anbazhaga...@snovabits.netwrote: Thanks for your reply. Its really helpfull for me. I achieved that. Regards, G.Anbazhagan On

Tapestry JPA

2013-06-08 Thread John
Hi, I want to audit the database updates in some DAO classes I am using from my pages. Obviously I'd only want to fire the auditing if the updates are commited successfully. I already have some of the nastiness below in my DAO interfaces @CommitAfter @PersistenceContext(unitName =