The chain of response builders all inspect the incoming http request
headers/ params to see who should handle the request type. If the
special http parameter that stands for dojo requests isn't found then
I'm guessing you're probably using the standard html response builder
which doesn't include support for xtile requests. (even if you did
somehow get the dojo response builder to handle the response you'd
still need something to handle the xml based stream that it returns )

On 4/4/07, Hugo Palma <[EMAIL PROTECTED]> wrote:
I'm trying to use XTile to implement a similar effect to what the
EventListener annotation does, but in JDK 1.4.
So, i have the XTile component all setup, i get it to call my listener
method and in the listener method i call
cycle.getResponseBuilder().updateComponent("mycomp").

Problem is, nothing happens. The component doesn't get updated.
I'm guessing more plumbing work needs to be done for this to work.

Any ideas ?



--
Jesse Kuhnert
Tapestry/Dojo team member/developer

Open source based consulting work centered around
dojo/tapestry/tacos/hivemind. http://blog.opencomponentry.com

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to