Page Recorder Locked in Tapestry 3.0

2007-01-25 Thread Reinhold Gruber
Hi! Is there a Tapestry Version 3.0.x which solves the "page recorder locked after commit" issue for concurrent requests of the same user? If not: Using JavaScript to disable form buttons after the first submission or serializing user-requests are no option for our applications. I read s

RE: Page Recorder Locked in Tapestry 3.0

2007-01-25 Thread Reinhold Gruber
request filter that serializes requests with (for example) code from this article: http://www.onjava.com/pub/a/onjava/2004/03/24/loadcontrol.html Cheers, Nick. Reinhold Gruber wrote: > Hi! > > > > Is there a Tapestry Version 3.0.x which solves the "page recorder locked >

RE: Page Recorder Locked in Tapestry 3.0

2007-01-25 Thread Reinhold Gruber
it. Concurrent Threads can override each others persistent page properties during rewind, but no overriding is allowed when a Thread enters the render-Phase of the Page-LifeCycle. Can someone tell me what I'm missing? Thanks in advance Reinhold -----Original Message- From: Re

Euro symbol with ISO-8859-1 output

2009-02-26 Thread Reinhold Gruber
ring money = NumberFormat.getCurrencyInstance(java.util.Locale.GERMANY).format(1.0); writer.write(money); writer.writeRaw(money); } } produces 1,00 ?1,00 ? Does anybody knows a workaround? Thanks Reinhold Gruber Software D

RE: Euro symbol with ISO-8859-1 output

2009-02-27 Thread Reinhold Gruber
possible you can give the € entity a try. More information around the euro symbol can be found here: http://www.cs.tut.fi/~jkorpela/html/euro.html Regards, Markus On Thu, Feb 26, 2009 at 6:22 PM, Reinhold Gruber wrote: > Hi! > > MarkupWriter replaces € with an ? if ISO-8859-1 HTML

component specific action event

2009-03-25 Thread Reinhold Gruber
ked, onActionFromSampleLink() is ignored?!? Reinhold Gruber Software Development ___ Deltavista GmbH Diefenbachgasse 35; A-1150 Wien Firmenbuchgericht und -nummer: Handelsgericht Wien, 200570g Sitz der Gesellschaft: Wien DVR: 1062107 http://www.

RE: component specific action event

2009-03-25 Thread Reinhold Gruber
ue) ). It is just a guess, but I am > pretty sure that tapestry is confused by the fact that you provide a context > but no event handler for it. > > Greetings nillehammer > > > - original Nachricht > > Betreff: component specific action event > Gesend

PageLink page-Parameter

2011-09-20 Thread Reinhold Gruber
Hi, I would found it rather usefull if if the page Parameter of PageLink would also accept a page-class or an injected and configured page instance (so that the activation context could be calculated from onPassivate()). Regards, Reinhold

In which direction is Tapestry heading?

2018-03-22 Thread Reinhold Gruber
Hi! 6 years ago HLS wrote an article on Dzone https://dzone.com/articles/tapestry-54-focus-javascript which contained among other things following very promising paragraph. See below. Is this kind of functionality still on the agenda? What can we expect by Tapestry 5.5? Best Regards Reinhold

Aw: Re: In which direction is Tapestry heading?

2018-03-27 Thread Reinhold Gruber
users" Betreff: Re: In which direction is Tapestry heading? Hello! On Thu, Mar 22, 2018 at 8:22 PM, Reinhold Gruber wrote: > Hi! > > 6 years ago HLS wrote an article on Dzone https://dzone.com/articles/ > tapestry-54-focus-javascript which contained among other things followin

StreamReponse with page instance

2019-08-01 Thread Reinhold Gruber
Hi! Within an event handler method on Page A I would like to set some data on an instance of Page B and then return it as a StreamResponse. But there is only a TextStreamReponse implementation and StreamPageContent needs the page class + activation context. Does anyone know how to do this? Bes

Spring Security Integration

2020-09-10 Thread Reinhold Gruber
Hi! I have a hard time trying to integrate Tapesty within a Spring Boot Application secured by Spring Security. Did anyone have success in this area and wants to share his experience and knowhow. I thought that it would be enough to simply append the TapestryFilter after the Spring FilterChain

Aw: Re: Spring Security Integration

2020-09-11 Thread Reinhold Gruber
integration in Shiro. Regards Reinhold       Gesendet: Freitag, 11. September 2020 um 01:11 Uhr Von: "Thiago H. de Paula Figueiredo" An: "Tapestry users" Betreff: Re: Spring Security Integration On Thu, Sep 10, 2020 at 5:50 PM Reinhold Gruber wrote: > Hi! > Hi! I

AssetDispatcher Tapestry 5.3.8

2021-05-28 Thread Reinhold Gruber
Hi! Some emergency. Any help highly appreciated. The AssetDispatcher in Tapestry 5.3.8 allows harmful requests, reading contents from WEB-INF etc. We currently do not have the time to update to the newest Tapestry version and we need to to something quick, right now. So I would like to ask how t

Aw: Re: AssetDispatcher Tapestry 5.3.8

2021-05-28 Thread Reinhold Gruber
services/AssetDispatcher.java[https://github.com/apache/tapestry-5/blob/5.6.x/tapestry-core/src/main/java/org/apache/tapestry5/internal/services/AssetDispatcher.java] Hope this helps, Dmitry On Fri, May 28, 2021 at 1:41 PM Reinhold Gruber wrote: > Hi! > > Some emergency. Any help highly app