Rick Things are a bit different, with JSF. I had a good go with it, and I'm looking at returning to using it now I've found solutions to some irritating problems I couldn't solve at the time.
You'd probably want to do the work in your backing beans rather than dealing with it in you JSP. ListDataModel and such like are strutures used in dataTable. You don't need to pull stuff from an index in the JSP thats sort of done for you, or rather all thats available. Leaving you to focus on working out your panel grids and such like.. You can also use the binding attribute to bind a backing bean method to a panelGrid or pretty much anything. The problem I found was having standard links, processed. But I think I've got around this now using a filter. 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? Mark On Tue, 23 Nov 2004 12:55:10 -0600, Vic <[EMAIL PROTECTED]> wrote: > Rick Reumann wrote: > > how come no one has started a > > jsf-users mailing list? > > > http://www.marinschek.com/myfaces/tiki/tiki-index.php?page=MailingLists > > An Apache Sister project to Struts is MyFaces , and has a mail list, > consider that. > > > .V > > > > > --------------------------------------------------------------------- > 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]