Re: Tapestry 5.1 running in Google App Engine (GAE)

2009-08-12 Thread Christian Edward Gruber
This apparently happens on 5.0.x as well, and seems to be a problem in the classloading on the local development server. Apparently this error doesn't occur (or at least isn't manifesting this way) on the actual appserver production engine. I have no clue where this is at, but if there is

Re: Tapestry 5.1 running in Google App Engine (GAE)

2009-08-12 Thread Otho
Out of the box it throws the same exception. Caused by: java.lang.ClassNotFoundException: caught an exception while obtaining a class file for org.apache.tapestry5.corelib.components.Loop$1 at javassist.Loader.findClass(Loader.java:359) at org.apache.tapestry5.internal.services.ComponentInstantiat

Re: ck/OnEvent with Context

2009-08-12 Thread ppetrou
Thanks Norman, You were right. I modified the onInternalEvent() method of AbstractEventMixin.java and it worked. I copied both methods below Thanks again for your help OLD *** Object onInternalEvent() { String input = request.getParameter(PARAM_NAME

Re: Tapestry 5.1 running in Google App Engine (GAE)

2009-08-12 Thread Alex Kotchnev
Christian, can you jot down a few instructions on getting this done ? Is this the T5.1 out of SVN ? Or is this just following the instructions that someone (maybe you) posted a few weeks ago ? Also, do you know if this runs properly on the local dev server ? There is an issue w/ 5.0 and the

Re: tapestry-spring-security-2.1.0 logout issue

2009-08-12 Thread Norman Franke
On Aug 12, 2009, at 1:04 PM, Michael Gerzabek wrote: Norman Franke schrieb: The demo/sample app did work fine, but my non-trivial app fails unless I add the explicit session.invalidate() call in my event handler. I have no super classes, but I do use a layout component. It's rather trivial

Re: vaadin and GWT

2009-08-12 Thread Thiago H. de Paula Figueiredo
Em Wed, 12 Aug 2009 13:17:35 -0300, Ivano Luberti escreveu: I'm reading a lot about this "new" framework called Vaadin, which looks quite similar to GWT. I have used neither of them and only read and looked at some example. Reading their FAQ, it seems to me that Vaadin is more similar to Ec

Re: tapestry-spring-security-2.1.0 logout issue

2009-08-12 Thread Michael Gerzabek
Norman Franke schrieb: The demo/sample app did work fine, but my non-trivial app fails unless I add the explicit session.invalidate() call in my event handler. I have no super classes, but I do use a layout component. It's rather trivial, providing a menu and two-column layout. Nothing fancy.

vaadin and GWT

2009-08-12 Thread Ivano Luberti
I'm reading a lot about this "new" framework called Vaadin, which looks quite similar to GWT. I have used neither of them and only read and looked at some example. I have tried to find some comparison matrix wich listed tapestry and those one and found only this one, that is not really useful: ht

Re: tapestry-spring-security-2.1.0 logout issue

2009-08-12 Thread Norman Franke
The demo/sample app did work fine, but my non-trivial app fails unless I add the explicit session.invalidate() call in my event handler. I have no super classes, but I do use a layout component. It's rather trivial, providing a menu and two-column layout. Nothing fancy. However, putting the

Re: tapestry-spring-security-2.1.0 logout issue

2009-08-12 Thread Michael Gerzabek
So. What does this mean? Did the sample work for you - I mean without getting an exception? And if yes, what project layout (Layout components, super classes, etc.) do you use that gives the exception you mention? Where does the stacktrace exactly come from? Michael Norman Franke schrieb:

Re: ck/OnEvent with Context

2009-08-12 Thread Norman Franke
I've had a lot of issues with CK and contexts, in my case InPlaceCheckbox. I basically copied the source and wrote my own. In this case, the afterRender didn't use the context when creating the link, this makes the context empty when the onAction fires. And CK's AjaxCheckbox doesn't use a c

Re: tapestry-spring-security-2.1.0 logout issue

2009-08-12 Thread Norman Franke
I didn't when I ran the demo. Maybe one needs a layout component? Norman Franke Answering Service for Directors, Inc. www.myasd.com On Aug 12, 2009, at 4:07 AM, Michael Gerzabek wrote: Why do I not get the exception? I'm testing with tapestry-spring-security-sample application at [1]. Mich

ck/OnEvent with Context

2009-08-12 Thread ppetrou
I am using the example documented here http://www.chenillekit.org/chenillekit-tapestry/ref/org/chenillekit/tapestry/core/mixins/OnEvent.html and I can't get the context optional parameter to work. The relevant code is as follows *** *** public Object onChangeEven

Re: tapestry request processing diagram

2009-08-12 Thread Ulrich Stärk
I'll write a patch... Uli On 12.08.2009 04:42 schrieb Geoff Callender: Very nice. Deserves a place in the official doco. On 12/08/2009, at 4:57 AM, Ulrich Stärk wrote: Thiago H. de Paula Figueiredo schrieb: Em Tue, 11 Aug 2009 12:24:27 -0300, Ulrich Stärk escreveu: In case anyone wants to

Re: @Validate a user defined property

2009-08-12 Thread Michael Gentry
Thanks Geoff! On Tue, Aug 11, 2009 at 7:22 PM, Geoff Callender wrote: > There's a long-standing problem with recording errors in onSuccess(). I > think that's what Michael's referring to. > >        https://issues.apache.org/jira/browse/TAPESTRY-1972 > > So the example should be changed to this: >

Re: Organisation of Tapestry documentation

2009-08-12 Thread Szemere Szemere
+1

Re: Organisation of Tapestry documentation

2009-08-12 Thread Sergey Didenko
I think it's a really good idea. Currently the newcomer has to follow all the links to estimate what is more important and what is less important. That takes a lot of time. On Thu, Aug 6, 2009 at 1:04 AM, Sebastian Hennebrueder wrote: > Hello, > > while working on my Tapestry evaluation article,

Re: tapestry request processing diagram

2009-08-12 Thread Howard Lewis Ship
That's some amazing work! On Tue, Aug 11, 2009 at 8:24 AM, Ulrich Stärk wrote: > In case anyone wants to have an overview of how the different pipelines, > chain of commands and filters responsible for request processing interact, > here [1] is an overview. It is missing the RequestFilters though,

Re: tapestry-spring-security-2.1.0 logout issue

2009-08-12 Thread Andreas Pursian
Dear Norman, dear Robin, I can confirm this issue as well as the workaround Norman proposed. I also got the same exception which Norman already mentioned and adding a tapestry session invalidate call like this : @OnEvent(component = "logout") public void doLogout() { request.getSessio

RE: T5 bug with first line of message catalogs

2009-08-12 Thread Blower, Andy
Found it. TAP5-409, T5 doesn't recognise BOM at the start of UTF-8 files. It would be nice to fix this rather than just document it or leave it. Anyone else have any opinion on this? > -Original Message- > From: Blower, Andy [mailto:andy.blo...@proquest.co.uk] > Sent: 12 August 2009 11:3

T5 bug with first line of message catalogs

2009-08-12 Thread Blower, Andy
I just ran into a T5 bug where the first line in a message catalog never returns a translated version. I'm sure I dimly recall encountering this before and I'd like to check on the status, can anyone remember / find a bug for this issue. I tried searching and couldn't find one, so maybe I encoun

RE: Jetty 6.16 and T5.0.13

2009-08-12 Thread Eldred Mullany
Using Eclipse Version: 3.4.2 under Jetty Run Configurations, placed ${jetty_run} under VM Arguments, restarted , no more ClassNotFoundExceptions. Working fine. Thank you. -Original Message- From: Geoff Callender [mailto:geoff.callender.jumpst...@gmail.com] Sent: Wednesday, August 12, 20

RE: tapestry request processing diagram

2009-08-12 Thread Komiwes Robin
Nice diagram , thanx! -Message d'origine- De : Ulrich Stärk [mailto:u...@spielviel.de] Envoyé : mercredi 12 août 2009 11:30 À : Tapestry users Objet : Re: tapestry request processing diagram I updated the file and it now also contains all the default RequestFilters. Cheers, Uli On 11.0

Re: tapestry request processing diagram

2009-08-12 Thread Ulrich Stärk
I updated the file and it now also contains all the default RequestFilters. Cheers, Uli On 11.08.2009 17:24 schrieb Ulrich Stärk: In case anyone wants to have an overview of how the different pipelines, chain of commands and filters responsible for request processing interact, here [1] is an

Re: Possible bug in Hidden component

2009-08-12 Thread Sebastian Hennebrueder
Hidden fields do not support input validation as well. Shouldn't the implementation extend AbstractField? I put together snippets from the existing Hidden field and the AbstractTextField which works for me now. I don't oversee all the elements so this is just a raw idea. I am not sure, if we s

Re: tapestry-spring-security-2.1.0 logout issue

2009-08-12 Thread Michael Gerzabek
Why do I not get the exception? I'm testing with tapestry-spring-security-sample application at [1]. Michael [1] http://www.localhost.nu/svn/public/tapestry-spring-security-sample Norman Franke schrieb: On Aug 11, 2009, at 5:20 PM, Robin Helgelin wrote: On Tue, Aug 11, 2009 at 17:46, Norman