@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
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
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.
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
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
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
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
>
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?
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).
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
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
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
12 matches
Mail list logo