refference:http://wiki.apache.org/tapestry/FormClientPersistence.
I can't understand what can we profit from the FormClientPersistence.for the PageLink, DirectLink, or ExternalLink ,it will not encoding the data to URL ,but for the post,it will only
encoding the form data to the url.is that right?
do we need to explicitly put the @Persist("client:form") in the code?or where do it put?
理解FormClientPersistence
本文探讨了Apache Tapestry中FormClientPersistence的作用及其实现原理。针对PageLink、DirectLink和ExternalLink不将数据编码到URL的问题进行了讨论,并指出对于POST请求,仅会将表单数据编码到URL。此外,还提出了在代码中明确使用@Persist(client:form)注解的疑问。
545

被折叠的 条评论
为什么被折叠?



