• 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:
  • Tim Cooke
  • Campbell Ritchie
  • paul wheaton
  • Jeanne Boyarsky
  • Ron McLeod
Sheriffs:
  • Paul Clapham
  • Devaka Cooray
Saloon Keepers:
  • Tim Holloway
  • Carey Brown
  • Piet Souris
Bartenders:

problem in checking the entered value with the existing value

 
Ranch Hand
Posts: 350
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
hi,
i developed XML file..in the project i used jsp pages and servlets...if i enter the value in the jsp page..it is passed to the servlet and it is not validating it...it is showing all the values..i dont need all the values...whatever value entered in jsp page..it should take that one....and while running it is showing error...here is my code...i need help

view.jsp



[b]view.java[b]




and im getting error as




thanks,
madhu.
 
Author
Posts: 12617
IntelliJ IDE Ruby
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Font tags?!

So you're getting an error in the XML, but don't show any of the XML, so... I've got nothing.
 
Ranch Hand
Posts: 120
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator


Cant you replace this line with below? Why are you using unnecessary font tags?





Do you always enter the "Pack Name" value as "packName"? (case insensitive). You are reading the packName value from the request and checking if the value is "packName".. Are you missing some thing here or doing this intentionally?
 
David Newton
Author
Posts: 12617
IntelliJ IDE Ruby
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Sridhar Gudipalli wrote:Why are you using unnecessary any font tags?


Fixed.
 
reply
    Bookmark Topic Watch Topic
  • New Topic