dev@woodstock.java.net

Re: table internalVirtualForm

From: Dan Labrecque <Dan.Labrecque_at_Sun.COM>
Date: Thu, 25 Oct 2007 11:17:51 -0400

We do not expose this at the tag level, but you can access the API using
a binding.

       |// Set table component.
    public void setTable(Table table) {
        this.table = table;

        // This binding is used only for the internal virtual form example.
        table.setInternalVirtualForm(true);
    }|

Dan

Steven Bell wrote:
> Hello,
>
> I see in the tlddocs that table has a method to set
> |internalVirtualForm| to true. However it only seems to be available
> in the java side of things. For a table I'm defining in a jsp is
> there any way to set this value?
>
> --
> Regards,
>
> Steven Bell