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
To: users@tapestry.apache.org
Sent: Saturday,
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 :
http://tapestry-users.832.n2.nabble.com
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 wrote:
> Thanks for your reply. Its really helpfull for me. I achieved that.
>
> Regards,
> G.Anbazhagan
>
>
> On Saturday 08 June 2013 0
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 = "AuditD