Re: Nested Modal Window Problem - IE8 - 404 Error

2012-01-20 Thread Martin Grigorov
Hi, This is fixed with https://issues.apache.org/jira/browse/WICKET-4241 I just tested it on 6.0-SNAPSHOT and it works OK. It should be fixed in 1.5.4 too, clear your browser cache and try again. On Thu, Jan 19, 2012 at 10:57 PM, ashindler alexshind...@hotmail.com wrote: Since I upgraded from

multiple forms on a panel, how to check for dirty?

2012-01-20 Thread rastogi_ritika
I have multiple forms on a panel and checks for dirty are on form level. When I submit a form while others are still dirty, the panel is not treated as dirty. How to deal with that? -- View this message in context:

Re: multiple forms on a panel, how to check for dirty?

2012-01-20 Thread Andrea Del Bene
What do you mean exactly with dirty form? I have multiple forms on a panel and checks for dirty are on form level. When I submit a form while others are still dirty, the panel is not treated as dirty. How to deal with that? -- View this message in context:

How to get passed GAE restrictions in Wicket 1.5.3

2012-01-20 Thread Kayode Odeyemi
Hello fellows, I'm building on Google App Engine and I'll like to know how to resolve GAE restrictions of writing to a disk. I've been able to achieve this in 1.4 but while Migrating to 1.5.3 I'm getting the following exceptions: [java] SEVERE: Unexpected error occurred [java]

Re: How to get passed GAE restrictions in Wicket 1.5.3

2012-01-20 Thread Martin Grigorov
See http://software.danielwatrous.com/software-engineering/wordpress-plugin-licensing-wicket-on-google-app-engine On Fri, Jan 20, 2012 at 2:23 PM, Kayode Odeyemi drey...@gmail.com wrote: Hello fellows, I'm building on Google App Engine and I'll like to know how to resolve GAE restrictions of

GridView with Custom Cell Content

2012-01-20 Thread Corbin, James
Hi, I have a use case where I need to render data in a grid (e.g. Table markup) and for each cell (td), determine its content dynamically. Consider a table where you can drag and drop items from cell to cell and their position is stored. In this scenario, I need to ask the question, for the

wicket 1.5.3 RequestCycleListener redirection migration problem

2012-01-20 Thread Schnick
Hello all, I am trying to migrate to wicket 1.5.3 but am having problems. I would like to redirect users to a particular wicket page at any given time in their visit. I have overridden RequestCycleListener's onBeginRequest method so that it sets the request cycles response page like so

Re: wicket appl architecture

2012-01-20 Thread bht237
Hi, I have evaluated SOAP, REST, JSON-RCP architectures and within multiple implementations in combination with Android. SOAP(ksoap2) is just too cumbersome and heavy, but probably the only sensible choice when dealing with legacy services. REST is fine if you like the architecture of having a

Wicket 1.5.3 AutoCompleteTextField not working in ModalWindow

2012-01-20 Thread jchappelle
Hi, I'm upgrading to 1.5.3 and one of the issues that I can't figure out is why the AutoCompleteTextField has stopped working in ModalWindows. I've tested in IE9. Before upgrading this worked fine. I'm using the DefaultCssAutoCompleteTextField and I've looked at the style sheets from each version

find object causing issue with serializing

2012-01-20 Thread fachhoch
I am getting this error I enabledorg.apache.wicket debug , I dont see what object is causing issues with serializing , the logs does not say that , It says could not serilize the page but my page has lot of objects , please advice me how to find the object causing this issue. --

Re: Wicket 1.5.3 AutoCompleteTextField not working in ModalWindow

2012-01-20 Thread jchappelle
I found that there is a jira bug on the issue. Here is the link: https://issues.apache.org/jira/browse/WICKET-4294 https://issues.apache.org/jira/browse/WICKET-4294 If you put the following CSS in your style sheet for your AutoCompleteTextField it will fix it. /* * FIXES rendering issue of

Re: Wicket spring security sample app

2012-01-20 Thread James Carman
Run mvn install from the top-level directory. Then, in the example webapp project, there is a class called Start: https://github.com/jwcarman/Wicketopia/blob/master/example/src/test/java/org/wicketopia/example/web/util/Start.java Run that. Good luck! On Thu, Jan 19, 2012 at 5:35 PM, Brian

What to add to pom.xml to use hibernate?

2012-01-20 Thread Daniel Watrous
I'm interested in using hibernate in my wicket application, but I can't find any up to date examples combining the two. Is there something other than hibernate that the wicket community uses for ORM? If not, what can I add to the pom.xml file to include hibernate. I tried adding this: