Is there a way to have prettier URLs when including images that are referenced
with a ResourceReference?
When I add an image like that:
Image image = new Image("image", new
ResourceReference(some.package.name.and.Class.class, "my_image.gif"));
add(image);
... this results in a rather technical URL
("resources/some.package.name.and.Class/my_image.gif"), and I'd also prefer
that my internal package structure is not visible to the rest of the world.
Can this be somewhat prettier maybe? ;-)
Thanks,
-Tom
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]