• 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

HFSJ - Ch3 - Multiple Tabs opening in Firefox.

 
Greenhorn
Posts: 12
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I am in the Chapter 3 of HFSJ (Page 81). I am trying to deploy and test my first servlet(I am using Eclipse as the IDE and Tomcat V6 as my container).

When I launch my browser(firefox) and try to access the form.html I can access it fine. But when I click on submit, I see multiple tabs opening on their own and I have to terminate the process for firefox. I checked my code and it looks similar to the one in the book (unless I am overlooking something)


I was wondering if anyone has encountered this before? If yes, what did you do to correct it?

TIA.
 
Sheriff
Posts: 14691
16
Eclipse IDE VI Editor Ubuntu
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
If you still don't find what the problem is, post your code here.
 
emaa rose
Greenhorn
Posts: 12
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Thanks, I finally figured out the problem. A typing mistake;

In



I had



 
reply
    Bookmark Topic Watch Topic
  • New Topic