Details
-
New Feature
-
Status: Closed
-
Major
-
Resolution: Fixed
-
5.0
-
None
Description
It is currently too much code (i.e., too much code to test) to inject an asset (such as a stylesheet, image, or JavaScript library) into a service (i.e, pretty easy inside a component).
It would be nice if:
@Inject("asset:classpath:/org/apache/tapestry/default.css") Asset defaultStylesheet
work work.