Ressource Minimization - Ahead of time

2021-12-23 Thread Stefan Starke
clustered setup. So basically I am looking for a way to minimize the resources together with starting the server or even at build time if possible. Thanks for hints and advices! Stefan

Re: zone.deferredZoneUpdate fires update events twice

2015-07-30 Thread Stefan
Hi Geoff, thanks for your reply! I personally preferred the use of listeners, but i’ll definitely give it a try. What do you think about that double fired events? I'll try to check this again to make sure this isn’t a bug. My best, Stefan Am 24. Juli 2015 bei 03:03:32, Geoff Call

zone.deferredZoneUpdate fires update events twice

2015-07-22 Thread Stefan
For me i fixed that with replacing t5.core.zone.deferredZoneUpdate() with t5.core.ajax(). (i’m using T5.4 b32) Regards, Stefan - To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org For additional commands, e-mail

Tapestry 5 and Hibernate (Session handling)

2014-12-09 Thread Stefan Böcker
ay to tell Tapestry not to handle the Hibernate-session the default way, but to use some session-handling logic that I (or some third-party library) provide? I know, that it is a lot easier to just let Tapestry deal with sessions, but maybe there is also a hard way? ;) Thanks for your hel

Re: FormInjector

2014-10-07 Thread Stefan Schuetz
No, no need. Am 04.10.2014 um 01:38 schrieb Howard Lewis Ship : > Just a survey ... does ANYBODY use the FormInjector component directly? > It's going to be a lot of work to upgrade it for 5.4 and I'm very tempted > to just remove it outright. > > -- > Howard M. Lewis Ship > > Creator of Apac

Problems with multiple Beaneditors inside Component

2014-08-16 Thread Stefan Schuetz
s available from the Environment COMPONENT - Variant C: Page renders fine, updating ChildZone B works, but when reloading the whole page: TapestryException: Form components may not be placed inside other Form components. Best regards, Stefan

Re: dependencies of tapestry5

2013-05-07 Thread Stefan Baur
Once you have your maven project set up, run this: mvn dependency:tree or mvn dependency:tree > tree.txt (to output the content into a file) This will show you a nice dependency tree for the whole maven project. 2013/5/8 Jon Williams > If you follow the instructions at tapestry.apache.org ge

Re: Usage of Tapestry Services from outside of Tapestry.

2013-05-06 Thread Stefan Baur
Thanks. Will this also work for a hibernate Session with usage of tapestry-hibernate? --- Stefan Baur Schiltwiesenweg 8 8404 Winterthur --- 2013/5/6 Lenny Primak > > http://code.google.com/p/flowlogix/source/browse/tapestry-services/src/main/java/com/flowlogi

Usage of Tapestry Services from outside of Tapestry.

2013-05-05 Thread Stefan Baur
the SessionFactory from Tapestry instead of creating a second instance? I am aware that the tapestry context is registered as a ServletContext parameter, but I have no idea how to "manually" get an object that would be @Inject-ed in Tapestry context. Thanks for help. Stefan

Re: Remove @PageAttached & @PageDetached

2011-07-23 Thread Stefan Schuetz
Lenny, it is'nt deprecated actually. but its going to be in a next release. Am 24.07.2011 um 07:18 schrieb Lenny Primak : > Come to think of it, I got @PageAttached from the documentation, not the > Tapestry in Action book. > Specicially, http://tapestry.apache.org/page-life-cycle.html > > N

Re: [chenillekit-user] - Working with chenillekit and Tapestry 5.2

2011-04-26 Thread Stefan Markmann
mportEmailToArchive", new ImportEmailToArchiveBundle(importer)); } Regards, Stefan Am 27.04.2011 06:10, schrieb Greg Pagendam-Turner: Hi, I'm wanting to get my site working with the latest production release of Tapestry. My project depends on ChenilleKit quartz. According to the Tapes

Re: Enum or Drop Down

