On Thu, Jun 16, 2011 at 4:50 PM, Milan Mimica <span dir="ltr">&lt;<a href="mailto:milan.mimica@gmail.com">milan.mimica@gmail.com</a>&gt;</span> wrote:<br><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">

<div class="im">Julian Fitzell wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
 but I&#39;d question why you were using #call:/#answer: at all.<br>
<br>
If the #answer is in response to a #show: or is triggering an #onAnswer: block in an embedded component, it should work fine to #answer inside the #respond: block.<br>
</blockquote>
<br></div>
Well, it&#39;s quite simple. I&#39;m #call-ing a component which does a ticket reservation. After the user fills the form, in the callback of the OK button, I&#39;m sending a PDF (the ticket) to the user and returning flow to the calling component. That&#39;s how I imagined it anyway.</blockquote>

<div><br>But how can the user both download a file *and* see an HTML page displayed? You can only respond once to a request...<br><br>Julian<br></div></div>