Tim Holloway wrote:I'd check to make sure that no Struts tags are being used on that page and then remove them. I'd also check to make sure that no Struts libraries are being included in the build. It looks like Struts is doing something and it thinks you're using the old pre-jakarta JEE.
Yeah, there are lot of Struts tags in use like logic iterate and logic Empty etc so I'm in the process of replacing logic iterate with c:foreach of JSTL , and logic empty with c:if
test of JSTL. Probably, I will try to get rid of all of these tags from a page and see if it works. There are also <bean:write/> tags so getting these replaced with <c:out of JSTL.
>
I also noticed a comtag.tld file sitting inside WEBINF folder which has the following contents:
any idea what this might be for? Also, what might be the JSTL 3.0 compatible version for this?