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

pl.de do-not-reply at jboss.com
Tue Oct 31 08:25:42 EST 2006


Hi,

i'm getting "java.lang.NullPointerException" by using JSF-Tag "<h:graphicImage>" in my Portlet- WebApp.


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


My "PORTLET_NAME.war" has the structure:

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


Thanks, for help.


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

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3982051



More information about the jboss-user mailing list