• 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

update of records

 
Greenhorn
Posts: 14
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
THIS FOLLOWING CODE IS FOR SHOWING SINGLE CUSTOMER INFORMATION NAMED'view_all.jsp'

this CODE 'view_all.jsp' IS FORWARDED TO 'edit1.java' which is not working for updating records.



MY FOLLOWING UPDATE CODE FOR RECORDS IS NOT WORKING PLEASE CORRECT MY CODE.

THIS IS SERVLET CODE NAMED 'edit1.java'

 
Rancher
Posts: 2759
32
Eclipse IDE Spring Tomcat Server
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
It doiesn't work doesn't help us. What problem do you get? A compilation problem? A run time error?
 
avinashguru prasad
Greenhorn
Posts: 14
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Jayesh A Lalwani wrote:It doiesn't work doesn't help us. What problem do you get? A compilation problem? A run time error?





after running the code i get a blank page with no output.
 
avinashguru prasad
Greenhorn
Posts: 14
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

avinashguru prasad wrote:

Jayesh A Lalwani wrote:It doiesn't work doesn't help us. What problem do you get? A compilation problem? A run time error?





after running the code i get a blank page with no any error.

 
Rancher
Posts: 1044
6
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Any traces of exception in the log?
 
Don't get me started about those stupid light bulbs.
reply
    Bookmark Topic Watch Topic
  • New Topic