2011-02-21 Thread Stefan Schuetz
No, because tap needs to know how to remap the values on a form submit. So you need to provide a select model. But it's really easy stuff! Take a look: http://jumpstart.doublenegative.com.au/jumpstart/ - Stefan Am 21.02.2011 um 17:26 schrieb robnangle: > > So there is no way

Exciting opportunity in Berlin

2011-02-21 Thread Stefan Schuetz
Hi guys, are here any tapestry pros which will mind about to take a really exciting offer as a tapestry developer in a permanent position here in Berlin/Germany? Please feel free to contact me! - Stefan smime.p7s Description: S/MIME cryptographic signature

Re: Back Button in Ajax

2010-12-28 Thread Stefan
, stefan Sent via mobile Am 28.12.2010 um 22:45 schrieb raulmt : > > There are many JavaScript libraries for handling the back button problem with > Ajax requests (the URL doesn't change, so a hit to the back button takes you > to the real previous page instead of the previous

Re: Unknown Configuration changes with Tap 5.2 and Chenillekit 1.3.0 - Quartz

2010-11-04 Thread Stefan Schuetz
Wow, that was fast! Thanks for the fast reply. Now it's up and running again. Stefan Am 03.11.2010 um 21:20 schrieb Sven Homburg: > sorry for bad documentation. > try this > > /** > * configuring the quartz scheduler. > * > * @param configuration configurat

Unknown Configuration changes with Tap 5.2 and Chenillekit 1.3.0 - Quartz

2010-11-03 Thread Stefan Schuetz
a what i've to do to get this to work. Here is the source of the ChenilleKitQuartzModule: https://nexus.codehaus.org/service/local/repositories/snapshots/archive/org/chenillekit/chenillekit-quartz/1.3.0-SNAPSHOT/chenillekit-quartz-1.3.0-20101101.135039-2-sources.jar/!/org/chenillekit/quartz/C

Re: Which T5.2 to use?

2010-10-21 Thread Stefan Schuetz
Thanks Robert, that's exactly what i've missed. And in Howard reply was a link to the new project website. Perfect! Thank you again, Stefan Am 20.10.2010 um 21:15 schrieb Robert Zeigler: > 5.2.1 was just released as the "current" 5.2.1 release, currently consi

Which T5.2 to use?

2010-10-20 Thread Stefan Schuetz
list/Release plan etc. thx, Stefan smime.p7s Description: S/MIME cryptographic signature

Trigger a client-side event AFTER Zone update?

2010-10-20 Thread Stefan Schuetz
table and binds a listener on them. This init-script has to be re-triggered after adding a row or updating the zone. Is there any straight-forward way or have i to deal with some more tricky stuff? thx in advance, Stefan smime.p7s Description: S/MIME cryptographic signature

Strange behavior with Tomcat and NIO Connector

2010-08-24 Thread Stefan Schuetz
Hi, can anyone reproduce some strange behavior when configuring the tomcat connector to use the NIO-API? My Ajaxformloops stop working when this feature is enabled. There is no server-side error log, i simply get an 400 Bad Request. Stefan smime.p7s Description: S/MIME cryptographic

Re: Zoneupdater mixin best practice

2010-07-23 Thread Stefan Hagström
t box with id #municipality is populated. Not a full solution to your problem, but you get the idea. /Stefan 2010/7/23 Peter Stavrinides > > To not lose the field values, submit the form. > Well thats kind of what I hoped to avoid > > > To update just one field, you

team-ready handling of .properties?

2010-07-13 Thread Stefan Schuetz
e that? Thanks for your input. Stefan smime.p7s Description: S/MIME cryptographic signature

Re: disable label suffix

2010-06-10 Thread Stefan Schuetz
lol there's really no symbol/property etc. to disable that? Am 09.06.2010 um 17:25 schrieb Thiago H. de Paula Figueiredo: > On Wed, 09 Jun 2010 12:15:17 -0300, Stefan Schuetz wrote: > >> Hi folks, > > Hi! > >> i can't find out how to disable the

disable label suffix

2010-06-09 Thread Stefan Schuetz
Hi folks, i can't find out how to disable the label suffix (":") which will be auto. appended. Does anyone have an idea? Thanks in advance, stefan smime.p7s Description: S/MIME cryptographic signature

Integrating Hibernate Shards

2010-04-22 Thread Stefan Schuetz
n some way. At the moment i don't know where to start. Could any of the T5-gurus give me some hints or starting points on what and where i could do? Thanks, Stefan smime.p7s Description: S/MIME cryptographic signature

Re: Getting ServletContext inside service

2009-10-31 Thread Stefan
Thanks Benny, i've tried that too, but it does not work. The context is null. Here's how i do it: @Inject private org.apache.tapestry5.services.Context context; Should that work? Stefan Am 30.10.2009 um 23:50 schrieb Benny Law: Hi Stefan, Try injecting org.apache

Getting ServletContext inside service

2009-10-30 Thread Stefan
in advance. Stefan smime.p7s Description: S/MIME cryptographic signature

Re: Issues with AjaxFormloop and addRowLink

2009-10-01 Thread Stefan
ting the addRow parameter on the AjaxFormLoop. Define your own AddRowLink that checks a condition before launching the AddRow Event... 2009/10/1 Stefan Hi, is it possible to block adding further rows to an AjaxFormloop? Inside my addRow method i check some things and in some cases I don't

Issues with AjaxFormloop and addRowLink

2009-10-01 Thread Stefan
oing wrong here? Thanks, Stefan smime.p7s Description: S/MIME cryptographic signature

Re: AjaxformLoop with Pager?

2009-09-30 Thread Stefan
I think i can build something for me, should not be a large problem. Fortunately I did not take JSF ;) Am 30.09.2009 um 17:15 schrieb cordenier christophe: Then i don't know any component for That. Sorry. 2009/9/30 Stefan I have build a "Constraint composing page" With t

