Yes, we have successfully created a servlet and got requestcontext handle to render pages. Whats your question.
My requirement is like this..In my .page when user clicks on a link he should download the image related to that link.i tried before simply using href attribute of anchor tag. But problem is the image is opened in a new tab in the browser instead i have to force it to get a dialog box.I have referenced web and found out that i should use a server side program to set the header content-type to application instead of image .So, i thought i should write a servlet for this.can you tell me steps involved in this?What is understand from post is .1.we have to create a servlet ... where do we create in same LiveSitecustomer_src ?2.How do we create. do you have a example code snippet? 3.and an entry in web.xml .which includes filtering also4.Do we need to create an entry in servlet-resource-config.xml also as mentioned above?Is that all that we have to do? how does it work in preview ?Thanks alot.