How can I reference an image located in the application's root image folder with <html:img> in a mutiple module environment?
For example if I use <html:img page="/images/picture.gif"> it will generate "/myapp/mymodule/images/picture.gif" If I would like to reference "/myapp/images/picture.gif" instead, how could I do it?

