facebook

Cannot find Java Bean in jsp file.

💡
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 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #246987 Reply

    awebpro
    Member

    Hi,

    I have a simple web app. I created a jsp page and use <%@ import=”AddressBean” %>, it does not like it. The address.jsp file will not compile because it can’t find AddressBean. What do I need to do? ❗

    I created an AddressBean with properties, setters and getters and placed it in the default package under src. I looked in the Tomcat installation and it’s class file is also present under web-inf/classes. ❓
    Thanks.

    #247027

    Riyad Kalla
    Member

    I have a simple web app. I created a jsp page and use <%@ import=”AddressBean” %>, it does not like it. The address.jsp file will not compile because it can’t find AddressBean. What do I need to do? ❗

    Put it in a package:
    com.mycompany.AddressBean

Viewing 2 posts - 1 through 2 (of 2 total)
Reply To: Cannot find Java Bean in jsp file.

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