Hi,
I understand the Javascript debugger is a new feature.
I had a recent experience I like to share with you.
I accidentally duplicated the form name as form2 in a JSP file: see below.
But MyEclipse could NOT catch this error.
Do you have plan to fix it?
Thanks,
Jimmy
<form name=”form2″ …>
…
</form>
…
<form name=”form2″ …>
…
</form>