Move Image Folder 

  | PORTLET.war
  | |
  | |
  | |
  | | --- * --- images
  | |             |
  | |             * --- view.gif
  | |
  | * --- WEB-INF
  | |      |
  | |      * --- jsp
  | |              |
  | |              * --- index.jsp
  | 


and Change URL of image.

  | <f:view>
  |    <div align="center">
  |       <h:form>
  |             ...
  |                                     <h:graphicImage alt="view" 
value="/images/view.gif" />
  |                ...
  |       </h:form>
  |    </div>
  | </f:view>
  | 

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

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

Reply via email to