<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 10pt;
font-family:Tahoma
}
--></style>
</head>
<body class='hmmessage'><div dir='ltr'>I think you can return a component or something with #answer: if I'm not mistaken. There's always WATask, which may fit your idea.<br><br>Otherwise, you may consider using announcements. Maybe do form authentication with ajax and return any errors, or even return the results via ajax.<br><br>Just some ideas,<br>RS<br><br>> Date&#58; Thu, 16 Jun 2011 17&#58;50&#58;08 &#43;0200<br>> From&#58; milan.mimica&#64;gmail.com<br>> To&#58; seaside&#64;lists.squeakfoundation.org<br>> Subject&#58; Re&#58; &#91;Seaside&#93; flow<br>> <br>> Julian Fitzell wrote&#58;<br>> &#62;  but I&#39;d question why you were using &#35;call&#58;/&#35;answer&#58; at all.<br>> &#62;<br>> &#62; If the &#35;answer is in response to a &#35;show&#58; or is triggering an <br>> &#62; &#35;onAnswer&#58; block in an embedded component, it should work fine to <br>> &#62; &#35;answer inside the &#35;respond&#58; block.<br>> <br>> Well, it&#39;s quite simple. I&#39;m &#35;call-ing a component which does a ticket <br>> reservation. After the user fills the form, in the callback of the OK <br>> button, I&#39;m sending a PDF &#40;the ticket&#41; to the user and returning flow to <br>> the calling component. That&#39;s how I imagined it anyway.<br>> <br>> -- <br>> Milan Mimica<br>> http&#58;//sparklet.sf.net<br>> <br>> _______________________________________________<br>> seaside mailing list<br>> seaside&#64;lists.squeakfoundation.org<br>> http&#58;//lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside<br>                                               </div></body>
</html>