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#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...