load form with specified data

Hi,

The FormConnector generates the xml as follows

1 1001 Oracle Oracle is the prime vendor for databasewww.oracle.com 1 N 2 1002 Sybase sybase database companywww.sybase.com 2 N 3 1003 Vaadin Java Framework www.vaadin.com 3 N 4 1004 DB viz tool www.dbviz.com 4 n

How could i load the specified data using the VENDOR_ID tag in xml
already know “FormVendor.do?id=”
but want to know how to load using the other tag in XML file…
that is i want to load the data with VENDOR_ID=1003 in to form
help me…

Hi,

VENDOR_ID should be defined as id field in connector configuration - the second parameter of the render_table or render_sql method.