I am writing a little website that will run on Apache and it has quite a few pages. Now that I am used to Tiles and the amazing ability to have a base template that defines the layout for all my pages, I am wondering whether I can implement the same sort of base template using SSI include commands.

I am thinking of having a different .shtml page for each request to go to, which all call the same skeleton template, which in turn somehow calls the appropriate html files with the appropriate bits of content.

The bit I am not sure about is whether I can create a variable in the first page which passes to the skeleton template to tell it which html content files are required.

Possible? Impossible?


-- struts 1.1 + tomcat 4.1.27 + java 1.4.2 Linux 2.4.20 RH9


--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to