Hi all, currently I work with a number of autocomplete fields rendered in a loop. And thats exactly the problem: after the loop and all fields have been rendered, I'am not able to handle over a piece of specific information to the onCompletion event, if this event handler is called on entering some values in the autocomplete fields.
The problem is that I have to identify the correct field in the event handler method. I tried to pass an information based on the loops render variable using the options parameter in the tapestry5-jquery autocomplete component. But naturally it always shows the value the render variable had during the last loop iteration. Tapestry5-jquery autocomplete component offers the use of a subclass taking an options parameter of type "JSONObject". Does anybody know, how to implement this properly? Best regards Eric --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
