• 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

about hidden from fields

 
Greenhorn
Posts: 16
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
HI
I am facing some problem i am having to servlet one for login and another one is for registration,in login servlet i am having to two textfields that is one is username and another one is password in that i am checking whether username is correct or not if both are correvt than it will go to the registration servlet in which if it is valid than no problem but it is the new user than it will goes to the registration.html page in which he had to fill all the details given in the fields and after that all values is storing in my table called user3 but when i am using this hidden form fields concept i am not getting my desired output..please help me out from this .!!!

This is the Code also of both login and registration servlet..please do the modification in this and apply the hidden form fields concept in this please and reply me as soon as possible...
Thanks in advance.!!!
loginServlet.java

And this is The RegisterServlet.java

[ September 13, 2007: Message edited by: Bear Bibeault ]
 
Greenhorn
Posts: 20
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
the hidden form fields are not different from the normal form fields except user didnt enters a value instead the value is hard written (usually) while generating the page.

could you please post the client html/Jsp !
 
Don't get me started about those stupid light bulbs.
reply
    Bookmark Topic Watch Topic
  • New Topic