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
persistence managers to work with DB.
Well, at the moment I have a quick and dirty solution, but I want to
have a more convinient one with Struts Dialogs (which I allready used
for user registration).
My question is, what is the best way to solve my problem using Struts
Dialogs. Especially in context of updating an array of any possible size.
Cheers,
Danny
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]