Re: Calling isPageStateless() can mess up the statelessness of a page

2012-08-11 Thread vineet semwal
it actually is isPageStatelessAtTimeIAmChecking i have one idea ..if isPageStateless() is only made to cache that variable after page#onbeforerender then it will be ok. if some call is made before that then don't allow caching of that variable ,it's very easy to make this improvement... what

Using Jasypt for URL encryption not working (Wicket 1.5.7)

2012-08-11 Thread Michael M
Hi, short question: I'm trying to use Jasypt to encrypt my non-mounted URLs. However, it doesn't seem to work, I get exceptions. After adding the dependency (jasypt-wicket15) I set up the Jasypt Crypt Factory as in the example on their site: http://www.jasypt.org/wicket.html (...)

Re: Multi row Tabs

2012-08-11 Thread Valery Gorbunov
Great advise Paul, Thank you. On Sat, Aug 11, 2012 at 2:53 AM, Paul Bors p...@bors.ws wrote: You can change the look-n-feel of any Wicket component by simply extending the Wicket class, and either modify the HTML and/or the CSS. If you modify the HTML make sure you preserve the wicket

Re: RadioGroup

2012-08-11 Thread Valery Gorbunov
Hi Andrea, ListView is only renderer for Radio elements, in real life selectOneRadioItems isn't empty array. Code little bit difficult to understand. But problem it setting model value after form submission RadioGroup instance didn't put value to model, but on rendering phase it reading data from

Re: RadioGroup

2012-08-11 Thread Andrea Del Bene
Ok, but I still don't understand the relation between RadioGroup and the Radio controls you create. I mean, I expect to find a section of the code where you add Radio controls to RadioGroup (they have to be in the component hierarchy somewhere below the group component as stated into JavaDoc)

RE: RadioGroup

2012-08-11 Thread Paul Bors
Have you taken a look at the Wicket-Examples project's component references as linked from Wicket's website under the Learn section on the left panel? http://www.wicket-library.com/wicket-examples/compref/ More specifically the RadioGroup and Radio:

Re: Wicket / Liferay help

2012-08-11 Thread Doug Leeper
Here is the generated HTML code that is being sent to the browser. What I had commented above was the resulting HTTP request. But this may shed some light on why that url is being called. The portlet-name, wicketFilterPath, and filter-mapping/url-pattern are set to wickettest. However I