Antwort: Re: Antwort: Re: Including wicket in JSPs?

2008-06-26 Thread Jan . Koops
gt;> > >>> We are using a JSP-based content management system for navigation, > > page > >>> layout etc. > >>> Now we're evaluating Wicket as our "application" framework: A Wicket > >>> application should appear in the center of the JSP based l

Re: Antwort: Re: Including wicket in JSPs?

2008-06-24 Thread Daniel Frisk
et page via jsp:include or other ways? It seems to me a Page would be the wrong Wicket component to include, since no body or header should be rendered. Best regards Jan -- View this message in context: http://www.nabble.com/Including- wicket-in-JSPs--

Antwort: Re: Including wicket in JSPs?

2008-06-23 Thread Jan . Koops
r other ways? > > It seems to me a Page would be the wrong Wicket component to include, > > since no body or header should be rendered. > > > > Best regards > > Jan > > > > -- > View this message in context: http://www.nabble.com/Including- &g

Re: Including wicket in JSPs?

2008-06-23 Thread Igor Vaynberg
http://herebebeasties.com/2007-03-01/jsp-and-wicket-sitting-in-a-tree/ google is your friend -igor On Mon, Jun 23, 2008 at 8:24 AM, <[EMAIL PROTECTED]> wrote: > Hello ! > > We are using a JSP-based content management system for navigation, page > layout etc. > Now we're evaluating Wicket as our

Re: Including wicket in JSPs?

2008-06-23 Thread jnorris
ould be the wrong Wicket component to include, > since no body or header should be rendered. > > Best regards > Jan > -- View this message in context: http://www.nabble.com/Including-wicket-in-JSPs--tp18071635p18072855.html Sent from the Wicket - User mailing list archive at Nab

Including wicket in JSPs?

2008-06-23 Thread Jan . Koops
Hello ! We are using a JSP-based content management system for navigation, page layout etc. Now we're evaluating Wicket as our "application" framework: A Wicket application should appear in the center of the JSP based layout and navigation. Has somebody already included a wicket page via jsp:in