• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Tiles framework

 
Greenhorn
Posts: 23
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,

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 ]
 
Sheriff
Posts: 13411
Firefox Browser VI Editor Redhat
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
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.
 
ranger
Posts: 17347
11
Mac IntelliJ IDE Spring
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I am going to move this to the Struts forum. This forum is for Servlets questions.

Thanks

Mark
reply
    Bookmark Topic Watch Topic
  • New Topic