java - Cannot resolve symbol error during deploying JSP -
I have just learned basic service and JSP technology and have been using it to create a simple website.
The purpose of the website is to sell the product details of the products are stored in the database. I want to retrieve data from the database and want to display dynamic pages. I am using the MVC approach and trying to make it as OO as I can.
I am facing a problem with category page (which is to work as an index for various products ... I want
the details are as follows:
-
I have created a simple Java class that represents the table. The name of the table is "Categories" in DB ... This category has been given the Category name and for example Copy of the various features of the table in the field Has been done.
-
The designated POJO ClassRetriever serves as my work Ideal. It incorporates data from a particular line into the table of an object and ends in various The ArrayList creates an ArrayList object. This ArrayList includes all retrieved data.
-
The design's controller is a servlet name class controller and it creates the CategoryRetriever and creates the object this one
-
All things are being compiled, except after JSP, after deploying WEBLOGIC, JSP returns the following error
g: \ beta \ weblogic 81 \ server \ bin. \ Myserver.wlnotdelete \ extract \ myserver_MiniProject_build \ jsp_servlet__categorydisplayer.java: 173: Icons can not resolve symbol: class category qualified for Class jsp_servlet .__ class Displeyr category delay TP = (Srenitebl) Srenicontrentkget (i); // [/ category display. JSP; Line: 35] ^
It would be what I estimate that JSP which is directly under the root project directory can not find Wargtebl class which is inside the root >> WEB-INF> > Source.
Is there a statement in my JSP or something? If so, how to do it?
... category can not be found inside the root class, which is inside the root >> wEB-INF>> source ...
me that you means of web-Anaf / square folder.
What is a statement of my JSP or something ... if so, how to do it?
Yes to import your missing class:
& lt;% @ page import = "Sreniyogy"% & gt;
Comments
Post a Comment