Search:

Type: Posts; User: edge; Keyword(s):

Search: Search took 0.03 seconds.

  1. adding dependencies to project on the base of pom.xml

    Does anybody knows how to add to project all dependencies (jar files) from pom.xml file? I will be grateful for any help.
  2. Thread: EL doesn't work

    by edge
    Replies
    4
    Views
    1,245

    Yes, partly. I have combined several advices from...

    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:
  3. Thread: EL doesn't work

    by edge
    Replies
    4
    Views
    1,245

    EL doesn't work

    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}"/>"/>
    ...
  4. Replies
    3
    Views
    2,746

    Thank you so much!!! I have spent so much time...

    Thank you so much!!! I have spent so much time trying to figure out what's wrong. Thank you for helping me.
  5. Replies
    3
    Views
    2,746

    j_acegi_security_check 404 not found

    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>
Results 1 to 5 of 5