Hiw can I select multiple elements for an actions Partial Update?

I can create server Simple Action for an event , and under Server Options I can only select a single element using the “Partial Update” button.

The dialog message reads “Select one or more elements from the page…”.

Can anyone advise how I select multiple elements please?

Thanks eberso

Subject: you can’t

the message has been corrected to be “element” for the next release.

If you want to update multiple elements, put them in a panel control (which is really mostly just a div in disguise), give the panel a name (id), and then choose the panel to update.

Subject: So doesn’t that mean that all of our elements would need…

…to be contiguous? What if we need to update two elements that have other content between them that doesn’t need updating? We’ll just resort to partial-updating the parent container element?

Subject: Thanks Maureen (sorry about my typo’s)… John