Performance Problem with Dojo

2007-09-10 Thread Marc Eckart
Hi, I have a table which contains a column with struts tags with ajax theme: s:url id=showCustomerDetails value=/showCustomerDetails.action s:param name=ipNbr value=%{ipNbr} / /s:url td align=right style=width:20px; div class=infos:a theme=ajax targets=customerdetailinfo

Re: Performance Problem with Dojo

2007-09-10 Thread Adam Hardy
I'm not familiar with that tag you are using, but there are general ways of enhancing dojo, including initialising dojo with the dojo tag ids instead of letting it scan for them, or compiling just the scripts that you need from dojo instead of taking the default build. I found last year that

Re: Performance Problem with Dojo

2007-09-10 Thread Marc Eckart
How can I initialize dojo with the dojo tags ids? Dojo is integrated in Struts2, how can I influence this without altering the package? Regards, Marc 2007/9/10, Adam Hardy [EMAIL PROTECTED]: I'm not familiar with that tag you are using, but there are general ways of enhancing dojo, including

Re: Performance Problem with Dojo

2007-09-10 Thread Musachy Barroso
This will be turned on by default on 2.1: https://issues.apache.org/struts/browse/WW-2077 check this for details: http://dojo.jot.com/WidgetsFAQ musachy On 9/10/07, Marc Eckart [EMAIL PROTECTED] wrote: How can I initialize dojo with the dojo tags ids? Dojo is integrated in Struts2, how can