I am facing with a problem in our application on Tomcat. We have impelmented tiles framework. I have included 2 jsp files in it - first.jsp and second.jsp. There is a textbox declared on second jsp. when i submit the page, am doing a simply System.out on the first.jsp (request.getParameter(""))... but the problem is: sometimes its getting printed twice. I have simulated the problem in an easy way. I do not face this problem every time but once in 20 times or sometimes the first time only.
Could please someone tell me if this is a problem with any tomcat setting?
Thanks in advance, sonal [ February 16, 2005: Message edited by: Sonal Jogi ]
It's a pretty safe bet that it's not Tomcat. I've been using it, full time + side work, for over 3 years and have never run into this issue. You might want to check one of the frameworks forum.