
Wicket
luozhangwen
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
Setting up the Wicket response to the JavaScript call
Setting up the Wicket response to the JavaScript call Add the AbstractDefaultAjaxBehavior to the component you'd like to call from javascript. You then have to override the respond method of Abstract转载 2013-04-27 14:57:00 · 1723 阅读 · 0 评论 -
Calling Wicket from Javascript,
I needed to call into Wicket code from a jQuery function. Building on the sample code from Calling Wicket from Javascript, I created an end-to-end working example. In my case I wanted to manipulate a转载 2013-04-27 15:00:17 · 1479 阅读 · 0 评论 -
Wicket Ajax
Apache Wicket > Index > Wicket Roadmap and Versions > Wicket 6.0 > Wicket Ajax Apache Wicket Wicket Ajax Edit Page Browse Space Add Page Add News转载 2013-04-28 09:46:43 · 4087 阅读 · 0 评论 -
How to handle jQuery.ajax(..) JSON request ?
Apache Wicket > Framework Documentation > Reference library > How to do things in Wicket > AJAX > How to handle jQuery.ajax(..) JSON request ? Apache Wicket How to handle jQu原创 2013-04-28 10:12:55 · 1548 阅读 · 0 评论 -
Wicket SeverAndClientTimeFilter
package wicket.markup.html; import java.util.HashMap; import java.util.Map; import org.apache.commons.logging.Log; import org.apache.commons.logging.LogFactory; import wicket.Application转载 2013-06-20 08:48:12 · 952 阅读 · 0 评论