Re: can not setup tapestry-spring-security

2010-10-13 Thread Andrey Gladilin
Alex, it is your right to require free beer from me :) I changed the version of tapestry-spring-security to 2.1.0 and found a login page. Thank you very much! On Wed, Oct 13, 2010 at 11:32 PM, Alex Kotchnev wrote: > Andrey, >   I think you might have some versioning issues that you might want

Re: Thanks for making my life hell!

2010-10-13 Thread Taha Hafeez
On Thu, Oct 14, 2010 at 5:17 AM, Howard Lewis Ship wrote: > Don't waste the bits ... just a troll. > > On Wed, Oct 13, 2010 at 3:57 PM, ael wrote: > > > > Really... > > > > We have different opinions... > > > > For me one of the best ^_^. > > > > The only problem with tapestry is it don't have p

Disable Access denied Stack-trace

2010-10-13 Thread iberck
Hi forum I had implemented a T5 webapp with spring-security module, when a user try to access a page when the session is expired it redirects to login page and prints a stractrace like this: org.apache.tapestry5.ioc.internal.util.TapestryException: Access is denied at org.apache.tapestry

Re: [RELEASE] Tapestry version 5.2.1 (beta release)

2010-10-13 Thread Howard Lewis Ship
We'll continue to produce betas ... certainly a 5.2.2 will come soon. The real process is to vote on an existing release (hopefully, the 5.2.2) after it has been available as a beta for a few weeks, to retroactively label it GA. That's a standard Apache approach, and its reality based. If necessar

Re: Thanks for making my life hell!

2010-10-13 Thread Howard Lewis Ship
Don't waste the bits ... just a troll. On Wed, Oct 13, 2010 at 3:57 PM, ael wrote: > > Really... > > We have different opinions... > > For me one of the best ^_^. > > The only problem with tapestry is it don't have proper documentation > for beginners. > -- > View this message in context: > http

Re: Early steps getting Tapestry and Hibernate working via DAO

2010-10-13 Thread ael
Best Example http://lombok.demon.co.uk/folderTap5/ Good Luck... -- View this message in context: http://tapestry.1045711.n5.nabble.com/Early-steps-getting-Tapestry-and-Hibernate-working-via-DAO-tp3072498p3211319.html Sent from the Tapestry - User mailing list archive at Nabble.com. --

Re: [RELEASE] Tapestry version 5.2.1 (beta release)

2010-10-13 Thread ael
Wow... When will be the stable release :) Keep it up ... -- View this message in context: http://tapestry.1045711.n5.nabble.com/RELEASE-Tapestry-version-5-2-1-beta-release-tp3210812p3211308.html Sent from the Tapestry - User mailing list archive at Nabble.com. ---

Re: Thanks for making my life hell!

2010-10-13 Thread ael
Really... We have different opinions... For me one of the best ^_^. The only problem with tapestry is it don't have proper documentation for beginners. -- View this message in context: http://tapestry.1045711.n5.nabble.com/Thanks-for-making-my-life-hell-tp3211294p3211306.html Sent from the Ta

Re: can not setup tapestry-spring-security

2010-10-13 Thread Alex Kotchnev
Andrey, I think you might have some versioning issues that you might want to try to address first: 1. From the TSS (Tapestry Spring Security) home page, it indicates that you need TSS 2.1.0 to work w/ T 5.1.05 . You have TSS 2.0.0 with T5.1.0.5 (2009-07-16: Release *2.1.0* is available. Upgrade

Re: ApplicationStateManager throws an exception when an object is requested

2010-10-13 Thread Howard Lewis Ship
See https://issues.apache.org/jira/browse/TAP5-1304 Basically, the Request service isn't set up yet in the method you are invoking. Most likely, you want to contribute a filter to the RequestHandler service pipeline, not the HttpServletRequestHandler pipeline. On Wed, Oct 13, 2010 at 11:57 AM, M

ApplicationStateManager throws an exception when an object is requested

2010-10-13 Thread Manuel Sugawara
Hi all, Using tapestry 5.2.1. I have a filter that serves resources to clients (images, documents, etc). This filter uses an injected service to check if the user has the required permission to download the resource, but this is not working as expected. The authorization filter throws an exception

[RELEASE] Tapestry version 5.2.1 (beta release)

2010-10-13 Thread Howard Lewis Ship
Following a successful vote, the Tapestry team has released the first beta release of Tapestry 5.2, version 5.2.1. This release consists mostly of bug fixes on top of release 5.2.0. Full release notes are available. Mainly, this release improves live service reloading and a number of issues relate

Re: Override Default Co

2010-10-13 Thread Thiago H. de Paula Figueiredo
On Wed, 13 Oct 2010 04:34:13 -0300, Alessio Gambi wrote: Hi, Hi! My hope was to contribute to some services such that I can put my own ComponentEventResultProcessor service in front of all the others (like a wrapper or a filter). You can override it using decoration or advise it. --

Re: can not setup tapestry-spring-security

2010-10-13 Thread Alex Kotchnev
Andrey, you might want to try starting your application in debug mode and set a couple of breakpoints inside your UserDetailsService implementation and see if it's being called when you try to navigate to that page. It seems that if added the configurations as described on that page your app

Re: T5 - Refresh 1 second Ajax method

2010-10-13 Thread iberck
Thank you for the response, but how can I do it with tapestry 5? I'm novice -- View this message in context: http://tapestry.1045711.n5.nabble.com/T5-Refresh-1-second-Ajax-method-tp3210194p3210223.html Sent from the Tapestry - User mailing list archive at Nabble.com. -

Re: T5 - Refresh 1 second Ajax method

2010-10-13 Thread Inge Solvoll
This should do it :) http://api.prototypejs.org/ajax/ajax/updater/ On Wed, Oct 13, 2010 at 11:16 AM, iberck wrote: > > Hi tapestry forum :) > > I need to show the server date in my webapp (not the client date), and > refresh it every 1 second with ajax > Anyone know how can I create an ajax met

T5 - Refresh 1 second Ajax method

2010-10-13 Thread iberck
Hi tapestry forum :) I need to show the server date in my webapp (not the client date), and refresh it every 1 second with ajax Anyone know how can I create an ajax method to show it ? Thanks in advance -- View this message in context: http://tapestry.1045711.n5.nabble.com/T5-Refresh-1-second

can not setup tapestry-spring-security

2010-10-13 Thread Andrey Gladilin
Hello, I can not succeed in setting up the tapestry-spring-security. I created a default project from maven archetype, line this: http://tapestry.apache.org/tapestry5.1/quickstart/. I followed instructions from http://www.localhost.nu/java/tapestry-spring-security/conf.html and used some code from

Re: T5: How to use the Autocomplete component?

2010-10-13 Thread ael
Guys Check this out hehehe http://lombok.demon.co.uk/tapestry5Demo/test/autocomplete/onesource I hope Tapestry & Its developers make documents like this ^_^. -- View this message in context: http://tapestry.1045711.n5.nabble.com/T5-How-to-use-the-Autocomplete-component-tp2413813p3210127.html

Override Default Co

2010-10-13 Thread Alessio Gambi
Hi, I would like to customize the way Tapestry handles responses from EventHandler methods. Basically what I want to realize can be summarized like this: - If the request contains a special "flag" attribute that I set then Tapestry have to manage the results as I decide - If the request do