Tapestry 5.2.4 and TSS 3.0.0 - AccessDeniedHandler not found

2010-12-15 Thread Tobias Marx
Has anyone managed to get Tapestry-Spring-Security http://www.localhost.nu/java/mvn-snapshot/nu/localhost/tapestry/tapestry-spring-security/3.0.0-SNAPSHOT/tapestry-spring-security-3.0.0-20101124.214847-2.jar to work with Tapestry 5.2.4 ? Also in the sample project:

@Cached method called multiple times

2010-10-04 Thread Tobias Marx
Hello everyone! I am using Tapestry 5.1.5 and I noticed that a method annotated as @Cached is executed several times for a single pageview. I am using a BaseComponent class that contains this method. It is called from component that extends this. Or is it possible @Cached is not working when

Re: Weird bug

2009-01-25 Thread Tobias Marx
22:26:06.468 ERROR! [SocketListener0-1] org.hibernate.LazyInitializationException.init(LazyInitializationException.java:19) 69 could not initialize proxy - no Session org.hibernate.LazyInitializationException: could not initialize proxy - no Session at

Weird Bug II

2009-01-25 Thread Tobias Marx
This bug is a different bug, so I start a new threadbut it has the same effect. Hope I can contribute to make Tapestry more stable as far as errors is concerned...even if those errors should be stupid errors. Instead of a Tapestry error page there is a server error again: HTTP ERROR: 500

Re: [T5] improve documentation

2009-01-21 Thread Tobias Marx
In the long-term it is better though if every developer provides an example to the code he has done. This way the community grows and also the number of potential developers...even if new developments and bugfixes take longer. I know many people who have started with Tapestry, but reached a

Re: [T5] improve documentation

2009-01-21 Thread Tobias Marx
time round... its a real pity they are not being pushed more! Peter - Original Message - From: Tobias Marx superoverdr...@gmx.de To: users@tapestry.apache.org Sent: Wednesday, 21 January, 2009 17:03:04 GMT +02:00 Athens, Beirut, Bucharest, Istanbul Subject: Re: [T5] improve

Is this already possible in Tapestry5?

2009-01-19 Thread Tobias Marx
Hi there! Is it possible to implement the following datamodel in Tapestry5 for dynamic form generation: If so, how can you do this dynamically? Category: The category to group values (e.g. Country, Language) Value: Values...(e.g. USA, Spain, English, Spanish.whatever) FormElement: Input

My Tapestry5 suggestion list

2008-10-01 Thread Tobias Marx
Hi there! Here is my list of Tapestry5 suggestions: Tapestry5 Suggestions: 1. User .tpl instead of .tml. This way there is also no problem with syntax highlighting in most editors. 2. Make those templates compatible with SSI templates. This is because most HTMLers will slice PSD

Re: My Tapestry5 suggestion list

2008-10-01 Thread Tobias Marx
5. resolving template/component class names: Also allow SomeExample for a component class name if the template is called some-example. Original-Nachricht Datum: Wed, 01 Oct 2008 10:38:02 +0200 Von: Tobias Marx [EMAIL PROTECTED] An: Tapestry users users

Re: Tapestry 5.0.12

2008-04-23 Thread Tobias Marx
Hi Howard! Don't forget to release Tapestry 5.0.12 together with a useful demo application once the time is ripe. The more demos, the bettermaybe even a Petshop 2.0 with Ajax widgets? So long Tobias Original-Nachricht Datum: Tue, 22 Apr 2008 20:20:49 -0700 Von:

Uploading templates/properties via FTP

2008-03-26 Thread Tobias Marx
Hi there! I would like to separate Java code from property files and template for the deployment process. In fact, I do not want to deploy templates and property files as such and instead provide FTP access for our customers so that they can change those files themselves. It is always such a

Re: Uploading templates/properties via FTP

2008-03-26 Thread Tobias Marx
4.1 Original-Nachricht Datum: Wed, 26 Mar 2008 11:16:08 +0100 Von: Davor Hrg [EMAIL PROTECTED] An: Tapestry users users@tapestry.apache.org Betreff: Re: Uploading templates/properties via FTP which version of tapestry ? On Wed, Mar 26, 2008 at 11:01 AM, Tobias Marx

@Cached and caching in general

2008-03-18 Thread Tobias Marx
I have not used T5 yet, but would @Cached use the file system for caching HTML fragments similiar to caching mechanisms in some php frameworks? Or is this a pure memory-based cache? I am thinking about migrating an old PHP application to T5 - it has really a lot of traffic and any users are

