I'm using the MyEclipse dev studio for my web application and I'm running into issues. I'm trying to use the struts <html aram> taglib, but the application does not seem to recognize it. I checked in struts-html.tld and it's not in there.
So, I'm wondering what settings I need to change in order to use this feature. I'm using MyEclipse 5.1.
I suspect the problem may be the version of the taglib that you're using. <html:param> is only available in Struts Version 1.3.8, which is the latest Struts 1 release. If you're using any earlier versions, the tag won't be recognized. [ April 25, 2007: Message edited by: Merrill Higginson ]