if you whant to stop the helpers from loading prototype then the only
solution is to rewrite the helpers (not very easy). Maybe you shuld
load prototype the same way the helpers do
 
sfContext::getInstance()->getResponse()->addJavascript(sfConfig::get('sf_prototype_web_dir').'/js/prototype');

this way you don't end with to prototypes loaded.

Or probably you could removeit, but this one is tricky becouse the
helpers get executed preaty much last (i think i remember a
postExecute or similar that can be an option)

On 10/23/07, Thierry <[EMAIL PROTECTED]> wrote:
>
> Exactly, how do i stop those helpers from doing that?
> In the current situation im loading prototype from one location and
> symfony is loading it again, because of these helpers.
>
>
> >
>

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"symfony users" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/symfony-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to