Hi,
I have a working Mojarra+Tomahawk application on Tomcat 6.0.14, but when
I upgraded to Tomcat 6.0.18, some actions doesn't work anymore.
Tracing the problem, I found out that the cause of the problem is the
restoring of the state of the bean property with type java.lang.Long.
Namely, if the value of the Long property is null, the restored state of
the property under Tomcat 6.0.14 is also null. However, under 6.0.18,
the restored state is 0!
I assumed that the expected value for restored state of the value null
wold be also null? Is this correct assumption?
Under Tomcat 6.0.16, I get the same problem (0 instead of null).
Thanks in advance,
Ognjen