Hi, just tried that in StrutsUseCaseForm.vsl, beginning at line 25
#set ($collectionPresent = false) #set ($arrayPresent = false) #foreach ($field in $fields) #if ($field.type.collectionType) #set ($collectionPresent = true) #end #if ($field.type.arrayType || $field.hasBackingList()) #set ($arrayPresent = true) #end and it seems to work. Stefan ------------------------------------------------------- SF.Net email is sponsored by Shop4tech.com-Lowest price on Blank Media 100pk Sonic DVD-R 4x for only $29 -100pk Sonic DVD+R for only $33 Save 50% off Retail on Ink & Toner - Free Shipping and Free Gift. http://www.shop4tech.com/z/Inkjet_Cartridges/9_108_r285 _______________________________________________ Andromda-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/andromda-user
