i would use different fragments

one fragment containing the dataview for the master list
and another for the detail

then when a link is clicked on the master list it replaces its fragment with the detail fragment, use replaceWith() or parent.replace() and wicket will pickup the change on next render

-Igor



On 9/4/06, Peter Neubauer < [EMAIL PROTECTED]> wrote:
Hi folks,
I would like to change the data detail tabel view for a master table
view. How do I do that?

Do I have to change the whole Dataview component on the page or just
the DataProvider for it or the Model object of the DataProvider?

If I isntancieate a new Dataview component on a page, how to I get the
rendering hierarchy to be updated in order to pick up the changes?

Thanks for any hints. I suspect it's just that I do not understand how
to do nested/linked Dataviews.

/peter

-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user

-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user

Reply via email to