stale link..Exception
一个纠结许久的问题终于被解决!
Tapestry学习资料真难找,很多问题只有自己去悟,官方的文档还真是翻译不了,网上也是少之甚少.(也许是我没找着)...
来看看勒哥让人蛋疼的stale link...
(略写)页面代码:
<form name="Form0" jwcid="Form0@Form" listener="listener:forSubmit"id="Form0"><table xxxx><tr><th scope="col">xxxx</th> <th scope="col">xxxx</th></tr><tr jwcid="@For" source="ognl:resultList" value="ognl:tempJO" element="tr"><td> <span>jwcid="@Insert"value="ognl:tempJO.tiaoma">xx</span> </td><td> <span>jwcid="@Insert"value="ognl:tempJO.tiaoma">xx</span> </td> <td> <button type="button" jwcid="@Button">xxx</button></td></tr></table></form>