Re: RenderSupport in XHR

2011-04-21 Thread rektide
This worked! Huzzah! Thanks! On Thu, Apr 21, 2011 at 02:37:23PM +0200, Joakim Olsson wrote: > You can use a PartialMarkupRendererFilter to get access to > RenderSupport (I used it to get access to JavaScriptSupport in Tap > 5.2.4 at least). > > See this thread for how I used it: > http://tapestr

Re: RenderSupport in XHR

2011-04-21 Thread rektide
On Thu, Apr 21, 2011 at 06:22:02AM +0530, Taha Hafeez wrote: > Hi > > What Tapestry version are you using ? T5.1.0.6 - To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org For additional commands, e-mail: users-h...@tap

Re: RenderSupport in XHR

2011-04-21 Thread Joakim Olsson
You can use a PartialMarkupRendererFilter to get access to RenderSupport (I used it to get access to JavaScriptSupport in Tap 5.2.4 at least). See this thread for how I used it: http://tapestry.1045711.n5.nabble.com/Focus-on-first-field-in-added-row-in-AjaxFormLoop-td3401558.html /Joakim On Wed

Re: RenderSupport in XHR

2011-04-20 Thread Taha Hafeez
Hi What Tapestry version are you using ? regards Taha On Thu, Apr 21, 2011 at 2:54 AM, rektide wrote: > Hi all, > > Doing some XHR code. Normally I'd call RenderSupport's addInit method in > my code. Here's > what I get: > > Caused by: java.lang.RuntimeException: No object of type > org.apac