Re: Customize ActivationRequestParameter to take a list

2014-09-02 Thread Lance Java
@PageActivationContext is a convenience annotation that ultimately creates onActivate(..) and onPassivate() methods on your page. I think you're surpassing what it was designed for. You should just declare onActivate(..) and onPassivate() instead (or maybe create your own @PageActivationContexts a

Re: Simpler Hello World

2014-09-02 Thread Chris Mylonas
For future noobs, this is not a simpler hello world, it's making tapestry respond with text only, no template, nothing but pure text. I had to do this today and this thread caught my eye last month. In the standard tapestry 5.3.7 archetype, my Contact.java looks like this. package org.example.p

Customize ActivationRequestParameter to take a list

2014-09-02 Thread George Christman
Hi guys, I'm wondering if there is a way to customize the ActivationRequestParameter to accept a list? What I'm looking to do is pass a list of strings into the ActivationRequestParameter and ultimately form a query parameter in the URL like so make=chevy|ford My thought was something like this.

Re: Tynamo-Conversations + Tapestry-Atmosphere

2014-09-02 Thread Lance Java
Wrong link, make sure your dependencies match the table here https://github.com/Atmosphere/atmosphere/wiki/Installing-AtmosphereServlet-with-or-without-native-support#quick-dependency-reference On 2 Sep 2014 19:31, "Lance Java" wrote: > Run "mvn:dependency tree" from the command line and make su

Re: Tynamo-Conversations + Tapestry-Atmosphere

2014-09-02 Thread Lance Java
Run "mvn:dependency tree" from the command line and make sure your dependencies match the table here http://tapestry-atmosphere.uklance.cloudbees.net/. You might need to a dependency? Not sure. I had troubles with tomcat and apache on cloudbees and had to upgrade to http 1.1. Does it work on jett

Re: Tynamo-Conversations + Tapestry-Atmosphere

2014-09-02 Thread Semen Vishniakov
Yes, the exception is gone now, thank you! But I have another question now: The demo and my project work perfectly with cometd long-polling connection. But when I try to change it to WebSocket, the event is not triggered. There is no errors or exceptions, in browser console I have "Websocket succ

Re: Trigger custom JS events and handle them on the server side

2014-09-02 Thread Martin Schneider
Hi François, Thanks! I will have a look. Martin On Mon, Sep 1, 2014 at 7:27 PM, françois facon wrote: > Hi Martin, > > please have a look at the branch 5.4. > > https://github.com/got5/tapestry5-jquery/commit/a979f03a1feedb40a2fd1fbeb410f197d5e7bcf2 > . > > Regards > François >

Re: Tapestry ioc/registry startup exception?

2014-09-02 Thread Stephen Nutbrown
Hi, I had this exact same question and problem, and found changing the JDK to use 7 instead of 8 fixed it. However, this seems to do it even when I download a snapshot of Tapestry and run using JDK 8, is there any documentation anywhere with any requirements and instructions on how to use JDK 8?

Re: Tapestry ioc/registry startup exception?

2014-09-02 Thread Lance Java
It's caused by asm.ClassReader. Which jvm version and tapestry version are you using? Tapestry has only recently added support for java 8 (asm5).

Re: Tapestry ioc/registry startup exception?

2014-09-02 Thread John
This was caused by a JDK version conflict! - Original Message - From: John To: users@tapestry.apache.org Sent: Tuesday, September 02, 2014 11:08 AM Subject: Tapestry ioc/registry startup exception? Hi, Any pointers on why my app won't start pls? John ioc.Registry Er

Tapestry ioc/registry startup exception?

2014-09-02 Thread John
Hi, Any pointers on why my app won't start pls? John ioc.Registry Error building service proxy for service 'RegistryStartup' (at org.apache.tapestry5.ioc.internal.services.RegistryStartup(Logger, List) (at RegistryStartup.java:36) via org.apache.tapestry5.ioc.services.TapestryIOCModule.bind

Re: Tapestry in distributed environment

2014-09-02 Thread Mugat Gurkowsky
this works like charm- thanks a lot On Fri, Aug 29, 2014 at 4:26 PM, Daniel Jue wrote: > For instance, in my project, see this BeforeSuite annotated method: > > > https://github.com/Sotera/graphene/blob/master/graphene-parent/graphene-util/src/test/java/graphene/util/fs/PropertiesFileSymbolPro