ActionForward with no forward
843840Sep 4 2007 — edited Sep 4 2007Hello,
I'm wondering if it's possible to submit a form to an actionforward and only have a forward returned if there is a validation error. Otherwise the action would be performed (database update in this case) but the user would stay on the same page with no page refresh.
When I return null in my actionforward, I'm still getting a blank page.
I'm not looking for an Ajax solution.
Thank you