Hi everybody,
I want to understand better how a non direct AjaxResquest renders its
resonse
I understand exactly what happens to render the response when a direct
AjaxResquest is executed.
The process goes more less like this:
* the AjaxDirectService calls DojoResponseBuilder#updateComponentsDirect.
* each component of the page to be included in the update (given
updatecomponents param) its rendered to a nested writer which is stored in
a map.
* on cleanupAfterRender, the ajax-response element its constructed,
iterating the pairs of the map of writers...
But when there request isn't direct, the AjaxDirectService calls the
DojoResponseBuilder#renderResponce which in place calls
IRequestCycle.renderPage with
the NullWriter instance as parameter, so:
* When does the actual response its created?
* If its in the cleanupAfterRender, how and where its the writers map
populated?
I would greatly appreciate any clues you can give...
thanks in advance
Miguel Hernández
-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Tacos-devel mailing list
Tacos-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/tacos-devel