i have just installed eclipse M6 and my eclipse 030700RC2
in the following jsp code snippet, i get the error
expected %>”
on line two. why?
<code>…
#1 <input type=”hidden” name=”buttonAction” value=”” />
#2 <html:hidden property=”companyNo” value=”<%= request.getParameter(“companyNo”) %>” />
#3 <table border=”0″>
…</code>
i do have the taglibrary initialised properly and the error does not appear under any other environment.