Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 4.0

Hi.

I have one primary variable  . How to load data from mysql to all element (Ex : edit control, select box ...) 

(without grid). 

I see store binder can use : 

row.getProperty("username"); 
        String firstName = row.getProperty("firstName");row.getProperty("username"); 
        String firstName = row.getProperty("firstName");

is there way to load data from mysql to all element from section inform ???