Re: [Wicket-develop] AutoCompleteTextfield problem in wicket 1.2

2006-06-02 Thread Janne Hietamäki
This patch https://sourceforge.net/tracker/?func=detail&atid=684977&aid=1491547&group_id=119783 broke the functionality with IE in some cases. Fixed version can be found from svn for 1.2 and trunk. Please report if the problem persists.On 2.6.2006, at 0.44, nehe pradip wrote:Hi everybody, I have 2

Re: [Wicket-develop] AutoCompleteTextfield problem in wicket 1.2

2006-06-01 Thread Janne Hietamäki
nope, rc2 had my autocomplete implementation, but it seems someone broke it before final.i'll check it out.On 2.6.2006, at 6.08, Igor Vaynberg wrote:there seem to be some bugs in our implementation. in 1.2 rc2 i think autocomplete was working off capxious.com implementation, but its license is inco

Re: [Wicket-develop] AutoCompleteTextfield problem in wicket 1.2

2006-06-01 Thread Igor Vaynberg
there seem to be some bugs in our implementation. in 1.2 rc2 i think autocomplete was working off capxious.com implementation, but its license is incompatible so we had to roll our own and we did. but it appears our implementation is having some issues we will have to look into. it works fine on fi

[Wicket-develop] AutoCompleteTextfield problem in wicket 1.2

2006-06-01 Thread nehe pradip
Hi everybody, I have 2 question 1) I haved used AutoCompleteTextField component in my application with 1.2 rc2 core and extension jar. it worked fine. but when i switched to 1.2 final for core and extenstion , the page which renders AutoCompleteTextField component is shown as blank in browser. ag