Not entirely certain but it sounds like you need to use ListUtils.lazyList()
for you type Y collection, and you'll need to override your form's reset()
method to do this as well.

- Hubert 

--- Parthasarathy Kesavaraj <[EMAIL PROTECTED]> wrote:
> 
> Hi
> 
> I am having a form bean that contains a VO(Say X)
> 
> This VO again contains an arraylist of VOs of type Y
> 
> While displaying I am getting VO - X and from that I am getting collection
> of Y, iterating it and displaying it in Text fields.
> 
> But when I again submit the form the collection of Y vos is not
> repopulating
> and the size is empty.
> 
> How can I do it?? Thanks in Advance.. 
> 
> 
> 
> With Regards
> 
> Partha
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 


__________________________________
Do you Yahoo!?
Yahoo! Mail SpamGuard - Read only the mail you want.
http://antispam.yahoo.com/tools

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

Reply via email to