Hallo! I'm still fighting my way through the ajax functionality. It's at least partially working now but i got a very strange behavior which i'm circling around for quite some time.
The page-template looks something like this: [...] <form jwcid="[EMAIL PROTECTED]" delegate="bean:delegate" updateComponents="ognl:updatableReportFormIds"> <table> <tr><td> <table> <tr jwcid="@Any" id="add_0"> [...] </tr> <tr jwcid="@Any" id="add_1"> [...] </tr> </table> </td></tr> <tr><td> <table> <tr jwcid="@Any" id="remove_0"> [...] </tr> <tr jwcid="@Any" id="remove_1"> [...] </tr> </table> </td></tr> </table> </form> [...] In the above case getUpdatableFormIds() should return {"add_0", "add_2", "remove_0", "remove_1"}. Should as it only gets me an error message from dojo stating "WARNING: 13:58:38: No ajax-response elements received." and therefor nothing is rendered. The response looks fine in firebug afaik. If i restrict the updatableComponsnts to add_0 and add_1 everything works fine. Does this behavior ring a bell to anybody here? Rgards, Patrick --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]