Hello,
I am using a lot of t:saveState tags. I used it with tomahawk version 1.1.4
and some 1.1.5-snapshot version. Now I tried out tomahawk-1.1.5. Almost no
page is working anymore. I did some research. I am not sure what the problem
is, but at least I found out that:
<t:saveState value="#{bean.object }"/>
causes problems if I got a
<h:inputText value="#{bean.object.property}" />
tag. The value for the property doesnt seem to be set correctly. In those
earlier versions saveState didnt interfere with the input tags, now it does.
It seems to me that bean.getObject().setProperty() is called and after that
bean.setObject() so the property is lost again.
Do you think that this is kind of a bug or should it be that way and I am
rather not using saveState correctly?
Thanks and regards
Rene