Asset placement t5.4

2014-05-12 Thread George Christman
Hi everyone, I'm getting the following error, (AssetSourceImpl.java:188) - Packaging of classpath assets has changed in release 5.4; Assets should no longer be on the main classpath, but should be moved to 'META-INF/assets/' or a sub-folder. Future releases of Tapestry may no longer support assets

tapestrydoc is an unknown tag

2014-05-12 Thread Nathan Quirynen
Hi, I'm working on a Tapestry component library and wanted to add javadoc. _I added the following to my pom.xml:_ org.apache.maven.plugins maven-javadoc-plugin 2.8.1 true

Tapestry 5.4 Select: Can't stop tapestry generating it's own clientId

2014-05-12 Thread Lance Java
I'm trying to do some ajax with tapestry 5.4 and no matter what I do, I can't stop tapestry from generating it's own clientId. TML: I update the zone(s) using some custom javascript: define(["jquery", "t5/core/zone"], function($, zoneManager) { return function(spec) {

Re: Invalidating a session

2014-05-12 Thread Michael Gentry
Hi Sanket, We use: @Inject private HttpServletRequest request; ... if (request.getSession(false) != null) request.getSession(false).invalidate(); However, since we also use an SSO, we have to remove all cookies associated with the SSO, etc. mrg On Wed, May 7, 2014 at 3:31

Re: tapestry+jboss live class reloading problem

2014-05-12 Thread Thiago H de Paula Figueiredo
On Fri, 09 May 2014 11:19:52 -0300, wrote: Hi, all Hi! I know that live class reloading do not reload tapestry files that are inside jar files like tapestry documentation says, but perhaps someone have faced the same problem and can tell me if there is any special configuration to apply

tapestrydoc is an unknown tag

2014-05-12 Thread Nathan Quirynen
Hi, I'm working on a Tapestry component library and wanted to add javadoc. _I added the following to my pom.xml:_ org.apache.maven.plugins maven-javadoc-plugin 2.8.1 true

Re: Fwd: QName::=(NCName':')?NCName error when tml is parsed

2014-05-12 Thread Thiago H de Paula Figueiredo
On Sun, 11 May 2014 05:51:33 -0300, Jens Breitenstein wrote: Hi Andi, hi Kristian! Hi, guys! We solved the puzzle several days ago, but unfortunately the mail never appeared in the mailing list even my phone tells me it is sent :-( The Apache Software Foundation mailing list servers had a

Using an Interceptor with Tapestry Resteasy

2014-05-12 Thread Michael Goode
Hi Guys, I have a question in relation to service injection and Tapestry Resteasy. We have a single Angular.js page within our Tapestry 5 web app and a basic web service api that allows us to retrieve/update the relevant data. We've been trying to improve the security aspect our design and we will