We are migrating our apps from 5.5.28 to 6.0. We tried to do this for 5.5.35 first. Our
jsp pages that contain logic:iterate tags works fine in 5.5.28, but only few of the tags fail in 5.5.35. They do not generate the declaration line of such ids.
I see this line : If the collection we are getting over can contain null values, the loops will still be performed, but no page scope attribute (named by id attribute) will be created for that loop iteration.
I went through those collections in debug mode and found it does not contain null. Then, why the error : it cannot be resolved in jsp page.
If this explanation is not clear, please let me know. I will clarify again. I have been facing this issue for numerous days.
Thank You in advance.