link bettwen application

View: New views
2 Messages — Rating Filter:   Alert me  

link bettwen application

by theDown :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hi,

Simple question, i have seen the tag wicket:link, or for instance the
add(new BookmarkablePageLink("home", Home.class)); but it seems to be in the
same application.

Is it possible to make link bettwen a front application and a signIn
application for example ?

regards.

Re: link bettwen application

by igor.vaynberg :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

applications run completely isolated, you can use ExternalLink to
create the link between the two.

-igor

2009/9/29 François-Xavier Lacroix <fxlacroix@...>:

> Hi,
>
> Simple question, i have seen the tag wicket:link, or for instance the
> add(new BookmarkablePageLink("home", Home.class)); but it seems to be in the
> same application.
>
> Is it possible to make link bettwen a front application and a signIn
> application for example ?
>
> regards.
>