[jboss-user] [JBoss Portal] - Re: Portlets + JSF: Problem with grahpicImage

HainBloed do-not-reply at jboss.com
Wed Nov 1 17:13:15 EST 2006


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



More information about the jboss-user mailing list