see sharedresources#putclassalias -igor
On Fri, Mar 12, 2010 at 1:23 PM, Thomas Götz <[email protected]> wrote: > 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] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
