I have a class extending wicket.Component.WebPage which creates a PageableListView to which is passed a PropertyModel. This PropertyModel is passed a string _expression_ for which the getXXXX method is implemented as part of the WebPage extension class. A problem occurs during runtime in that the getXXXX method is called multiple times(around 20) and making development of the page difficult.

 

I’m using wicket-1.2-beta2. Does anyone know if this is a known problem or whether it indicates a problem with my implementation?

 

 

Thanks in advance

 

Stuart

Reply via email to