Re: Autocompleter tag fails when file tag is added

2008-06-17 Thread Struts Two
I was hoping that someone could tell me why this is happening. I am not looking for a solution on this as I have found a workaround. For a moment I thought the problem may be related to submiting the file when autocompleters submit the form, so I used a form filter to exclude file input but of n

Re: Autocompleter tag issues

2008-06-16 Thread Craftyman
Thanks a lot, i'm just regret we can find easily this information in the documentation. I hope to find a solution to my last problem with s:autocopleter onUpdate statuts and my demo will be good :) 2008/6/16 Struts Two <[EMAIL PROTECTED]>: > Your "id" will be saved in "selectedUserKey". Add this

Re: Autocompleter tag issues

2008-06-16 Thread Struts Two
Your "id" will be saved in "selectedUserKey". Add this property in ur action and you will have the id for the username selected. __ Be smarter than spam. See how smart SpamGuard is at giving junk email the boot with the All-n

Re: Autocompleter tag issues

2008-06-16 Thread Craftyman
I have also a problem with the onchange attribute : http://www.mail-archive.com/user@struts.apache.org/msg76830.html May new but more important problem is to save the idvalue after the submit. Indeed i'm just get the value : ... When I submit my form I'm get the userName (listValue) but I wa

Re: Autocompleter tag issues

2008-06-16 Thread Struts Two
Where and how do you listen for the topics. I have currently 4 autocompleter boxes hooked together using notify and listen attributes [though I am using 2.0.11.1, and it seems you are using 2.1.x]. If it is of any help here is my code: On every change being made in my first autocompleter, the

Re: autocompleter tag

2007-03-03 Thread Musachy Barroso
The problem with the label rendering is tracked here: https://issues.apache.org/struts/browse/WW-1602 and will be fixed for 2.0.7. If all you want to do is pass the text entered on the autocompleter to the action to filter the results, you don't need to use a form, that's supported by the autoco