Thanks Stefan.. I'm patching the code now and it will be in CVS soon Cheers -- Wouter
> -----Original Message----- > From: [EMAIL PROTECTED] [mailto:andromda-user- > [EMAIL PROTECTED] On Behalf Of [EMAIL PROTECTED] > consulting.de > Sent: Wednesday, August 11, 2004 8:06 PM > To: [EMAIL PROTECTED] > Subject: [Andromda-user] RE: Issue with StrutsUseCaseForm.vsl > > 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 ------------------------------------------------------- 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
