reset password
Author Message
afetiso
Posts: 84
Posted 22:11 Aug 07, 2015 |

If I want to return "job/create";

but i need to return get method

using:

jobValidator.validate( job, bindingResult );
        if( bindingResult.hasErrors() ) return "job/create";

what do I need to write after:  return "job/create";

cysun
Posts: 2935
Posted 22:22 Aug 07, 2015 |

That's a programming question you have to figure out yourself.