Mokrinsky Alexey wrote:
Hi,
Cannot reach the point in UpdateContainer_Engine where the changed page title value is.
I've inserted the code in UpdateContainer_Engine.processCurrentScreen(), which takes the containerFacade object and handles it further.
However page field of the containerFacade has an old value, that was before I 've changed it. Other fields are updated and have the new values, but the container title (page field value) not.
I have debugged the code, but I can not find the new page field value. Where is it? How can I get it?
Is it saved somehow in another place then UpdateContainer_Engine?
The UpdateContainer_Engine and AddContainer_Engine actually dispatch to
the corresponding sub engines for each field type. For the page field it
is the org.jahia.engines.shared.Page_Field.java class that handles all
the editing for the page field.
Regards,
Serge Huber.