servlet programming

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • manink
    New Member
    • Sep 2007
    • 1

    #1

    servlet programming

    Hi,
    i m having a problem when writing a servlet program.My HTML screen has two hidden fields and when i use "get parametrenames" method to get all the names of the columns in the screen it's also taking in the name of hidden fields. Can you please help me in resolving the issue as i don't want my servlet to take the names of the hidden fields in the HTML.
  • r035198x
    MVP
    • Sep 2006
    • 13225

    #2
    Originally posted by manink
    Hi,
    i m having a problem when writing a servlet program.My HTML screen has two hidden fields and when i use "get parametrenames" method to get all the names of the columns in the screen it's also taking in the name of hidden fields. Can you please help me in resolving the issue as i don't want my servlet to take the names of the hidden fields in the HTML.
    Hidden paramters are submitted by default. If you don't want to submit something then disable it just before submit.

    Comment

    Working...