Sure.. 

"someHandleToAnIndexInLoop" .. where would you get that from?

You could do want you want. I was just saying that there's not the
same need to drill through lists using the indices. Look at the
javadocs on ListDataModel. You'll see what i mean when you start using
it, but you'll find less of a need to drill through lists using
indices as DataModel and/or other strutures have this covered. Sorry
I'll try and get my explaining head on tommorrow, after I've had some
sleep.

Mark

On Tue, 23 Nov 2004 15:13:34 -0500, Rick Reumann <[EMAIL PROTECTED]> wrote:
> Mark Lowe wrote the following on 11/23/2004 2:18 PM:
> 
> > You'd probably want to do the work in your backing beans rather than
> > dealing with it in you JSP.
> 
> Not sure exactly what you mean by the above.
> 
> <snip>
> 
> > But in answer to your question yes you can nest beans, but the beans
> > are more than just value holders as with struts. Does that help?
> 
> Not sure if it helps:) Right, I understand they are value holders, but
> in Struts, once the form submits, I can quickly use BeanUtils to copy
> the values into a Value Object that might actually contain lists of
> lists inside the VO and the copy works pretty flawlessly. From what I
> gather from Craig's post, I should easily be able to do the same thing
> with JSF if I make sure to give the input properties their full indexed
> name.
> 
> --
> Rick
> 
> ---------------------------------------------------------------------
> 
> 
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 
>

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

Reply via email to