CryptoMapper ignores original queryString parameters

2012-12-08 Thread LauraZ
Hi, I'm having troubles with CryptoMapper. When an AjaxRequest (with parameters) arrives and CryptoMapper decrypts it, original queryString parameters dissapears. Debugging CryptoMapper, I've checked that this method: private Url decryptUrl(final Request request, final Url encryptedUrl) {

TinyMCE ImageUploadPlugin problem

2012-12-08 Thread Sandor Feher
Hi, I have a form with a textarea TinyMceBehavior attached. I would like to provide users to upload and include images in their articles. I did the following method: ImageUploadPanel imageUploadPanel = new ImageUploadPanel("uploadPanel"); TinyMCeAdvancedSettings settings = new TinyMCeAdvancedSett

Re: WebSockets questions

2012-12-08 Thread Maxim Solodovnik
Hello Martin, Thanks for the quick reply The issue is created with quickstart attached: https://issues.apache.org/jira/browse/WICKET-4917 On Fri, Dec 7, 2012 at 3:26 PM, Martin Grigorov wrote: > Hi Maxim, > > Please create a quickstart and attach it to a ticket in Jira. > Try to expose as many

Re: a question on different data grid components available for wicket

2012-12-08 Thread Ernesto Reinaldo Barreiro
This seems to be the problem. https://issues.apache.org/jira/browse/WICKET-4916 With patch applied to my local wicket branch tree grid works as expected. On Sat, Dec 8, 2012 at 11:27 AM, Ernesto Reinaldo Barreiro < reier...@gmail.com> wrote: > Martin, > > I think what is happening with tree-gri

Re: what is Wicket 2.x?

2012-12-08 Thread Lucio Crusca
In data venerdì 7 dicembre 2012 20:06:45, Jeremy Thomerson ha scritto: > Yep. There was a big change to constructors IIRC, although I can't > remember exactly what the change was. Next came 1.3.0 with generics. > Can I (we, you, ...) edit that sentence from the wiki pages then? It's confusing

Re: what is Wicket 2.x?

2012-12-08 Thread Martijn Dashorst
Instead of adding components to their parents, you provide a child with their parent at construction time. The idea was that it would help in parsing, component construction and better feedback when creating pages. The burden it imposed outweighed the benefits be a great margin. Martijn On Fri, D

pageparameters in link onclick

2012-12-08 Thread Kurt Sys
Hey, I'm having some issues with pageparameters. I'm upgrading from wicket 1.4.x to 1.6.x. Most is done, however, I can't get pageparameters to work properly. -- MainApp defines how I mount the pages, i.e. with two optional parameters (type and id): -- HomePage.java is nothing special but just

Re: Listview Checkbox checked by default and disapearing after submit

2012-12-08 Thread Pat
Thank you so much, I would never have found that! Everything works perfectly now cheers -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/Listview-Checkbox-checked-by-default-and-disapearing-after-submit-tp4654605p4654610.html Sent from the Users forum mailing list ar