Results 1 to 4 of 4

Thread: Accesing the Errors object from a JSP

  1. #1
    Join Date
    Dec 2005
    Posts
    148

    Default Accesing the Errors object from a JSP

    Hi,

    Does anybody know how can I obtain the Errors from a form backing object (that extends FormAction), stored in flow scope, in a JSP without using the spring tld? I just need to show them (they are being correctly set)

    Regards

  2. #2
    Join Date
    Jun 2006
    Location
    The Netherlands
    Posts
    13,624

    Default

    ${status.errorMessages}.
    Marten Deinum
    Java Consultant / Pragmatist / Open Source Enthousiast / Author


    Pro Spring MVC: With Web Flow
    Conspect

    Have you read the reference guide.
    Use the [ code ] tags, young padawan

  3. #3
    Join Date
    Dec 2005
    Posts
    148

    Default

    Yeah, of course. I couldn't remember :-)

    The fact is I've seen the status object in several places but I have no real idea of where it comes from or what is it. Can you point me in the correct direction?

  4. #4
    Join Date
    Sep 2004
    Location
    Leuven, Belgium
    Posts
    1,853

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •