Re: [Tacos-devel] AjaxWebRequest.AJAX_REQUEST not set into cycle with AjaxForm submit

2006-03-22 Thread Leonardo Quijano Vincenzi
Michael Waluk wrote: Hi, I haven't dug too deep on this but noticed that when a component is rendered in response to an AjaxDirectLink the AjaxWebRequest is found in the cycle, but it seems to disappear when submitting an AjaxForm. I know it is set into the cycle in AjaxDirectServiceImpl's

Re: [Tacos-devel] AjaxWebRequest.AJAX_REQUEST not set into cycle with AjaxForm submit

2006-03-22 Thread Jesse Kuhnert
Ahh..That's the way I used to do it to. It is safe to simply inject the AjaxWebRequest into your component via normal hivemind injections. On 3/22/06, Michael Waluk <[EMAIL PROTECTED]> wrote: Hi,   I haven't dug too deep on this but noticed that when a component is rendered in response to an AjaxD

[Tacos-devel] AjaxWebRequest.AJAX_REQUEST not set into cycle with AjaxForm submit

2006-03-22 Thread Michael Waluk
Hi,   I haven't dug too deep on this but noticed that when a component is rendered in response to an AjaxDirectLink the AjaxWebRequest is found in the cycle, but it seems to disappear when submitting an AjaxForm.   I know it is set into the cycle in AjaxDirectServiceImpl's service either way, but f