Also, do you have a security framework that might be getting in the way?
Perhaps this framework is returning a login page Link because it can't find
the session on the Fake request.
On 22 Apr 2013 16:56, "Lance Java" wrote:
> I get the feeling that your push action is returning a Link (or a page
I get the feeling that your push action is returning a Link (or a page or
something) when it should return a Block. I'm not sure why else tapestry
would try and call response.encodeRedirectURL(...)
Take another look at the demo, there are two topics defined in ChatService:
/chatservice/users - th
Well i'm trying to put the chatmessages into a div thats in my sidebar
(admin side of my application).
I have the error on all the pages that have an OnPassivate() method.
I tryed the demo application but i didn't understand everything that's
happening so i'm tryng to start from scratch (looki
Hi, sorry for the late response, I've been on holiday. I'm the author of
tapestry-cometd.
Tapestry-cometd has to fool tapestry into thinking there is a "real"
request /response when a push is initiated. It does this via a
FakeHttpServletRequest (and Response). Note that not all methods are
implem
I've looked into tapestry-cometd again. hoping to find a solution.
but i get the folowing error when trying to implement it in my sidebar
component.
java.lang.UnsupportedOperationException
encodeRedirectURL
Filter stack frames Stack trace
org.lazan.t5.cometd.services.inte