Re: [Wicket-user] AutoCompleteTextField conflict

2006-08-25 Thread Konstantin
Built all sources. It's still not working. Bug-report: http://sourceforge.net/tracker/index.php?func=detail&aid=1547028&group_id=119783&atid=684975 igor.vaynberg wrote: > > um...and there are recent snapshots available at > > http://maven.sateh.com/wicket/wicket/ > > -Igor > > On 8/25/06, I

Re: [Wicket-user] AutoCompleteTextField conflict

2006-08-25 Thread Igor Vaynberg
um...and there are recent snapshots available at http://maven.sateh.com/wicket/wicket/-IgorOn 8/25/06, Igor Vaynberg <[EMAIL PROTECTED]> wrote: there isnt that much to do to get it builtinstall an svn clientinstall apache maven 2cd workspacesvn co https://svn.sourceforge.net/svnroot/wicket/branch

Re: [Wicket-user] AutoCompleteTextField conflict

2006-08-25 Thread Igor Vaynberg
there isnt that much to do to get it builtinstall an svn clientinstall apache maven 2cd workspacesvn co https://svn.sourceforge.net/svnroot/wicket/branches/WICKET_1_2/wicket-parent cd wicket-parentmvn installcd ..svn co https://svn.sourceforge.net/svnroot/wicket/branches/WICKET_1_2/wicketcd wicket

Re: [Wicket-user] AutoCompleteTextField conflict

2006-08-25 Thread Eelco Hillenius
> Ok. I'm new to java development, so for now I'm not very familiar with > building libraries from sources :-). Well ... going to try. Sorry to bother > you. Just tried to inform you about bug. You weren't bothering us at all. Thanks for reporting. The only way to make this framework great is to h

Re: [Wicket-user] AutoCompleteTextField conflict

2006-08-25 Thread Konstantin
igor.vaynberg wrote: > > the latest in svn, like martijn said, lives in svnroot/branches/WICKET_1_2 > -- not what you downloaded. > > we already hit this usecase and fixed it, like janne said. it would be > nice > if you could test it yourself, this is a community effort afterall. if you > how

Re: [Wicket-user] AutoCompleteTextField conflict

2006-08-25 Thread Igor Vaynberg
the latest in svn, like martijn said, lives in svnroot/branches/WICKET_1_2 -- not what you downloaded.we already hit this usecase and fixed it, like janne said. it would be nice if you could test it yourself, this is a community effort afterall. if you however dont want to test it yourself, then pl

Re: [Wicket-user] AutoCompleteTextField conflict

2006-08-25 Thread Martijn Dashorst
Ah, then either you have to build from svn, or wait until we release 1.2.2, which will be around this weekend. Martijn On 8/25/06, Konstantin <[EMAIL PROTECTED]> wrote: > > No. I use packaged distribution (1.2.1) from Sourceforge. > I don't realy wanted to check out and build wicket from sources

Re: [Wicket-user] AutoCompleteTextField conflict

2006-08-25 Thread Konstantin
No. I use packaged distribution (1.2.1) from Sourceforge. I don't realy wanted to check out and build wicket from sources, so I asked to test my sample against latest sources from SVN. Now I see that I'll have to learn how to do it, if I want to develop with Wicket :-\ Martijn Dashorst-4 wrote:

Re: [Wicket-user] AutoCompleteTextField conflict

2006-08-25 Thread Martijn Dashorst
you did check out from branches/WICKET_1_2, did you? Martijn On 8/25/06, Konstantin <[EMAIL PROTECTED]> wrote: > > Hmm ... I downloaded latest 1.2.1 from Sourceforge. > I appreciate if you just test my sample against latest 1.2.1 in SVN. > > > > Janne Hietamäki wrote: > > > > > > Hi, > > > > IIRC

Re: [Wicket-user] AutoCompleteTextField conflict

2006-08-25 Thread Konstantin
Hmm ... I downloaded latest 1.2.1 from Sourceforge. I appreciate if you just test my sample against latest 1.2.1 in SVN. Janne Hietamäki wrote: > > > Hi, > > IIRC, this has already been fixed in the svn. > > Janne > > > On 25.8.2006, at 13.30, Konstantin wrote: > > -- View this messag

Re: [Wicket-user] AutoCompleteTextField conflict

2006-08-25 Thread Janne Hietamäki
Hi, IIRC, this has already been fixed in the svn. Janne On 25.8.2006, at 13.30, Konstantin wrote: > > Started using Wicket and found a problem ;-) > > To reproduce a bug: > 1. Make a simple page with a form containing AutoCompleteTextField and > IndicatingAjaxSubmitButton. > 2. In a page-clas

[Wicket-user] AutoCompleteTextField conflict

2006-08-25 Thread Konstantin
Started using Wicket and found a problem ;-) To reproduce a bug: 1. Make a simple page with a form containing AutoCompleteTextField and IndicatingAjaxSubmitButton. 2. In a page-class create a Form, add IndicatingAjaxSubmitButton and then AutoCompleteTextField. That's all, your AutoCompleteTextFie