Hello,

it seems that I solved the problem after adding the new versions of the
commons-JARs into my library.




-----Ursprüngliche Nachricht-----
Von: René Günther [mailto:[EMAIL PROTECTED] 
Gesendet: Samstag, 19. Mai 2007 14:33
An: MyFaces Discussion
Betreff: t:saveState

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

Reply via email to