How to fill textfields from FormBean?

2003-09-16 Thread Dirk Behrendt
Hello! I have made a registration JSP (name, address, zip, ) and I want that the user can modify his account. So I have an action class and a form bean for the registration. Now I want to implement an action class which shows the registration JSP and fills automatically the textfields with

RE: How to fill textfields from FormBean?

2003-09-16 Thread James
, 2003 10:58 AM To: [EMAIL PROTECTED] Subject: How to fill textfields from FormBean? Hello! I have made a registration JSP (name, address, zip, ) and I want that the user can modify his account. So I have an action class and a form bean for the registration. Now I want to implement

RE: How to fill textfields from FormBean?

2003-09-16 Thread Andrew Hill
, September 16, 2003 10:58 AM To: [EMAIL PROTECTED] Subject: How to fill textfields from FormBean? Hello! I have made a registration JSP (name, address, zip, ) and I want that the user can modify his account. So I have an action class and a form bean for the registration. Now I want

Re: How to fill textfields from FormBean?

2003-09-16 Thread Barry Volpe
] Sent: Tuesday, September 16, 2003 7:58 AM Subject: How to fill textfields from FormBean? Hello! I have made a registration JSP (name, address, zip, ) and I want that the user can modify his account. So I have an action class and a form bean for the registration. Now I want to implement