Re: org.apache.tapestry.page-pool-min-idle

2008-01-20 Thread Marcus Schulte
To override "FactoryDefaults" you must use another SymbolSource. Most of the time this will be "ApplicationDefaults". 2008/1/18, Kaspar Fischer <[EMAIL PROTECTED]>: > > > On 12.01.2008, at 02:47, Kaspar Fischer wrote: > > How would I do this? > > > > > > > value="4" /> > > > > > > Or do I h

Re: org.apache.tapestry.page-pool-min-idle

2008-01-18 Thread Kaspar Fischer
On 12.01.2008, at 02:47, Kaspar Fischer wrote: How would I do this? value="4" /> Or do I have to use something like "InfrastructureOverrides"? The latter is used to override the exception settings, see http://tapestry.apache.org/tapestry4.1/developmentguide/ exceptionpages.html