You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@wicket.apache.org by Per Newgro <pe...@gmx.ch> on 2007/10/20 10:02:02 UTC

[OT] Integrate wicket-application into a static html / php / site

Hi *,

im looking for an example how i can integrate my newly created wicket 
application into an existing static website (don't know exactly if html-only 
or with some php) served by Apache Webserver.

I have a little pre-selection (Panel) which should be included at some places 
in the site. For now i added a link to a page and called my 
preselection-panel. But how can i integrate it into a static html-site?

The background is, that the site content will be changed by an agency with a 
cms.

Maybe someone has done something similiar and can give me some hints.

Thank you
Per

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


Re: [OT] Integrate wicket-application into a static html / php / site

Posted by Igor Vaynberg <ig...@gmail.com>.
http://herebebeasties.com/2007-03-01/jsp-and-wicket-sitting-in-a-tree/

On 10/20/07, Per Newgro <pe...@gmx.ch> wrote:
> Is something like
>
> <HTML>
> <BODY>
> Going to include hello.jsp...<BR>
> <jsp:include page="hello.jsp"/>
> </BODY>
> </HTML>
>
> helping me out here????
>
> Thanks
> Per
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
> For additional commands, e-mail: users-help@wicket.apache.org
>
>

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


Re: [OT] Integrate wicket-application into a static html / php / site

Posted by Per Newgro <pe...@gmx.ch>.
Is something like 

<HTML>
<BODY>
Going to include hello.jsp...<BR>
<jsp:include page="hello.jsp"/>
</BODY>
</HTML>

helping me out here????

Thanks
Per

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