Hi,
I wrote a simple Struts app with a web project. I have an index.html page in the web root folder. When I deploy it, it works fine. Just like it should. But I need to put a SHTML page instead of an HTML page. It is called index.SHTML. I placed it in the same folder and tried to pull it up but it can’t find any such resource. How do I create a simple SHTML page with a ssi (server side include) to get another page? Please advise since I am new to MyEclipse. In other words, how do I render a simple SHTML page from inside the java application in myEclipse.
Thanks.