Re: Data in session and debugger

2012-04-15 Thread Bertrand Guay-Paquet
Hi, Is the ResultClass Serializable (members + itself implement Serializable)? If not, you should see stack traces in the logs each time a page is rendered. On 14/04/2012 2:47 PM, Andre Schütz wrote: Hi, I tried the debugBar in my WebPage and could analyze the session size and the data of

Unable to find error during hello World

2012-04-15 Thread Marc Marc
Hello, I am a new user. I succeeded the quickstart but can not run the Hello World example. I get the following error: Unable to find component with id 'message' in [Page class = com.modelandgo.HomePage, id = 0, render count = 1] Expected: '.message'. I searched in the mailing list but did

Re: wicket 6.0

2012-04-15 Thread vineet semwal
hi martin-g , https://issues.apache.org/jira/browse/WICKET-1175 please check my comment on it... On Fri, Apr 13, 2012 at 6:55 PM, Martin Grigorov mgrigo...@apache.org wrote: On Fri, Apr 13, 2012 at 4:17 PM, Francois Meillet qq...@gmail.com wrote: Hi, I use 6, everything is ok but I

Re: reload model each time

2012-04-15 Thread Christoph Leiter
On 14.04.2012 16:38, Emmanouil Batsis (Manos) wrote: On 04/14/2012 03:03 PM, Christoph Leiter wrote: Here's a good article about EntityModel, which does what you want: http://wicketinaction.com/2008/09/building-a-smart-entitymodel/ Sorry for jumping in but wanted to make sure I get this

Re: reload model each time

2012-04-15 Thread Tom Eugelink
Just keep in mind that you can't use an EntityModel if the entity has already been persisted and if you want to change it with multiple ajax requests/multistep forms. It will lose any changes on every request. Simply serialize the entity again for that use case. Stealing the thread back

Header contribution from externally loaded markup

2012-04-15 Thread Ashoka Upadhya
I have panel components that gets its markup from external source (CMS). Component implements IMarkupResourceStreamProvider. These components are nested and are resolved through component resolver. Below is the structure of dependency. In below, assume each element (masterPage, page.. ) as

Wicket cannot find id in inner enclosure...but has no problem in outer one!!!

2012-04-15 Thread kshitiz
Hi, I have two enclosure with one closing another one like this: *wicket:enclosure child=userType table *tr td/td /tr *wicket:enclosure child=post *

Could not find root ajax-response element . Wicket 1.5.3

2012-04-15 Thread Wayne W
Hi, this is something I have found - I'm getting a consistent ajax error in this scenario: I have a page that has an AjaxLink (Add Product), that displays a panel that contains a form. If I use AjaxFormSubmitBehavior to perform the submit on the form the sequence of events is: - Communication

LoadableDetachableModel loading twice with dataprovider?

2012-04-15 Thread DanielSantos
Hi, I have a SortableDataProvider that loads a list of objects from de database with the following code: public IModelMyClass model(final MyClassarg0) { return new DetachableMyClassModel(arg0); } The DetachableMyClassModel is a loadabledetachablemodel. When I want to populate the