Don't know why you need specifically to extend that class, it's not
compulsory to have ajax (er even dojo) features.

You can easily manage XHR/AJax requests using an EventListener
annotation and selecting which components to partially update with
ResponseBuilde.updateComponent(idOfTheComponentToUpdate)

Or have your component  (IComponent, it does not matter whether you
extend or not other classes) implement IJSonRender interface that will
return the JSON data structure to your javascript caller.


On 10/1/07, Martino Piccinato <[EMAIL PROTECTED]> wrote:
> If inserted in a writer the following html will be split out as it is.
> If you want to dynamically render components inside your component
> (that is render different components depending on some conditions,
> even dynamically with an ajax request) you can use block/renderblock
> components.
>

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

Reply via email to