Skip to content
Advertisement

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 help! Answer Here’s what I did to get your app running.

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. Answer Your code says you have got

Trying to get value out of a select option in the same form

I’m trying to get value out of the select option. But it doesn’t seems to be able to get since it’s on form. How do I do it ? I mean by having taking the value out of the option select. Answer 1.) You can not select all the items in a select with selected ! Without multiple=”multiple” E.g. topFr[]

How to solve warning when using liferay-ui:search-container in JSP?

I’m developing a portlet in Liferay 6.1 using Liferay MVC famework. When I use Eclipse allways shows me the following warning message SearchContainer is a raw type. References to generic type SearhcContainer<R> should be parameterized JSP code fragment: I have searched many examples. I’ve imported them into my workspace. And they also show me the same Warning message when search-container

Advertisement