I am trying to make a custom build of dojo for my application in order to speed it up a bit.

(See threads "[s2] Struts head tag KILLS (> 10s) page load time" and "How to improve dojo performance in Struts 2.0.9")

I have followed the instructions for doing this are carefully as possible from http://cwiki.apache.org/S2WIKI/creating-a-custom-dojo-profile-for-struts-209.html.

My custom build appears to have worked. dojo.js is generated with the struts widgets "Internalized", each page i load makes minimal requests for other dojo scripts and the basic bind functionality of dojo works.

However the Struts:Combobox component used in my autocompleters does not work. Some code is executed when i edit the field but it does not result in a petition to the server y hence no autocomplete list is shown. Dojo is configured in debug mode but gives no errors. The struts folder containing the widgets is present in <contextroot>/struts/dojo. Dojo correctly finds the dropdown image for the input and uses the styles in ComboBox.css the only problem is that it does not issue petitions to the server when the onKeyUp event fires.

I am using the 2.011 build of struts, is the process for building a custom dojo build the same as in 2.09? I can't find any changes in the ComboBox between these versions but is there anything else that might be causing these problems.

Does anyone have any advice for how to start debugging this?

Thanks,

max





---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to