SSI is implemented with its own servlet which is totally separate from Wicket's filter, so you cannot use both Wicket and SSI for a single page. However, Wicket provides a variety of ways to include content into pages it renders: panels, fragments, labels, and more. Once you're familiar with these mechanisms, you'll find that they're considerably more powerful than SSI. A good place for examples is http://www.wicket-library.com/wicket-examples/compref/.
Hope this helps, Dan On Wed, Apr 11, 2012 at 8:12 AM, vaibhav228 <[email protected]> wrote: > Hi All, > I have configured the SSI in apache Tomcat 7.0 by un-commenting the > tags in web.xml for ssi and adding privileged="true" in the context.xml. > I am using the wicket framework and the project is running at the > root level.But unfortunately the framework is not processing the include > tag > and it outputs in the HTML as it is. > > Is there anything that I can do to enable the Server Side Include tag > ion wicket framework. or It will not process that tag. > > If I deploy the project which doesn't uses wicket framework, then SSI > works properly. It renders the page completely. But when I use project with > wicket framework, then include tag is not getting rendered. > > Please help me. > > Thanks > Vaibhav228 > > -- > View this message in context: > http://apache-wicket.1842946.n4.nabble.com/How-to-enable-SSI-in-wicket-framework-tp4548962p4548962.html > Sent from the Users forum mailing list archive at Nabble.com. > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > >
