Re: Multi file upload

2014-06-14 Thread Ilya Obshadko
I have integrated jQuery-File-Upload in my project recently. This library is more flexible and up-to date. My integration scenario uses MultipartDecoder service override described in the blog post you are referring to. I have created a public gist, feel free to use and extend it: https://gist.gith

Re: WebSocket for tapestry

2014-06-14 Thread Bogdan Ivascu
Sorry, not that I read it, I should have been more specific. I do see the contribution of the ChatTopicListener in AppModule and the "onConnect" method gets called as expected when any push target creates a new AtmosphereResource. The one that I don't see called is the "onDisconnect" method. On S

Re: WebSocket for tapestry

2014-06-14 Thread Bogdan Ivascu
Hi Lance, What is the way to listen for someone connecting and disconnecting from a topic? I see that you have "TopicListenerImpl" and "ChatTopicListenerImpl" having methods that listen for this type of thing. I don't see how they are used though. Thanks, Bogdan. On Wed, May 21, 2014 at 3:33 A

Multi file upload

2014-06-14 Thread Sanket Sharma
Hi, I'm looking for a mechanism to allow users to upload multiple files in the application. I know it is possible via AJAX but not sure if there is any component that currently supports it. The only documentation I came across was this - which was written about three years back http://tawus.wordp

Re: Cometd-Tapestry IllegalStateException

2014-06-14 Thread Lance Java
> what would be the fix? Let's see the network traffic first. It's like asking your doctor for medicine before telling him your symptoms ;) On 14 Jun 2014 18:58, "Boris Horvat" wrote: > Here is the url - http://postimg.org/image/b74chvzr7/ > > I will try to monitor the network traffic, but does

Re: Cometd-Tapestry IllegalStateException

2014-06-14 Thread Boris Horvat
Here is the url - http://postimg.org/image/b74chvzr7/ I will try to monitor the network traffic, but does you theory explains why refreshing the page doesn't fix the issue? Could it be that the session is lost forever? If I am able to confirm this scenario, what would be the fix? Would it work if

Re: Cometd-Tapestry IllegalStateException

2014-06-14 Thread Lance Java
> (I hope images can be displayed in this way) Nope, attachments don't work here (links do). > What class has replaced this implementation in the 0.9.18? In 0.9.18, the offline rendering was moved into it's own module (tapestry-offline) The class that does the rendering now is OfflineComponentRend

Re: Cometd-Tapestry IllegalStateException

2014-06-14 Thread Lance Java
Sorry... All requests should pass JSESSIONID. But only the cometd request should contain BAYEUX_BROWSER. So I wouldn't expect BAYEUX_BROWSER to be part of the tapestry request / response. On 14 Jun 2014 16:35, "Boris Horvat" wrote: > From what I can see the JSESSIONID is never changed, but I nev

Re: Cometd-Tapestry IllegalStateException

2014-06-14 Thread Boris Horvat
>From what I can see the JSESSIONID is never changed, but I never seen BAYEUX_BROWSER being passed. In the class ComponentJSONRendererImpl I can see only 1 cookie [image: Inline image 1] (I hope images can be displayed in this way) What class has replaced this implementation in the 0.9.18? Als

Re: Cometd-Tapestry IllegalStateException

2014-06-14 Thread Lance Java
There's a bit too much info there for me to grok without much context. Watch these two cookies: JSESSIONID=6C36330F5F8519937A9620B276E9C219; BAYEUX_BROWSER=a43f-14stwrta3yd8bhwep00t3wfz For all requests, make sure their values are consistent and don't change. Also, what's this? java.util.concu

Re: Can't post a comment on Tapestry's homepage

2014-06-14 Thread Kalle Korhonen
The latest publicly released (i.e. voted on) is beta-6 (see http://central.maven.org/maven2/org/apache/tapestry/tapestry-core/). We do advance the version number in the source tree to keep track of changes but beta-10 is not officially released. Kalle On Sat, Jun 14, 2014 at 6:40 AM, Muhammad Ge

Re: Tapestry Security Login?

2014-06-14 Thread jeremias.epp...@web.de
I am confused it works! On Sat 14 Jun 2014 11:42:38 AM CEST, jeremias.epp...@web.de wrote: > Hello, > > I have a problem with the Tapestry Security Login. The Custom Realm and > the configuration works fine on a desktop app. > But on the web it does not work. If i type in my username and password,

Can't post a comment on Tapestry's homepage

2014-06-14 Thread Muhammad Gelbana
I forgot my password and I can't figure out how to reset it. I'm just trying to point out that the "Latest news" section on the home page is showing that the latest beta is beta-6, while on this page

Re: Cometd-Tapestry IllegalStateException

2014-06-14 Thread Boris Horvat
Well it is cookie bases session. This happens in the application that we run in local jetty as well as on amazon hosted tomcat (each time single server is being used) When the request is made and page is refreshed I can see the following data in the network section. From my understanding of the be

Tapestry Security Login?

2014-06-14 Thread jeremias.epp...@web.de
Hello, I have a problem with the Tapestry Security Login. The Custom Realm and the configuration works fine on a desktop app. But on the web it does not work. If i type in my username and password, the custom realm loads the user, but the forwarding sends me to MyApp/login/authentication instead o