I'd like to user server side includes in my JSP. I've renamed 
servlets-ssi.renametojar to servlets-ssi.jar and uncommented
the SSI area in my web.xml.

I've placed ...

<!--#include virtual="<jsp:getProperty name="company" property="descUrl"/>" 
-->

into my JSP, but it doesn't include the document. It however does place an
HTML comment.

<!--#include virtual="cnet.html" -->

which is not really what I want.

It doesn't look like it's processing my JSP. Do I have to have an .shtml 
extension? If so, can I change that?

-- 
John Walstra
[EMAIL PROTECTED]
[EMAIL PROTECTED]
[EMAIL PROTECTED]

Progress might have been all right once, but it's gone on too long.
                -- Ogden Nash

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

Reply via email to