Re: Problem with Ajax and ViewScope

2010-07-02 Thread Marcus Büttner
Hi Werner, I tested the problem with newest snapshot from today and it works. It looks like it was a temporary bug in the trunk. ;-) Thx for your help! Marcus Werner Punz schrieb: Ok I gave the example a testrun and could not reproduce the problem anymore, I assume one of following issues

Re: Problem with Ajax and ViewScope

2010-06-30 Thread Werner Punz
Ok I gave the example a testrun and could not reproduce the problem anymore, I assume one of following issues a) It was a temporary bug in the trunk (I did an svn update on the latest codebase to check) b) You might have forgotten to make the ViewScoped bean serializable. (In which case the

Problem with Ajax and ViewScope

2010-06-29 Thread Marcus Büttner
Hi, a small example with two input fields, both with valueChangeListener and a f:ajax for rerendering the output field: h:form id=myForm h:outputLabel for=val1 value=Value1/ h:inputText id=val1 value=#{myBean.val1}

Re: Problem with Ajax and ViewScope

2010-06-29 Thread Werner Punz
Hi there is some optimization work going on currently on the viewstate, you might have triggered a bug in the trunk, can you file a jira issue on this one? Werner Am 29.06.10 11:05, schrieb Marcus Büttner: Hi, a small example with two input fields, both with valueChangeListener and a

Re: Problem with Ajax and ViewScope

2010-06-29 Thread Marcus Büttner
Thx for your response. I created an issue. https://issues.apache.org/jira/browse/MYFACES-2776 Marcus Werner Punz schrieb: Hi there is some optimization work going on currently on the viewstate, you might have triggered a bug in the trunk, can you file a jira issue on this one? Werner Am

Re: Problem with Ajax and ViewScope

2010-06-29 Thread Werner Punz
Thanks a lot I will start to investigate on my side (javascript) if something is wrong there (which I doubt) today. I assume the problem is originated by some of the performance optimisations done on the partial tree, and will be gone in a few days. Werner Am 29.06.10 12:56, schrieb Marcus