Error - Exception in JSP page

Asked

Viewed 6 times

0

I have a problem when accessing a JSP page. Note: I use Maven in the project. The following error appears:

 An exception occurred processing JSP page /IBWebContent/cad.jsp at line 3 1: <%@ 
 taglib uri="http://jakarta.apache.org/struts/tags-tiles" prefix="tiles" %> 2: <%@ taglib 
 uri="http://java.sun.com/jsf/core" prefix="f" %> 3: 4: 5: 6: Stacktrace: 
 java.util.MissingResourceException: Can't find bundle for base name IBResources, locale pt_BR

I have tried to insert the strut library but it is not solving. Does anyone have any idea what can be done to remedy this problem?

No answers

Browser other questions tagged

You are not signed in. Login or sign up in order to post.