<br><br><div><span class="gmail_quote">On 10/17/07, <b class="gmail_sendername">Steve H</b> &lt;<a href="mailto:s_t_e_v_e_h@hotmail.com">s_t_e_v_e_h@hotmail.com</a>&gt; wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">




<div>
Thanks for the prev reply.&nbsp; From following your guide, I&#39;ve now got the Dispatcher processing the POST through the Action, then I inspect the result in the &#39;on POST ... run&#39; part.&nbsp;&nbsp; I was missing the significance of the Action when merely wanting to inspect the POSTed data in the Dispatcher.&nbsp;&nbsp;&nbsp; Now I want to use some of that &#39;result&#39; data to feed to a fragment that is supposed to be displaying in a different region. (when using a &#39;show&#39; for example, I get it rendered into the same region the search criteria was entered into.)&nbsp; ...so, in summary, any pointers on what&#39;s needed to have a different fragment now called (from the Dispatcher, after the original POST&#39;s Action returns) that can access data from the Dispatcher (I could now for example: set var =&gt; data), and have that fragment render it it&#39;s usual place in some other region?
</div></blockquote><div><br>I think you can do much that within the submit button in the template. The Jifty::Request::Mapper can take the results of an action and put that back into the arguments passed to a region request. 
<br><br>You might want to read that documentation... unfortunately, Jifty is seriously lacking in some good synopsis examples. <br><br>I&#39;ve been working my way through the docs trying to add a SYNOPSIS section to everything in addition to general clean-up and such, but I somewhere around Jifty::Dispatcher in the alphabet... My deadlines at work have been a little tight lately so I haven&#39;t had time to spend on important but not urgent work like helping add documentation to Jifty. :(
<br></div></div>