Hi! I'm trying to execute some Javascript code to hook up some events to some TextFields in a page. Thus, I need their clientIds. When in an AJAX request, the TextFields are rendered again with other clientIds, so I need to generate the Javascript event hooking again.I created a method annotated with @AfterRender and use RenderSupport to generate the event hooking code. In a full page request, my method is called and everything is fine. But, in an AJAX request, my @AfterRender method is not invoked and my @BeginRender is invoked (it returns void). I cannot use @BeginRender in this case because the fields client ids are only defined during rendering.
What am I missing? -- Thiago --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org For additional commands, e-mail: users-h...@tapestry.apache.org