Yeah, I've got some helper classes that handle the Hibernate objects for loading the data from the database. The helper runs a hibernate query pulling a list of objects and returns them as a List. I think I'll just do as you suggested and have it create an array of arrays before sending it back to the JXTemplate.
Thanks, - Brent On 4/11/05, Leszek Gawron <[EMAIL PROTECTED]> wrote: > you are better off creating a custom generator for that or you could > just split up your data at controller level sending an array of arrays > to jxtemplate. > > -- > Leszek Gawron [EMAIL PROTECTED] > IT Manager MobileBox sp. z o.o. > +48 (61) 855 06 67 http://www.mobilebox.pl > mobile: +48 (501) 720 812 fax: +48 (61) 853 29 65 > > --------------------------------------------------------------------- > 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]