Re: @Cached and caching in general

2008-03-18 Thread Tobias Marx
call result per request. so while page is rendering if multiple pieces of template require that property it gets called only once... Davor Hrg On Tue, Mar 18, 2008 at 5:44 PM, Tobias Marx [EMAIL PROTECTED] wrote: I have not used T5 yet, but would @Cached use the file system for caching

AW: @Cached and caching in general

2008-03-18 Thread Tobias Marx
of seeking time. But you always know: Only the code / application will tell you! Cheers, Martin (Kersten) -Ursprüngliche Nachricht- Von: Tobias Marx [mailto:[EMAIL PROTECTED] Gesendet: Dienstag, 18. März 2008 17:45 An: Tapestry users Betreff: @Cached and caching

AW: @Cached and caching in general

2008-03-18 Thread Tobias Marx
The problem is context I guess. Usally your component depends on lots of stuff. Parameters, URL, Services, Page-state, component state, HTTP-Parameters and so on. Yes...but it must be possible somehow as some PHP template engines also do it. Isn't there already some mechanism in the

Re: AW: @Cached and caching in general

2008-03-18 Thread Tobias Marx
: AW: @Cached and caching in general A factor 100?? C'mon. If, and I stress IF, your application would benefit that much from this, fine. But Tapestry 5 applications in general would - I guarantee you - not see such an improvement. -Filip On 2008-03-18 18:07, Tobias Marx wrote: My

Re: @Cached and caching in general

2008-03-18 Thread Tobias Marx
be performed only once. When you refresh the page, the build will be invoked once again (but once only). -adam On Tue, Mar 18, 2008 at 11:44 AM, Tobias Marx [EMAIL PROTECTED] wrote: I have not used T5 yet, but would @Cached use the file system for caching HTML fragments similiar to caching

AW: @Cached and caching in general

2008-03-18 Thread Tobias Marx
and try it you may post your benchmarks. I don't know who has stretched it before but I guess caching is always a hot topic so if you can provide new insides your are welcome. Cheers, Martin (Kersten) -Ursprüngliche Nachricht- Von: Tobias Marx [mailto:[EMAIL PROTECTED

Random Stale Link exceptions (without back button usage)

2008-03-06 Thread Tobias Marx
I keep on getting random stale link exceptions in a Tapestry 4.1 application. I am not using the browser's back button, however. The error is not reproducable and just happens to appear every 20th or 30th time a form is submitted. The error message: Rewind of form Home/$Form expected only 0

PropertySelection request

2008-01-10 Thread Tobias Marx
A quick but useful feature suggestion for the default PropertySelection: optional=true/false Which would automatically add an empty item ad the beginning, for the case it is an optional PropertySelection. Thanks! Tobias - To

org.apache.tapestry:tapestry-core:jar:5.0.4-SNAPSHOT

2007-06-01 Thread Tobias Marx
I have tried to install 2 different Tapestry 5 examples using maven. Always when I do the final mvn jetty:run I get: Missing: 1) org.apache.tapestry:tapestry-core:jar:5.0.4-SNAPSHOT Why is it missing and where do I get it from ? Toby

Multiple method calls per page request (HivemindTapestry)

2007-02-09 Thread Tobias Marx
Hi there! I am using Hivemind to generate a Map of Domain name related objects as a singleton on startup, called HibernateDomainSource. Then I am constructing a threaded services that uses this data together with the servletRequest. This service is called DomainManager. I am now injecting

Tapestry Hivemind: Caching multiple method calls per request?

2007-02-09 Thread Tobias Marx
Hi there! I am using Hivemind to generate a Map of Domain name related objects as a singleton on startup, called HibernateDomainSource. Then I am constructing a threaded services that uses this data together with the servletRequest. This service is called DomainManager. I am now injecting

Re: Tapestry Hivemind: Caching multiple method calls per request?

2007-02-09 Thread Tobias Marx
like? Does it cache its results or does it call the IDomainSource every time? On 2/9/07, Tobias Marx [EMAIL PROTECTED] wrote: Hi there! I am using Hivemind to generate a Map of Domain name related objects as a singleton on startup, called HibernateDomainSource. Then I am constructing

Re: Tapestry Hivemind: Caching multiple method calls per request?

2007-02-09 Thread Tobias Marx
, Tobias Marx [EMAIL PROTECTED] wrote: Indepenent of what the method looks like, why is it called more then once anyhow? If there is the same method inside a page or component, I thought Tapestry retrieves all the data first and then intelligently parses all the pages and its component templates