how to initialize an edit page?

2006-12-11 Thread Rick Schumeyer
this is a struts 1.3.5 question. I am looking for an example of an edit cycle. Let's say I have a list of employee names; If I click on one I want to have a page to edit the employee values. The initial click would call an action that queries the database, gets the employee data, and

Re: how to initialize an edit page?

2006-12-11 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Rick, Rick Schumeyer wrote: I am looking for an example of an edit cycle. Let's say I have a list of employee names; If I click on one I want to have a page to edit the employee values. The initial click would call an action that queries the

RE: how to initialize an edit page?

2006-12-11 Thread Strachan, Paul
problem please post your mapping and action code From: Rick Schumeyer [mailto:[EMAIL PROTECTED] Sent: Tue 12/12/2006 8:55 AM To: Struts Users Mailing List Subject: how to initialize an edit page? this is a struts 1.3.5 question. I am looking for an example