On 5/22/06, VGJ <[EMAIL PROTECTED]> wrote:
Ok, this makes more sense than the example in wicket-examples.  However, what if the List I'm passing in is actually wrapped in a LoadableDetachableModel?

that should be ok because dataview will check if the idataprovider impl you passed in also implements IDetachable and call detach on it at the end of request.

so class MyDataProvider extends ListDataProvider implements IDetachable {....}

Congrats on the baby, by the way!!

thank you :)
 
-Igor

Reply via email to