WebRequestCycle settings per request possible?

2008-01-11 Thread blueneogeo
Hello, I would like to be able to set different webrequestcycle settings per WebPage (besides per Application). So for example different buffering policy per page or different response filters per request. Is this possible in wicket, or will it likely be? Cheers, Christian -- View this

Re: 2-pass rendering

2008-01-10 Thread blueneogeo
Ahh missed that one... thank you! :-) christian igor.vaynberg wrote: see iresponsefilter -igor On Jan 9, 2008 4:27 PM, blueneogeo [EMAIL PROTECTED] wrote: I'm having an unusual case in which I would like to use javascript to load and write pages into divs (somewhat ajax-like

Re: 2-pass rendering

2008-01-10 Thread blueneogeo
to use/set an IResponseFilter per Page (or per request, so I can set it in the page)? Thanks, Christian igor.vaynberg wrote: see iresponsefilter -igor On Jan 9, 2008 4:27 PM, blueneogeo [EMAIL PROTECTED] wrote: I'm having an unusual case in which I would like to use javascript

2-pass rendering

2008-01-09 Thread blueneogeo
I'm having an unusual case in which I would like to use javascript to load and write pages into divs (somewhat ajax-like, but on other websites, as an included tool). In order to do so, I want the rendered page to actually be javascript alone the lines of: var txt; txt += psome text here/p; txt