Search:

Type: Posts; User: Steve Libonati; Keyword(s):

Search: Search took 0.01 seconds.

  1. Replies
    7
    Views
    2,975

    works.......

    <spring:message message="${error}"/> works.... Thanks ! Just wish I knew about it. Could have saved us some grief.
  2. Replies
    7
    Views
    2,975

    Not included in...

    Not included in http://static.springframework.org/spring/docs/1.2.x/taglib/index.html. Maybe just didnt make it to the docs until 2.0 ?
  3. I had a similar issue. I used classpath:. I...

    I had a similar issue. I used classpath:. I believe that resolved it. And I do believe the id needs to be "messageSource" as already stated.


    <bean id="messageSource"...
  4. Replies
    7
    Views
    2,975

    spring:message and ObjectError

    I had to employ a hack in order to display error messages correctly.


    <%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core"%>
    <%@ taglib prefix="fn"...
Results 1 to 4 of 4