Anyone have a solution for this?
I use 2 instances of a component on a page. This component has an AjaxForm (search) and a <div> @Any component. I want the form's updateComponents to include the @Any to refresh it.
How can I get the ID of the @Any id without implicitly naming it (so as not to hardcode the name)? I want that ID so I can give the @Any's <div> a matching HTML id and also to use this value in the AjaxForm's updateComponents parameter.
Thanks for any suggestions,
Michael
