Hi,

I want to include, in wicket html page, some existing html page. These
pages have inner links.

How can I modify these links to be wicket capable ?

For instance, I have two html page, A.html and B.html. In A there is a
link to B (<a href="B.html">), and in B a link to A.

I want to put these pages in one Wicket page, so Wic.html and
Wic.java. With a parameter, I know if I include A or B : Wic?page=A
show Wic whith A.html inside, and Wic?page=B show Wic with B.html.

In Wic.html I have something like that :
<div wicket:id="insert-copy">COPY HERE ! </div>

On the process of the "insert-copy" component, how can I modify A and
B to put the right wicket link ?

Thanks.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org

Reply via email to