Sorry I see you have mentioned 5.0.18

----- Original Message -----
From: "Kai Weber" <kai.we...@glorybox.de>
To: users@tapestry.apache.org
Sent: Thursday, 30 April, 2009 13:16:10 GMT +02:00 Athens, Beirut, Bucharest, 
Istanbul
Subject: SymbolConstant.SCRIPTS_AT_TOP=false does not work anymore

Hi,

I use 5.0.18 and I cannot get SymbolConstant.SCRIPTS_AT_TOP=false to work.

What I found in the sources and by running my app with a debugger:

* TapestryModule sets SymbolConstant.SCRIPTS_AT_TOP to "false" in 
contributeFactoryDefaults()

* in TapestryModule.contributeMarkupRenderer()the Symbol gets injected 
and is later passed to

Create a new DocumentLinkerImpl with "new 
DocumentLinkerImpl(productionMode, scriptsAtTop);"

* if I set a Breakpoint in DocumentLinkerImpl's constructor scriptsAtTop 
is set to true

I have no idea when the configuration is changed. It is not touched in 
my application. Could someone help me? This are my questions:


1. Who changes the configuration? When?

2. How can I set SymbolConstant.SCRIPTS_AT_TOP to false?

3. How could I provide my own implemation of DocumentLinkerImpl?

Regards,
Kai


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org

Reply via email to