Author | Message |
---|---|
sxiao11
Posts: 13
|
Posted 15:16 Aug 15, 2015 |
Hi, Dr.Sun When i tried to save the changes in the job edit page, it should redirect me to the admin page but it always return HTTP status 400. I have "redirect:/admin.html" for my edit part in jobController so i just could not figure out why. Thank you.
Last edited by sxiao11 at
15:18 Aug 15, 2015.
|
cysun
Posts: 2935
|
Posted 15:17 Aug 15, 2015 |
I see 400, not 404. |
sxiao11
Posts: 13
|
Posted 15:19 Aug 15, 2015 |
Sorry, that's a typo.i corrected it. |
cysun
Posts: 2935
|
Posted 15:20 Aug 15, 2015 |
Well, if it's not 404, it means it has nothing to do with your redirect URL. The problem is likely caused by the wrong date format in the date fields. |
sxiao11
Posts: 13
|
Posted 15:24 Aug 15, 2015 |
Thank you, i got it. |