Hi all,
I have a T5.1 webapp with a CSS that defines several background images
and I would like to take advantage of Tapestry's asset caching and
app-version-specific URLs. Is there any way to achieve this in T5.1 ?
Should I perhaps code my own filter to process CSS url(...) elements?
Cheers
Hi,
in a page I would do the following (not really sure if you may apply
this in a component, however I see no reason why you shouldn't be able
to do this):
1. Include an eventlink (even if you don't want the ajax update to be
invoked by means of clicking the link, include it and hide it wit
Hi,
I have seen a how-to on tapestry's wiki that describes how to implement a
RedirectException which, when thrown from any part of your code, will perform a
redirect (similar to the RedirectException that used to exist in Tapestry 4):
http://wiki.apache.org/tapestry/Tapestry5RedirectException
Hi all,
I am using Tapestry 5.1.0.5 for a facebook application (which means that
the Tapestry application is rendered within an iframe provided by
facebook). Facebook applications have URLs of the form:
http://apps.facebook.com/appName
Facebook will adjust the iframe source attribute so that