我在我的多国师协会申请中,有一个令人信服的问题需要解决。 我没有 Java言,我有3个意见,每个步骤都有一个意见。
The scenario is: I have a 3 step process. S1 posts to S2 and S2 posts to S3. If i have a model validation error, the error is catched on the next view because the data was already posted there. My code looks like: return(View, modeldata) if ok ELSE return ("PreviousView", modeldata). The problem is my URL that remains in the post url requested