I think he wants to use the value of the first autocompleter as a guide for the second autocompleter.
Cosmin, have you tried the AjaxEventSubmit with the first autocompleter? I think your idea is correct. Bind a submit event onblur of the first autocompleter, so that the second one knows what kind of values to provide. >From Jesse Kuhnert <[EMAIL PROTECTED]>: > Someone else used two autocompleters on the same page a long time ago. I did > a lot of work to try and be sure this was working..Doesn't the demo have > like 3 autocompleters working on the same page? > > On 3/28/06, Cosmin Bucur <[EMAIL PROTECTED]> wrote: > > > > True , that's a workarround for the given scenario , but what of other > > times when you will just need the autocompleters to work together and > > comunnicate with eachother . > > > > I was happy because I got this to work just great with onblur , but > > looks like it's broken in FF . > > > > On 3/28/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > > > You don't you use only 1 autocompleter? > > > > > > Your java code could provide options only for first names > > > but if the written text contains space (or is equal to one of the > > allowed > > > first names) then it would provide options for fullnames (having the > > given > > > firstname). > > > > > > > > > From Cosmin Bucur <[EMAIL PROTECTED]>: > > > > > > > I've noticed that I can't make 2 autocompleters work together too well > > . > > > > > > > > A simple scenario would be when you want to search for a complete name > > > > . You might want to autocomplete the first name , then as u focus onto > > > > the last name autocompleter , you could get a popup of all the > > > > available options for the allready selected first name . > > > > > > > > This wouldn't work because the user selected value is not sent back to > > > > the server , and there is no way to corelate the two . > > > > > > > > > > > > Is there a way to do such things or not ? I'm trying some onblur hacks > > > > myself > > > > > > > > > > > > ------------------------------------------------------- > > > > This SF.Net email is sponsored by xPML, a groundbreaking scripting > > language > > > > that extends applications into web and mobile media. Attend the live > > webcast > > > > and join the prime developer group breaking into this new coding > > territory! > > > > > > > http://sel.as-us.falkag.net/sel?cmd_______________________________________________ > > > > Tacos-devel mailing list > > > > [email protected] > > > > https://lists.sourceforge.net/lists/listinfo/tacos-devel > > > > > > > > > > > > > > > > > -- > > > > > > > > > > > > > > > ------------------------------------------------------- > > > This SF.Net email is sponsored by xPML, a groundbreaking scripting > > language > > > that extends applications into web and mobile media. Attend the live > > webcast > > > and join the prime developer group breaking into this new coding > > territory! > > > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642 > > > _______________________________________________ > > > Tacos-devel mailing list > > > [email protected] > > > https://lists.sourceforge.net/lists/listinfo/tacos-devel > > > > > > > > > ------------------------------------------------------- > > This SF.Net email is sponsored by xPML, a groundbreaking scripting > > language > > that extends applications into web and mobile media. Attend the live > > webcast > > and join the prime developer group breaking into this new coding > > territory! > > http://sel.as-us.falkag.net/sel?cmdlnk&kid0944&bid$1720&dat1642 > > _______________________________________________ > > Tacos-devel mailing list > > [email protected] > > https://lists.sourceforge.net/lists/listinfo/tacos-devel > > > > > > -- > Jesse Kuhnert > Tacos/Tapestry, team member/developer > > Open source based consulting work centered around > dojo/tapestry/tacos/hivemind. http://opennotion.com > -- ------------------------------------------------------- This SF.Net email is sponsored by xPML, a groundbreaking scripting language that extends applications into web and mobile media. Attend the live webcast and join the prime developer group breaking into this new coding territory! http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642 _______________________________________________ Tacos-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/tacos-devel
