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#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...