Hi Jesper,

You can use:

@IncludeStylesheet("context:style.css")
public class Layout {

instead of:

@Inject
@Path("context:/style.css")
private Asset style;

<link rel="stylesheet" href="${style}" type="text/css" media="all" />



Marcus

Reply via email to