How can I access field error by using jsp EL, not OGNL in jsp?

179 Views Asked by At

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

1

There are 1 best solutions below

0
On BEST ANSWER

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