Re: Tapestry-security 0.2.0 released!

2010-07-02 Thread Kalle Korhonen
On Thu, Jul 1, 2010 at 11:39 PM, Borut Bolčina wrote: > I've used tapestry-spring-security for our former project (200K registered > users) so I am very interested to see what is the overall experience in > using this new Shiro-Tapestry combo. I see it has some nice components out > of the box whi

Tapestry 5 + Google App Engine - initial success!

2010-07-02 Thread Chris Mylonas
Hi, I'm pretty new around here but thought I would let you know that this post by Christophe Dufour works. http://blog.dooapp.com/running-tapestry5-maven-on-google-app-engine You can check it out here: http://tapgae1.appspot.com/ It's pretty much the default tapestry5 maven archetype with a link

Re: Ajax Problem with 5.2

2010-07-02 Thread Pierce Wetter
On Jul 1, 2010, at 4:57 PM, Howard Lewis Ship wrote: > Details about Tapestry version, browser version, any custom JS you've > written, steps taken, maybe some of your page class and template. Ok, issue entered: https://issues.apache.org/jira/browse/TAP5-1200 Templates provided. Pierce

Re: Tapestry-security 0.2.0 released!

2010-07-02 Thread Pierce Wetter
>> That is a wonderful news! As it just happens, I will begin to code a new T5 >> app just today, and guess what, I won't craft a new security solution by >> myself thanks to you guys. :-) Oh, and the whole permissions thing rocks. Having just roles was never going to do it for me. Pierce

Re: Tapestry-security 0.2.0 released!

2010-07-02 Thread Pierce Wetter
On Jul 1, 2010, at 11:39 PM, Borut Bolčina wrote: > That is a wonderful news! As it just happens, I will begin to code a new T5 > app just today, and guess what, I won't craft a new security solution by > myself thanks to you guys. :-) > > I've used tapestry-spring-security for our former projec

RE: ajaxformloop query

2010-07-02 Thread Jim O'Callaghan
Josh, Thiago, Thanks for the responses. I can get around the hibernate issue by storing my objects in a list persisted in the session (cleared when the page is detached), and updating them with the ones from the form, but what I'm trying to get at more is the correct approach to take regarding th

Re: ajaxformloop query

2010-07-02 Thread Josh Canfield
> I'm getting "a different object with the same identifier value was already > associated with the session" from hibernate. When are you seeing the error? I don't use ajaxformloop but I'd guess that your object is getting deserialized from the loop data stored in the form. Then you are trying to

Re: ajaxformloop query

2010-07-02 Thread Thiago H. de Paula Figueiredo
On Fri, 02 Jul 2010 14:19:24 -0300, Jim O'Callaghan wrote: I've been playing around with ajaxformloop for the guts of a day and am having some issues with it I'm hoping someone can set me straight on. I see that DefaultPrimaryKeyEncoder is deprecated (I'm using T5.2.0-SNAPSHOT) and I'm g

ajaxformloop query

2010-07-02 Thread Jim O'Callaghan
I've been playing around with ajaxformloop for the guts of a day and am having some issues with it I'm hoping someone can set me straight on. I see that DefaultPrimaryKeyEncoder is deprecated (I'm using T5.2.0-SNAPSHOT) and I'm getting "a different object with the same identifier value was already