Autocomplete loses state on table sort etc

I have an autocomplete on the same page with a table ... when I sort the table I lose the value in the autocomplete. Both are in the same form. I have put the table in an internal virtual form using its setter. Same holds true for some buttons I've placed in actionsTop to handle deleting selected rows. They are in their own virtual forms. Other components (like textfields and dropdowns) save state okay. Autocomplete does not. Most troubling is the sort though. Removing the table from the internal virtual form saves state on the autocomplete but then validation kicks in.Any ideas?

[594 byte] By [WorksTooMuch] at [2007-11-26 11:49:32]
# 1
The autocomplete textfield should exhibit the same behavior as the regular textfield in these kind of scenarios. At this point, we would need the relevant JSP and Java code to reproduce the behavior. In the meantime, you may need to use the regular textfield if that is working.
mbohm at 2007-7-7 12:02:58 > top of Java-index,Development Tools,Java Tools...