Hello all,
I have MVC and data binding (here w/ an internal table) working well. However, as soon as I navigate to another page and back, data binding is not working anylonger.
I have debugged pretty well and am sure that all stuff is still present, I can even see that values come thru as request params. However, they are not mapped anylonger thru data binding, so that the internal table does not receive these new values.
Note that the same works on first page visit.
Can anyone help me to find the SAP code where the data binding actually takes place so that I can set a brak-point? I evaluate the internal vars of the component (Cl_HTMLB_InputField->_value) and even they are correct. Note that I am not binding an HTMLB TableView against the internal table but single input fields.
Thankx for any ideas (I think it has to do w/ caches or so...),
Regards, Timo