IWAE0010E Run-time exception java.lang.VerifyError occurred during validation. The validator being run was JSP Validator and the message thrown was (class: ex.ThumbnailIterationAction, method: getImageHref signature: ()Lorg/jdom/Element;) Incompatible argument to function.
That method’s signature is pretty simple: “private Element getImageHref()” I’ve even changed that to void, but for some reason MyEclipse still wants to think that it returns an Element and produces that warning.
This class extends LoopTagSupport and so I have it defined in my own .tld file. MyEclipse is also complaining about it not being a valid XML file, but I have the required tlibversion, shortname, and a tag along with the optional uri, jspversion and info.
This is my first attempt at a custom tag so its likely I’ve done something wrong. Eclipse 3.0.1 MyEclipse 3.8.3