Re: AjaxformLoop with Pager?

2009-09-30 Thread Stefan
cordenier christophe: What are you trying to do with AjaxFormLoop ? Actually, the Grid component supports pagination, inplace update and allow to work with forms on multiple entries using the encoder parameter. 2009/9/30 Stefan Schütz Hi folks, is it somehow possible to getting an AjaxFormloo

AjaxformLoop with Pager?

2009-09-30 Thread Stefan Schütz
Hi folks, is it somehow possible to getting an AjaxFormloop pageable? Found nothing; neither in mailing lists nor on other sites. Greets, Stefan - To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org For additional

Re: StreamResponse on Success

2009-09-17 Thread Stefan
Hi, i think that it's not possible. Either you return a block for a zone update or the whole page or, in your case return a streamresponse. I would insert a second submit or actionlink called "Calculate results" which count the possible results and update the label. Am 17.09.2009 um 16:55

Re: [T5.0.18] Out of Memory Error / Potential Leak (doesn't reduce after forced GC)

2009-09-16 Thread Stefan
I've tried it with a ComponentWrapper (or loader) too, but don't got it to work this way. Now i use a simple BeanEditForm with an own simple BeanModel. I pass a property with my custom datatype into the beanmodel and it does the rest. Define and register your custom components with their cor

Re: [T5.0.18] Out of Memory Error / Potential Leak (doesn't reduce after forced GC)

2009-09-14 Thread Stefan
I'm working on the same problem. (as i mentioned in some posts before) I think the best, or most common and stable solution would be to extend the always existing infrastructure to be able to register own datatypes and their view/edit components. But is that possible? And how? All involved sour

Re: Substitution for Switch/Case/Block to embed components really dynamic ?

2009-09-04 Thread Stefan
I think Its the right direction, but there is always the main problem: How to get and add a component which is not defined/bound in any page template? Is that possible at all? Am 04.09.2009 um 01:43 schrieb Thiago H. de Paula Figueiredo: BeanEditor and BeanEditForm use blocks from different

Substitution for Switch/Case/Block to embed components really dynamic ?

2009-09-03 Thread Stefan Schütz
ing really helpful. Every time i will stuck on the problem that every component has to be known in the wrapper components template ... Long speech, short sense: Are there any ideas/solutions out there to embed components really dynamic? Greets from Berlin, Stefan btw: i found a solutio

Re: Problems with FormFragment and Zone update

2009-08-27 Thread Stefan
u, 27 Aug 2009 13:44:25 -0300, Stefan escreveu: Sorry, it gives me the same error: No object of type org.apache.tapestry5.services.FormSupport is available from the Environment. ... And here is what i have changed: ... same as in first post Ar

Re: Problems with FormFragment and Zone update

2009-08-27 Thread Stefan
Figueiredo: Em Thu, 27 Aug 2009 13:03:46 -0300, Stefan escreveu: I tried the workaround and surrounded the whole form with a zone, but it does not work. How does it not work? You didn't describe the error, so we cannot help you here. -- Thiago H. de Paula Figueiredo Independent Java consu

Re: Problems with FormFragment and Zone update

2009-08-27 Thread Stefan
Thiago H. de Paula Figueiredo: Em Thu, 27 Aug 2009 12:06:16 -0300, Stefan escreveu: Hi, Hi! Render queue error in BeginRender ... : No object of type org.apache.tapestry5.services.FormSupport is available from the Environment. Tapestry requires a Form to be rendering to render a field

Problems with FormFragment and Zone update

2009-08-27 Thread Stefan
> : The problem is that there will be an exception (below) thrown and i have no idea whats going wrong here. What should i do to get this working? Thanks in advance, Stefan Render queue error in BeginRen

Session lost when cookies disabled?

2009-07-23 Thread Stefan
rebound to requests. So every request results in a redirect to the login. What i'm doing wrong here? Thanks, Stefan smime.p7s Description: S/MIME cryptographic signature

Component Event Context, ValueEncoder & Lifecycle

2009-07-22 Thread Stefan
ot; Is there a way to use a custom ValueEncode to generate a better url? I do not want to provide my package structure to the client ;) And, more important to me is to know something about the lifecycles. How long and "where" life these "passed objects"? Thanks, Stefan smime.p7s Description: S/MIME cryptographic signature

Re: Is tapestry the right for me?

2009-07-10 Thread Stefan
..n columns form components). This form should be generated on server-side, i prefer the non-ajax way. (i have a lot of painful Ajax, JS & Browser issue experiences). -Stefan Am 09.07.2009 um 21:54 schrieb Igor Drobiazko: One of the main distinguishing features of Tapestry is that you d

