Ivelin,
Thanx, for ur interest. But I still ask if it is possible create and repeat XMLForm dynamically according to the no. of products retrieved from the DataBase and HOW I can manage the DataBinding of each individual form instance with its coresponding JavaBeans as its form model.
 
waiting for ur reply.
 
Thanx
Mohamed
 
>Hi all,
 
>I'm very interested in the cocoon XMLForm and, but I'd like to ask a question:
>is it possible to repeate XMLForm dynamically according to data from Database ?and HOW I can make data binding of this >retrived data with each repeated form instance.?
 
>for Example :
>I have products from the DB and I wanna to display these products in XMLForms to update their quantity in it
 
>----------------------------------------------------------------------------------------------------------------------
>Product1
>ID :12236
>Name :p1                                                                                  ----------------------
>Description: any description.    quantity(Text Box) -------------------     Update Button
>                                                                         -------------------    ----------------------
>-----------------------------------------------------------------------------------------------------------
>-----------------------------------------------------------------------------------------------------------------------
>Product2
>ID :12256
>Name :p2                                                                                 ----------------------
>Description: any description.    quantity(Text Box) -------------------     Update Button
>                                                                        -------------------    ----------------------
>-----------------------------------------------------------------------------------------------------------------------
>-----------------------------------------------------------------------------------------------------------------------
>Product3
>ID :12776
>Name :p3                                                                                 ----------------------
>Description: any description.    quantity(Text Box) -------------------     Update Button
 >                                                                       -------------------    ----------------------
>-----------------------------------------------------------------------------------------------------------------------
 
>or it is better  to make all these data as container Bean that contain products beans and this container is binded with only one >Big form instance to process it instead of one form instance for each product. ?
 
>any help ?
>Thanx in advance
>Mohamed

Reply via email to