On Wed, 19 Mar 2014 18:23:48 -0300, Michael Gentry <mgen...@masslight.net>
wrote:
Hi!
Have you tried 5.4-beta-3? If not, please do it.
* public List<StylesheetLink> getStylesheets() {
List<StylesheetLink>
stylesheets = new ArrayList<StylesheetLink>(); stylesheets.add(new
StylesheetLink(assetSource.getContextAsset("datatables/css/dataTables.bootstrap.css",
null))); return stylesheets; }*
There you are getting an asset from the context (getContextAsset()), while
in the @Import you're getting it from the classpath. Try
getClasspathAsset() instead.
--
Thiago H. de Paula Figueiredo
Tapestry, Java and Hibernate consultant and developer
http://machina.com.br
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org