Is tapestry the right for me?

2009-07-09 Thread Stefan
ther components like options, checkboxes Is something really dynamic form/component building possible without having to code dozens of workarounds? Thanks in advance, Stefan smime.p7s Description: S/MIME cryptographic signature

[T 5.1] Problem with: Block parameters are only allowed directly within component elements

2009-06-04 Thread Stefan Esterer
component elements. Is this a design decision or a bug? Thx for your help Stefan Esterer -- View this message in context: http://www.nabble.com/-T-5.1--Problem-with%3A-Block-parameters-are-only-allowed-directly-within-component-elements-tp23865519p23865519.html Sent from the Tapestry - User ma

Re: Tacos-like AJAX effects in Tapestry 4.1

2007-02-08 Thread Stefan Esterer
if i had to implement such effects, i would use http://script.aculo.us/ a neat javascript library which does such things for you... greetings stefan Daniel Tabuenca wrote: > > Is there a way to add rendering effects such as fade in and fade out > with standard Tapestry 4.1 like you

Re: T4.1.1 Client-side validation problems

2007-01-12 Thread Stefan Esterer
Can you post your script, page and html file so we can study it? Jim Downing-2 wrote: > > Can anyone help me to get client-side validation working? > > I've enabled client side validation on my form component, and used a > ScriptIncludes component to load the dojo components, but now whenever

