Does anybody knows how to add to project all dependencies (jar files) from pom.xml file? I will be grateful for any help.
Type: Posts; User: edge; Keyword(s):
Does anybody knows how to add to project all dependencies (jar files) from pom.xml file? I will be grateful for any help.
Yes, partly. I have combined several advices from forums.
I changed line in my jsp page from:
<%@ taglib prefix="c" uri="http://java.sun.com/jstl/core" %>
to:
Hi,
I have to write long sentences of code like:
<input type="text" size="16" maxlength="30" name="<c:out value="${status.expression}"/>" value="<c:out value="${status.displayValue}"/>"/>
...
Thank you so much!!! I have spent so much time trying to figure out what's wrong. Thank you for helping me.
Hi everyone. My problem is that when I submit form I receive an error 404.
My form:
<%@ include file="/WEB-INF/jsp/include.jsp" %>
<html>
<body>