0
我用的滑軌國際化,所以我的網址似乎是這樣的:I18N和雪人PARAM衝突
http://localhost:3000/dashboard/index?locale=es
我有GET方法的形式追加雪人蔘數去的網址:
http://localhost:3000/dashboard/index?locale=es?utf8=%E2%9C%93&dateregistration=2013-06-20
代替:
http://localhost:3000/dashboard/index?locale=es&utf8=%E2%9C%93&dateregistration=2013-06-20
的問題是,如果我重新加載位置(F5)...我觀察到PARAM locale是:
p locale
:"es?utf8=V"
代替:
p locale
:es
這樣的I18n不能正常工作。
任何想法或建議嗎?
謝謝。
謝謝Chowlet,顯然這是問題所在。當我提交表格時,我不知道該怎麼做。 – user1364684
@ user1364684:如果您可以顯示您的表單代碼,我們可能會提供幫助。通常我會期待它發生。 – Chowlett