Hi,
I have a architecture problem, which happen often I suppose, the master
detail management. I would like to manage a html form with some simple
field and a list :
id
Name
adress
than a list of product
id, name, qte
id, name, qte
Using simple field (non struts form), I get an array of id, an array on
name and a array of qte in the request.
But, the management is complex. How could I structure a dynaform or a
form bean and declare it in struts config to handle this ?
I found this article
http://www.developer.com/java/ejb/article.php/2233591 from James Turner
but I do no see how to handle the full form with the embedded master
detail structure.
Thanks
Frederic