as said  only the server "see" WEB-INF.

Put your images into the to directory (best a sub dir). If you use netbeans, 
this is the "Web pages" node.

project : ac.war
images inside gfx subdir 
in netbeans --> ac.war/"web Pages"/gfx/myimage.png
in the war --> ac.war/gfx/myimage.png

in your jsp :

  | <[EMAIL PROTECTED] uri="http://java.sun.com/portlet"; prefix="portlet"%>
  | <portlet:defineObjects />
  | 
  | <img href="${renderRequest.contextPath}/gfx/myimage.png" />
  | 

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4154946#4154946

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4154946
_______________________________________________
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to