i'm pretty sure there's a general misunderstanding of what XTile's purpose
is/was.

It's simply a way to call a server-side method, something like what DWR does
(and close to what http://issues.apache.org/jira/browse/TAPESTRY-979describes)

No page is rendered while processing that service...
See the comments in http://issues.apache.org/jira/browse/TAPESTRY-836


On 4/4/07, Jesse Kuhnert <[EMAIL PROTECTED]> wrote:

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]




--
Andreas Andreou - [EMAIL PROTECTED] - http://andyhot.di.uoa.gr
Tapestry / Tacos developer
Open Source / JEE Consulting

Reply via email to