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,

Using Struts-Dialogs for multi row update

2005-11-08 Thread Danny Lee
Hi guys, hi Michael I have to implement a typical web-store feature showing and updating product count in the shopping basket. Something like: [ 1] x Centrino 1.5 CPU [ 3] x Athlon XP 2000 CPU [ 2] x ACME Cooler ... (Submit) Each shopping cart line is represented by a POJO and I have some p