Struts 2 and @SMD Method validation
Posted
by Vinicius Mello Lima
on Stack Overflow
See other posts from Stack Overflow
or by Vinicius Mello Lima
Published on 2010-04-14T02:22:19Z
Indexed on
2010/04/14
2:33 UTC
Read the original article
Hit count: 539
Hi,
i am using Struts 2 and the Json plugin, to make ajax requests. I want to know if there's one way to validate my json, with struts validator, and show field errors in my jsp, before calling the @SMDMethod in my Action.
Thanks for your help.
© Stack Overflow or respective owner