RE: Configurable Resource's url (use CDN or not)

2012-10-03 Thread David Loidolt
Dear All, I'm currently experiencing some problems using SimpleCDN in Wicket 1.5.4 in combination with mountResource for image/texttemplate/css resources. When used, the according resources are then no longer resolved via CDN but served from the origin host as relative paths. Works: -- Inside

Re: Radio Group Ajax Render issue

2012-04-23 Thread David Loidolt
Hi, you might wanna try using AjaxFormChoiceComponentUpdatingBehvaior instead of AjaxEventBehaviour. http://wicket.apache.org/apidocs/1.5/org/apache/wicket/ajax/form/AjaxFormChoiceComponentUpdatingBehavior.html Cheers, David - “In the middle of difficulty lies opportunity.” Albert