Rick,

I just hope you're not making the situation more complicated than it needs to 
be. If I have to
display a 2D list of items (like say a table), I may be using a DTO which has 
multiple properties.
These are all strings.

I only found nested objects to be complex when I tried to make them business 
objects. It never
worked successfully with simplicity for me. If you have to edit a Line Item 
order, for example,
have a list of DTO objects like:

class LineItem {
String id;
String name;
String price;
}

And then iterate over the list, outputting the text boxes as such. I hope this 
helps.

Paul

__________________________________________________
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 

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

Reply via email to