If you can't share the code, then you basically have the same options for embedding one in the other than you would with any other app - Perl, PHP, ASP, Wicket, Struts - whatever it is.
-- Jeremy Thomerson http://www.wickettraining.com On Wed, Sep 9, 2009 at 11:25 PM, Quan Zhou <betoget...@gmail.com> wrote: > sorry, i forget to say this two apps are installed in different > servers.each > is a single standalone app. > so i think i can't embed panelB into PageA. > > On Thu, Sep 10, 2009 at 11:58 AM, Jeremy Thomerson < > jer...@wickettraining.com> wrote: > > > If you have created good self-contained components, you should be able to > > just embed <PanelB> into <PageA> > > > > -- > > Jeremy Thomerson > > http://www.wickettraining.com > > > > > > > > On Wed, Sep 9, 2009 at 10:54 PM, Quan Zhou <betoget...@gmail.com> wrote: > > > > > Hi.I've developed my simple forum with Wicket(we call it A), and I want > > to > > > embed it into another website (B) developed by Wicket. > > > like, the left panel and the navigator panel are both from B, and the > > right > > > panel is from A, > > > I dont want to use Frame because my page will be complicated. > > > > > > Does anyone have this kind of experience? > > > > > > Thanks in advance and I hope you understand my question. > > > > > >