java - Using Spring, return view on success, plain text String on fail -
i have spring controller , returns string interpreted jsp view. if method fails, return plain text string fail message (as if using @responsebody
annotation).
is possible? need presence of @responsebody
dynamic.
Comments
Post a Comment