Hello! I absolutely love myeclipse. However, there seems to be a bug in the xhtml validator.
I am working with a jsp file, whose doctype is xhtml 1.0 strict. I have validated it via the w3validator and comes up clean, but he screen below shows myeclipse complaining.
Is this a bug or did I do something wrong? If you need it, I’d be happy to submit the full source for that page. I am running the lastest build for 3.1m7 on linux.
The following page also produces the error:
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html>
<head>
</head>
<body>
<div>
<form>
<input />
</form>
</div>
</body>
</html>
Other issues I have noticed:
- Sometimes while editing jsp pages (especially pasting into them) the cursor turns into a white hand (like in a browser while mousing over a link)
- There is no html autocomplete in the jsp editor
Thanks for all the hard work. MyEclipse is awesome!
–Jake