org.apache.tapestry5.runtime.ComponentEventException
Forms
require that the request method be POST and that the t:formdata query
parameter have values.
提交表單form就會出現這個問題,
<t:form
>
<t:submit t:id="login" value="提交" />
</t:form>
用火狐沒問題,ie出現的概率就很大,我試著捕獲這個異常,頁面雖不至于馬上報錯,但刷新就會出現,會在原來的路徑后加上一個
.form也即是form id。
希望大蝦們幫忙解決,困擾我很久了.