Re: how to user jquery 1.5.1

2011-08-11 Thread thana
Thank you Emmanuel!

I solved it by upgrading to 2.1.2-Snapshot., (build nr 9) 

Then i got js script compability probelm on tinymc for IE 9. 

Ticket: Ticket #11690 -
http://dev.plone.org/plone/ticket/11690?action=diffversion=19
But this issue is not resolved jet., 
Finally I ended setting IE Page Default to IE-8., so that ie-9 newer loades.
I know this is not the best solution but its just a temp. solution util
#11690 is fixed. 




--
View this message in context: 
http://tapestry.1045711.n5.nabble.com/how-to-user-jquery-1-5-1-tp4682784p4689800.html
Sent from the Tapestry - User mailing list archive at Nabble.com.

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



how to user jquery 1.5.1

2011-08-09 Thread thana
Hi,

jquery 1.5 comes with an bug on IE 9. http://bugs.jquery.com/ticket/8238

Im using tapestyr-jquery.jar version  2.1 and now changed to 2.1.1. in hope
that this release include this problem that im stuck with. 

Buth either this does not help., how do i prevent loading jquery 1.5.



--
View this message in context: 
http://tapestry.1045711.n5.nabble.com/how-to-user-jquery-1-5-1-tp4682784p4682784.html
Sent from the Tapestry - User mailing list archive at Nabble.com.

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



Re: Java based spring configuration

2011-04-27 Thread thana
Its possibly using problem with Spring 3.1 M1., in tapestry (2.5.4, 2.5.5). 

I have tried with following in web.xml: 


   listener
   
listener-classorg.springframework.web.context.ContextLoaderListener/listener-class
/listener


context-param
   param-nametapestry.use-external-spring-context/param-name
   param-valuetrue/param-value
/context-param


filter
filter-nametapestry5/filter-name

filter-classorg.apache.tapestry5.spring.TapestrySpringFilter/filter-class
/filter

bit this does not help., shall i register this as a bug ? or are there any
fix for this ?



--
View this message in context: 
http://tapestry.1045711.n5.nabble.com/Java-based-spring-configuration-tp3394086p4343320.html
Sent from the Tapestry - User mailing list archive at Nabble.com.

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