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]



Reply via email to