I'm doing something like this in 5.2, I suppose it ought to work in 5.3
too:
public void contributeJavaScriptStackSource(MappedConfiguration<String,
JavaScriptStack> configuration)
{
List<Asset> scripts = Collections.emptyList();
List<Asset> stylesheets = Collections.emptyList();
configuration.override("core", new AssetStack(stylesheets, scripts));
}
On Tue, 12 Jul 2011 15:17:13 +0200, stephanos2k
<stephan.beh...@googlemail.com> wrote:
I recently upgraded to v5.3 and noticed that my previous method of
removing
the default Tapestry stylesheet and javascript stacks didn't work
anymore (I
decorated JavaScriptSupport and disabled importStack() etc.).
What's the best way to get rid of the two stacks completely?
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org