Client Side Validation: Custom Validation Function

2007-01-12 Thread Stefan Esterer
idationFunction(bool) Then the content of bool is alway "1" ... Do I miss something? thx for your help stefan -- View this message in context: http://www.nabble.com/Client-Side-Validation%3A-Custom-Validation-Function-tf2965263.html#a8296244 Sent from the Tapestry - User mail

Re: Tapestry 4.1.1: incorrect dojoPath, tapestryPath - session id is appended

2007-01-04 Thread Stefan Esterer
I'm having the same problems with the snapshots.. Did you find the problem? thx stefan Anna Vo wrote: > > A little while ago I had posted this error, which occurs the first time > our site is loaded: > > Could not load 'dojo.logging.Logger'; last tried '

Re: Asynchronous Selection Boxes work with Firefox 2.0 but not with Internet Explorer 6/7

2006-12-28 Thread Stefan Esterer
Do you need more information posted on the jira bug? greetings stefon Stefan Esterer wrote: > > Hi again.. > > I have a problem with selectionboxes which are dependent from one another > and are changend asynchron on selection. > > In Firefox 2 this is working with no

Asynchronous Selection Boxes work with Firefox 2.0 but not with Internet Explorer 6/7

2006-12-21 Thread Stefan Esterer
Hi again.. I have a problem with selectionboxes which are dependent from one another and are changend asynchron on selection. In Firefox 2 this is working with no problems. Internet Explorer 6 and 7 are first showing an empty selection box and then an exception. I have created a JIRA entry with

Re: need "please wait" notice for slow loading pages

2006-12-07 Thread Stefan Esterer
Hi! thx for your helpful description! if you cound create a little simple example it would be great. thx for your effort stefan Marilen Corciovei wrote: > > The concept is simple. You have 2 pages. The one from which you go and > the one which is supposed to follow which is rather

Re: need "please wait" notice for slow loading pages

2006-12-07 Thread Stefan Esterer
Hi.. and how did you get this working? thx stefan Marilen Corciovei wrote: > > I implemented something js based here: http://www.resa-air.com/a5/be > while wanting for the flights results to come up. > > Len > www.len.ro > > On Wed, 2006-12-06 at 13:07 -0800, Sam G

Injecting hivemind properties into spring beans

2006-12-07 Thread Stefan Esterer
into a spring bean? Or is there another way to be able to localize property selections?! thx Stefan -- View this message in context: http://www.nabble.com/Injecting-hivemind-properties-into-spring-beans-tf2773128.html#a7735411 Sent from the Tapestry - User mailing list archive at Nabble.com

Re: tapestry-testng 1.0.0 SNAPSHOT source code

2006-11-24 Thread Stefan Esterer
hi, a small little example how to use tapestry-testng would be really great! i would help if I get one running... thx for your great work stefon KEGan wrote: > > Hi, > > Anyone knows where I can get the source code for > tapestry-testng-1.0.0-20060919.184624-2.zip ?? This is the lastest rel

RE: Tapestry Dialog Component Problem 4.1.1

2006-11-21 Thread Stefan Esterer
Hello Peter, thanks for your hint! That was the problem. I hadn't bound the parameter hidden, but when I bound it to an abstract property it works! thx Christine Peter Beshai wrote: > >>Binding for parameter hidden > (ExpressionBinding[frontend/Taetigkeitserfassung true]) may not be > updat

Re: Tapestry Dialog Component Problem 4.1.1

2006-11-17 Thread Stefan Esterer
Hi.. I have a similar problem.. can anybody lend us a helping hand? greetz Stefon Tine wrote: > > Hi Guys... > > I try to use the new Dialog component. > I have a directLink which binds to this methood: > > public void editTime(){ > Dialog dialog = ((Dialog)getComponent("addTi