Advertisement
If you have a new account but are having problems posting or verifying your account, please email us on hello@boards.ie for help. Thanks :)
Hello all! Please ensure that you are posting a new thread or question in the appropriate forum. The Feedback forum is overwhelmed with questions that are having to be moved elsewhere. If you need help to verify your account contact hello@boards.ie

JSP XML syntax in Eclipse.

Options
  • 24-05-2010 10:38am
    #1
    Registered Users Posts: 1,127 ✭✭✭


    Hi guys

    Very new to Eclipse, but have been using NetBeans for a while. Have developed an application in Netbeans, using mixture of JSTL and JSP XML syntax, eg.
            <jsp:element name="body">
                <jsp:attribute name="lang">EN</jsp:attribute>
                <jsp:attribute name="class">twoColHybLtHdr</jsp:attribute>
            </jsp:element>
    

    but I cant seem to migrate this properly to Eclipse. I think I have all the required dependencies, am only getting used to Project Facets in Eclipse, but if somebody has come across this issue before, maybe they could point me in the right direction. Google is being a mother's whore for me today.


Advertisement