Problem with WOComponentContent and the request-response-loop.
Jürgen Lorenz Simon <[email protected]>
| Newsgroups | gmane.comp.web.webobjects.devel |
|---|---|
| Message-ID | <[email protected]> |
Hello everyone, we have a weird problem with the request-response-loop. Our current project is largely D2W driven and contains a page wrapper component. In this page wrapper, we have a WOString that gets pulled from Session and is set through the invokeAction phase in one of the subcomponents. Now what happens is that the PageWrapper component does not update that String value! It is clearly set in the subcomponent's methods up to appendToResponse(). Now I started to trace the request-response loop and whatdoyaknow: the request-response-loop seems to be split up! It is once run through completely for the page wrapper (and the other components in the wrapper) up to appendToResponse() before even awake() is called on the subcomponents coming into it through WOComponentContent !!! I hope this make sense to someone and somebody can help. Its a very annoying problem and would mean a great deal of restructuring if we had to move that particular piece of information into the component content components. Cheers, J.L.Simon