Hi,
I'am a newbie on JSF and have one question regarding to tomahawk:
When I use myFaces 1.1.4 and tomahawk 1.1.3 in my web-project I run into
a problem when I try to use:
<t:documentHead/>
In this case I got a ugly NPE:
SCHWERWIEGEND: Error while serving resource: null/header.css, message :
For input string: "null"
java.lang.NumberFormatException: For input string: "null"
at
java.lang.NumberFormatException.forInputString(NumberFormatException.jav
a:48)
at java.lang.Long.parseLong(Long.java:403)
at
org.apache.myfaces.component.html.util.StreamingResourceLoader.serveReso
urce(StreamingResourceLoader.java:25)
....
I have reported this also on JIRA but eventual anybody on the list runs
into the same problem and has a solution?
All other stuff with tomahawk works fine for me.
Thanks in advance,
- Thomas Wabner