Posts by Leo Padilha • 36 points
2 posts
-
1
votes1
answer281
viewsA: @Inject for manually instantiated object?
You need to identify the root scopeRepository or create a product: @ApplicationScoped public class RadiusRepository { }
-
1
votes2
answers456
viewsA: Error in include JSP
Use the jstl: <%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c" %> <a href="<c:url value="/jsp/index.htm"/>">TEST</a>