facebook

error multiple markers at this line

💡
Our Forums Have Moved

For help with installation, bugs reports or feature requests, please head over to our new forums.
Genuitec Community on GitHub

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

    torstenkrohn
    Member

    What’s wrong here? Any libraries to add?

    x.jsp

    
    <a href="<%=request.getContextPath()%>/x.do?currentpage=" title="">next</a>
    

    “r” of request is underlined red. error message: multiple markers at this line.

    MyEclipse 6.0.1
    JDK 1.5.0_12

    The error appeared after using jsp editor the first time, always used text editor before without errors.

    Thank you,
    Torsten

    #278880

    torstenkrohn
    Member

    Found it. The JSP editor does not realise that the struts form tag is balanced correctly. Wrongly I added a second closing form tag, so this error was gone, but the abovementioned appeared. Thus I guess it is an error in the JSP editor for

    <html:form> ... </html:form>
    #278899

    Loyal Water
    Member

    Glad you figured it out. Thanks for letting me know.

Viewing 3 posts - 1 through 3 (of 3 total)
Reply To: error multiple markers at this line

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