facebook

JSP Errors After ME 9 Upgrade

  1. MyEclipse IDE
  2.  > 
  3. Java EE Development (EJB, JSP, Struts, XDoclet, etc.)
Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #318456 Reply

    Ramin
    Member

    Hi,

    I just upgraded to ME 9.1 due to performance reasons working with JSP pages (https://www.genuitec.com/forums/topic/jsp-validation-uses-100-cpu/).

    Some JSP pages now show compile errors. Below is an example and the error:

    <%@ taglib uri="http://struts.apache.org/tags-html" prefix="html"%>
    
    <html:submit value="XYZ" onclick="return submitCommand('lmyCommand', 'abc');" styleClass="btn"/>
    

    This fails on the last quote of onclick:

    Syntax error, insert "}" to complete block

    BTW, I have more of the same tags on the same page, and they do not show any errors.

    #318458 Reply

    support-swapna
    Moderator

    ramincic ,

    Sorry that you are seeing this issue with MyEclipse. I could not replicate the issue at my end on MyEclipse 9.1

    Can you answer some more questions for me to understand the issue better ?

    1) Can you switch to a new workspace, create a new project and check if you see the same issue with the JSP validation on the tags reported?

    2) Do you see any errors of interest logged in the .log file which is located at <workspace dir>/.metadata/.log ? If yes then paste them here for me.

    #318465 Reply

    Ramin
    Member

    Hi,

    I will try to spend time to do both, but meanwhile, I should point out that it appears to be numerous validation errors and not compile errors as the app runs and behaves as expected.

Viewing 3 posts - 1 through 3 (of 3 total)
Reply To: JSP Errors After ME 9 Upgrade

You must be logged in to post in the forum log in