Skip to content

Tag: jsp

>> converted to �

One of the application user has reported that they are seeing � instartd of >> on their home and other pages. There are about 100 users and only one user has this issue. The user is using IE11. what may be the cause of this issue. Answer You should have this on top of your jsp files: If you have

An exception occurred processing JSP page, array list

I’m not able to figure out this problem. My error: org.apache.jasper.JasperException: An exception occurred processing JSP page /index.jsp at line 28 java class: jsp: I’m not sure what I did wrong, but I think that it is something about the definition of the bean. I appreciate every attempt to hel…

JSP doesn’t see CSS and JS files from resources folder

I have some problem with my css and js import in my web application. I am using Servlets/JSP/CSS/JS. I am sorry for this question, i saw many questions and answers for this theme and situation but nothing helped me. I am trying to add css and js files like this: But something happends and all of my css and js

Error loading fcl file in servlet

I have Java Web application JSP/Servlet that works with jFuzzyLogic library which uses rules.fcl file which is located at WEB-INF/rules/rules.fcl. I m trying to load the rules.fcl file in a servlet file but when i try to execute the application web i got these errors : Someone help me plz with it! Thanks. Ans…