On Thu, 09 May 2013 15:21:20 -0300, nhhockeyplayer nashua <nhhockeypla...@hotmail.com> wrote:

    @Log
    @CommitAfter
    @OnEvent(EventConstants.SUCCESS)
    Link success()
    {
        try
        {
            sendBroadcast();
        } catch (Exception ex)
        {
            System.out.println(ex);
        }

        persistenceService.save(bean);
        
alertManager.info(messages.getFormatter(Utils.ADDED_MESSAGE).format(bean));
return !continueAdding ? pageRenderLinkSource.createPageRenderLinkWithContext(Show.class, beanType, bean)
                : null;
    }

What does sendBroadcast() do? Are you using the Response Tapestry object or HttpServletResponse directly?

--
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