On Thu, 26 Sep 2013 07:43:44 -0300, Jaroslav Ciml <ci...@centrum.cz> wrote:

Hi,

Hi!

<t:eventlink event="exportToCsv">
    ${message:exportToCsv}
</t:eventlink>

@OnEvent("exportToCsv")
StreamResponse exportToCsv()
{
    return new TextStreamResponse("text/plain", "Just a test!");
}

It works for me.

If I click the event link, I get the exception

"Sanity check - neither a stream response nor a redirect response was generated for this action request."

Full stack trace or error message please.

--
Thiago H. de Paula Figueiredo

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org

Reply via email to