Hi, Extract the code in a Panel component and reuse it in different pages.
On Mon, Aug 5, 2013 at 5:18 PM, Boris Brinza <[email protected]>wrote: > hello > is it possible to replace content of div with content of > WebMarkupContainer when user clicks on ajaxLink? > > I have DataView enclosed in WebMarkupContainer, java seems like this: > WebMarkupContainet tableContainer = new WebMarkupContainer("** > tableContainer"); > tableContainer.add(....**dataview....) > > html: > <div wicket id="tableContainer"> > ... > <table><tr wicket:id="dataview">...</tr><**/table> > </div> > > > > And i want to replace the content of another div in another page with > content of tableContainer > > > > For clarification: i have table of Users used in UserListPage, but same > table should be accessible as subtable of Company table in CompanyListPage. > > > > > -- > > S pozdravom > > Boris Brinza > HT Solution s.r.o. > Digital Park II > Einsteinova 25 > 851 01 Bratislava > Slovakia > > Phone: +421 2 3500 2512, Mobile: +421 903 602 126 > E-mail: [email protected] | www.htsolution.sk > > > ------------------------------**------------------------------**--------- > To unsubscribe, e-mail: > users-unsubscribe@wicket.**apache.org<[email protected]> > For additional commands, e-mail: [email protected] > >
