Hey Struts 2 users i'm facing problem with a s:autocompleter. There is the definition
<s:autocompleter id="employeeAutucompleter" list="employees" headerKey="0" headerValue="-- Please Select --" listKey="id" listValue="lastName" keyName="employeeSelected" label="To" /> Firstly i tried to use they key property and define label and name in the package.properties file. It didn't work and i gave up this solution. Any idea why ? So i defined my autocompleter like i mentioned it. The weird problem is that the autocompleter is positioned at the top of the form whereas he is declared at the second position after a textfield. I found a solution placing all my element of the form in a table. But in that case the key system with package.properties doesnt work for all the elements in the form (radiobox, textfield, etc...). So the labels don't appear and the internationalization will be more difficult. Any help would be greatly appreciated. Regards, -- Stéphane Cosmeur