Re: Dojo custom build and Struts ComboBox widget

2008-11-03 Thread tieds
gt;>> debug info. See if any errors are now displayed >>>> - Find the combobox code in dojo.js-uncompressed.js and use >>>> breakpoints in firebug to find out exactly what's happening. >>>> >>>> Let me know how you go. >>>&g

Re: Dojo custom build and Struts ComboBox widget

2007-11-09 Thread Max Pimm
wiki updated http://cwiki.apache.org/confluence/display/S2WIKI/Creating+a+custom+Dojo+profile+for+Struts+2.0.x Jeromy Evans wrote: Urgh... I was trying to create a build from the src in 2.0.9 as well without any progress. Glad you solved it. Yes, please go ahead and update the wiki. I was the

Re: Dojo custom build and Struts ComboBox widget

2007-11-09 Thread Jeromy Evans
Urgh... I was trying to create a build from the src in 2.0.9 as well without any progress. Glad you solved it. Yes, please go ahead and update the wiki. I was the original author of that page and that's why it's a wiki :-) Max Pimm wrote: Solved. I have downloaded and created the custom b

Re: Dojo custom build and Struts ComboBox widget

2007-11-09 Thread Max Pimm
Solved. I have downloaded and created the custom build from the dojo 0.4.0 release instead of dojo 0.4.2 and now all works well. From comparing files i am pretty sure that 0.4.0 was the release used in the struts2.0.11, 2.0.10, 2.0.9 and 2.0.8 releases but it would be good if someone could co

Re: Dojo custom build and Struts ComboBox widget

2007-11-09 Thread Max Pimm
I am using firebug and Venkman to debug. No requests are sent to get data for the list. After debugging the problem seems to be that the Struts comboBoxDataProvider's init method never gets called. This means the widget never loads data from the server. Every time the user edits the input field

Re: Dojo custom build and Struts ComboBox widget

2007-11-08 Thread Jeromy Evans
Max Pimm wrote: 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 a

Dojo custom build and Struts ComboBox widget

2007-11-08 Thread Max Pimm
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