[jboss-user] [JBoss Seam] - Reverse engineering two associated tables

vikramchhetryy do-not-reply at jboss.com
Thu Dec 27 06:56:40 EST 2007


Hi All,
I have two tables USER and USER_LOGIN_INFO.
I want to generate ui for Adding a USER using reverse engineering and i want  fields from both the table in one page.
Example;
USER:-

  | USER_ID
  | FIRST_NAME
  | 
  | 
  | USER_LOGIN_INFO:-
  | 
  |   | USER_LOGIN_INFO_ID
  |   | USER_ID
  |   | USERNAME
  |   | PASSWORD
  |   | 
  | 
  | 
  |   | Add User Screen should look like 
  |   | First Name: _____________
  |   | Username: _____________
  |   | Password:______________
  |   | 
  |   | Submit Button
  |   | 
  | 
  | 
  | Is it possible ?
  | 
  | Any help would be appreciated.
  | 
  | Regards,
  | Vikram
  | 

View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4115682#4115682

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4115682



More information about the jboss-user mailing list