I am using velocity version 1.5 and velocity-tools version 1.4.
Nathan Bubna wrote: > > Apart from the fact that this is rather complex, i don't see any > reason this wouldn't work. > > Exactly how is it "not working"? > What version of Velocity are you using? > Try changing it to output some useful info at every level, to see > where it breaks down. > > On Wed, Nov 5, 2008 at 6:00 AM, santhoshsd <[EMAIL PROTECTED]> > wrote: >> >> The following code is not working ?? >> >> >> ##Map<String,ArrayList<HashMap<String, HashMap<String,String>>>> >> projectToProviders >> ##Map<projectid,ArrayList<HashMap<providerid, HashMap<attribute,value>>>> >> >> ##Map<String,String> projectToProjectTitle >> ##Map<projectid,projectTitle> >> >> >> #foreach( $project in $projectToProviders.keySet() ) >> >> ##Project Title :: $projectToProjectTitle.get($project) >> #foreach( $providerList in $projectToProviders.get($project) ) >> >> #foreach( $providerMap in $providerList ) >> #foreach( $providerid in >> $providerMap.keySet() ) >> #foreach( >> $providerAttributesMap in $providerMap.get($providerid) ) >> >> #foreach( >> $attribute in $providerAttributesMap.keySet() ) >> $attribute >> :: $providerAttributesMap.get($attribute) >> #end >> #end >> #end >> #end >> #end >> >> #end >> >> -- >> View this message in context: >> http://www.nabble.com/iterating-over-Map%27s-keyset-values----tp20342223p20342223.html >> Sent from the Velocity - User mailing list archive at Nabble.com. >> >> >> --------------------------------------------------------------------- >> 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] > > > -- View this message in context: http://www.nabble.com/iterating-over-Map%27s-keyset-values----tp20342223p20345582.html Sent from the Velocity - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
