Sorting a table using virtual forms

Hi, I recently ra into a problem using a table and virtual forms. I some components on a page, split into two virtual forms. Two required textboxes and a button in a virtual form, and two buttons in another virtual form.

Everything works fine, I can press the two buttons that are part of the virtual form and my textboxes are not submitted, and are not validated, and they are validated when i press the button within their virtual form.

So far so good. The problem is I have a table in this page and it has sorted columns, and when i try to sort this columns, the textboxes are submitted. How can I avoid that? Is there a way to make a table be within a vritual form? Any workarounds? Thanks

[713 byte] By [marcelotmelo] at [2007-11-26 10:40:35]
# 1
The table component has a internalVirtualForm property. Enabling this property will put the table in its on virtual form space.Hope this helps!LarkCreator Team
Lark at 2007-7-7 2:52:03 > top of Java-index,Development Tools,Java Tools...