The wording is indeed confusing as it is not a strict absolute link but it cannot be a relative link either. In essence, the link must be relative to the root of the deployment, not to the location of the file.
default/images/back.gif will work assuming there's a default directory under the root of the deployment containing an images directory where the back.gif file is located. ../../back.gif will not work. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4242810#4242810 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4242810 _______________________________________________ jboss-user mailing list [email protected] https://lists.jboss.org/mailman/listinfo/jboss-user
