Table buttons and virtual forms

I have a problem with the buttons in the table component (those used for sorting, pagination... etc.). They dont work unless i have filled all required fields on the form. I've tried using virtual forms to separate the required fields from the table but it hasnt worked so far.

Can anyone help me with this?

Thanks.

[335 byte] By [karim86] at [2007-11-26 9:31:21]
# 1
you can ref. the following link http://developers.sun.com/prodtech/javatools/jscreator/learning/tutorials/2/vir tual_form.html
lucylucy at 2007-7-7 0:16:32 > top of Java-index,Development Tools,Java Tools...
# 2
The problem is that i cant find a way 2 include the table's button in a virtual form since there is no "configure vitual forms" option for them nor for the table itself. Is there a work around for this.Thanks.
karim86 at 2007-7-7 0:16:32 > top of Java-index,Development Tools,Java Tools...
# 3
You need to check 'internalVirtualForm' property on your table. When you do that, all "internal" submissions of the table will be executed in its own virtual form.
hexabc at 2007-7-7 0:16:32 > top of Java-index,Development Tools,Java Tools...
# 4
That is correct. Using internalVirtualForm will ensure that an internal virtual form is submitted when the user clicks one of the table's own buttons.
mbohm at 2007-7-7 0:16:32 > top of Java-index,Development Tools,Java Tools...