Hi Mahendra,

Tapestry5-jquery project allows you to choose whether to include or
not Prototype (and original tapestry components). jQuery will be added
to the javascript stack in every case. In your AppModule,
contributeApplicationDefaults method, you can add
configuration.add(JQuerySymbolConstants.SUPPRESS_PROTOTYPE, "false");

Regards
François

Le 20 avril 2012 14:52, Athneria, Mahendra
<mahendra.athne...@atos.net> a écrit :
> Hi All,
>
> I am migrating my web application from tapestry version 5.1.0 to 5.2.6. I am 
> using jquery dialog to handle popped out display (instead of a pop-up window).
> While using tapestry v5.1.0, I used jquery js (version 1.6.2) library with 
> tapestry standard js library (prototype n other js) with no discrepancy.
> But now, when I have migrated to tapestry v5.2.6, there are conflicts in the 
> javascripts. If I comment out jquery js import in a page, zone works i.e. 
> gets updated but dialog doesn't work and if  I include jquery js in the page, 
> the dialog works perfectly, but it shows error for zone updation event  
> saying "Element 'selectZone' does not have an associated Tapestry.ZoneManager 
> object."
> So basically, I need to use both jQuery and prototype js together in the page 
> for tapestry v5.2.6. Please suggest a way for the same.
>
> Regards,
> Mahendra
>
>
> This e-mail and the documents attached are confidential and intended solely 
> for the addressee; it may also be privileged. If you receive this e-mail in 
> error, please notify the sender immediately and destroy it. As its integrity 
> cannot be secured on the Internet, the Atos group liability cannot be 
> triggered for the message content. Although the sender endeavors to maintain 
> a computer virus-free network, the sender does not warrant that this 
> transmission is virus-free and will not be liable for any damages resulting 
> from any virus transmitted.

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

Reply via email to