Re: Using Struts-Dialogs for multi row update

2005-11-10 Thread Michael Jouravlev
On 11/9/05, Danny Lee <[EMAIL PROTECTED]> wrote: > Hi Michael, > > Persistance is no issue, becouse I have implemented managers, which can > be simply used anywhere. Something like: > > "On update PersistanceManager.UpdateProductCount(prodID, newCount)" > > Well the question was about multi row upd

Re: Using Struts-Dialogs for multi row update

2005-11-09 Thread Danny Lee
Hi Michael, Persistance is no issue, becouse I have implemented managers, which can be simply used anywhere. Something like: "On update PersistanceManager.UpdateProductCount(prodID, newCount)" Well the question was about multi row update. It means for every list line I have a "Delete" button

Re: Using Struts-Dialogs for multi row update

2005-11-08 Thread Michael Jouravlev
> Cheers, > > Danny Um... Struts Dialogs does not deal with persistence (at least yet). It can simplify your CRUD (Create, Update, Delete) operations, that is, to display the list of products and to have Create/View/Edit/Delete links or buttons for each product. Please take a look at these links,