FW: Servlet SSI Include

> -----Original Message-----
> From:	Hernan Gouet 
> Sent:	Friday, January 07, 2000 10:18 AM
> To:	'jigsaw@w3.org'
> Cc:	Colin Morris
> Subject:	Servlet SSI  Include
> 
> 
> Hello,
> 
> I've been trying to use a ssi servlet in the form of:
> 
> <!--#Servlet Code="/servlet/TestServlet" 
> param="param1" value="value1"
> param="param2" value="value2"-->
> 
> to replace the standard servlet inclusion:
> 
> <SERVLET CODE=TestServlet>
> <PARAM NAME=param1 VALUE=value1>
> <PARAM NAME=param2 VALUE=value2> 
> </SERVLET>
> 
> I can't make it work. 
> 
> * Which would be the way to include this servlet example ?
> * Does it need to have a name, or "Code=" is enough ?
> * Does it accept more than one parameter ?
> 
> 
> *How is it done the: "These commands should be written in a .shtml file
> that is indexed as a FileResource associated with a SSIFrame" for *.shtml
> files ?. 
> 
> 
> We'll appreciate very much a prompt reply.
> 
> Thanks,
> 
> -Hernan 

Received on Friday, 7 January 2000 19:42:55 UTC