On 6/29/05, Scott Piker <[EMAIL PROTECTED]> wrote: > It's pretty simple; you just need to populate the form bean and put it > into request/session scope prior to forwarding to your jsp when in edit > mode. You'll also need a hidden variable in your form to flag whether > you're in edit or add mode, so your backend does the appropriate DB > action.
Or you may try Struts Dialogs: http://struts.sourceforge.net/strutsdialogs You can create a simple dialog and use init parameter to clean it. Or, you can try CRUDAction, which already contains all needed CRUD handlers for creating, duplicating, editing, viewing and deleting. Michael. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]