Hi fellas,

Tapestry 4.1.1

I'm trying to use ajax to update a common component without re-rendering the whole page, which works to some extent...

Basically I call updateComponent on the top most div inside this component, as there are a number of sub components each of which need to update.

However, when when the component is re-rendered it is broken (see attached).

I think I could call updateComponent on the sub components individually to avoid ajax having to worry about form and nesting, however that's more work than should be necessary; I thought dojo/tapestry would 'know' about contained components and re-render them, not re-render the whole body of the top most div specified in the updateComponent call?

is this a bug?

is it fixed in 4.1.2?

Thanks, Paul.

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

Reply via email to