Re: Cannot access a arraylist of arraylist
crazykoder <[email protected]>
| Newsgroups | gmane.comp.web.freemarker.user |
|---|---|
| Message-ID | <[email protected]> |
small change will fix it
<#list model.imageTemplateNotes as itnote>
Image Name = ${itnote.[0]}
</#list>
--
View this message in context: http://freemarker.624813.n4.nabble.com/Cannot-access-a-arraylist-of-arraylist-tp2217023p2217030.html
Sent from the freemarker-user mailing list archive at Nabble.com.
------------------------------------------------------------------------------