It seemed a bit easy first but got confused.I want to use logic:iterate to iterate a list of Integer .
Iteration through a collection of object is very easy as we use the id attribute and say attribute.property which invokes the get method of associated with that property.How do we achieve this for collection of Integer?
Oh, sorry, my fault--I think using <bean:write> you need to use a format--since you're not using one from a resource file you need to specify one in the <bean:write> tag. I *think* it's as simple as adding a format="#" to the tag (whatever the Java decimal format stuff looks like; I don't rememver).