I go with Martin, use iFrame.
This is what we do.
We have two Wicket apps, running on the same machine, the web.xml triggers
two different Wicket apps. Why you ask? an old and a VERY BAD decision.
In order to navigate from one app to the other we actually use URLs. In
order to show page from app B in the A app (the main), we show it in iframe
and calling URLs.
We had to implement a very bad security patch.

One of my main assignments currently, is to merge the two applications back
to one.

Eyal Golan
egola...@gmail.com

Visit: http://jvdrums.sourceforge.net/
LinkedIn: http://www.linkedin.com/in/egolan74

P  Save a tree. Please don't print this e-mail unless it's really necessary


On Thu, Sep 10, 2009 at 7:33 AM, Martin Makundi <
martin.maku...@koodaripalvelut.com> wrote:

> Use Iframe
>
> **
> Martin
>
> 2009/9/10 Quan Zhou <betoget...@gmail.com>:
> > 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.
> >> >
> >>
> >
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
> For additional commands, e-mail: users-h...@wicket.apache.org
>
>

Reply via email to