Re: question on autocompleter UI tag ...

2007-09-24 Thread Alvaro Sanchez-Mariscal
On 9/23/07, Musachy Barroso <[EMAIL PROTECTED]> wrote: > Both will get submitted when the form is posted. ... only if the value is manually selected. If the autocompleter is preloaded with an option selected, it's key will not be submitted. https://issues.apache.org/struts/browse/WW-2126 Alvaro

Re: question on autocompleter UI tag ...

2007-09-22 Thread Musachy Barroso
Both will get submitted when the form is posted. musachy On 9/22/07, Giovanni Azua <[EMAIL PROTECTED]> wrote: > Hi all, > > I would like to use autocompleter but have it not to send the display string > as request parameter but an underlying key e.g. suppose you have a list of > type Customer (id

Re: question on autocompleter UI tag ...

2007-09-22 Thread Martin Gainty
Good Evening Giovanni did you try this combo ? http://www.sauter-online.de/dojo/demos/widget/comboBox.html Martin-- - Original Message - From: "Giovanni Azua" <[EMAIL PROTECTED]> To: Sent: Saturday, September 22, 2007 4:40 PM Subject: question on autocompleter UI ta

question on autocompleter UI tag ...

2007-09-22 Thread Giovanni Azua
Hi all, I would like to use autocompleter but have it not to send the display string as request parameter but an underlying key e.g. suppose you have a list of type Customer (id, name) have autocompleter display "name" but send the "id" as parameter of the submit request. Is it possible to do thi