-1

I wander if I can access field error(put into the ValueStack by validator interceptor) by using JSP EL in JSP?

Roman C
  • 49,761
  • 33
  • 66
  • 176
lovespring
  • 19,051
  • 42
  • 103
  • 153

1 Answers1

-1

there are a list in valuestack, named feilderrors and we can use jsp EL access this list

lovespring
  • 19,051
  • 42
  • 103
  • 153