Hi,

CONTEXT:
I have a form bean containg a list of Customer
objects.  And each customer, in turn contains a list
of contact objects.  My business requirement is to
display multiple customers(along with its contacts) on
a page.  I am able to render the page perfectly fine,
using indexed tags inside logic:iterate tags.  

QUESTION
After I update customers and contacts in the form and
submit it, the form brings the changes made at
customer level into action, provided form's scope is
session (but, that's ok in my case).  However, the
changes made at contact level (i.e. in the inner loop)
are brought into the Action.  I don't know why? 
Someone suggested me to use nested tags.  I tried to
do that too.  But this time, I can't seem to even
render the page.  Can some help me please?

If necessary, I can send my jsp, action form, and
action classes.

Thanks in advance,
Srikar Nuvvula


__________________________________
Do you Yahoo!?
SBC Yahoo! DSL - Now only $29.95 per month!
http://sbc.yahoo.com

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to