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
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
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) {
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
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
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
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
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