• 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
  • Tim Cooke
  • paul wheaton
  • Liutauras Vilda
  • Ron McLeod
Sheriffs:
  • Jeanne Boyarsky
  • Devaka Cooray
  • Paul Clapham
Saloon Keepers:
  • Scott Selikoff
  • Tim Holloway
  • Piet Souris
  • Mikalai Zaikin
  • Frits Walraven
Bartenders:
  • Stephan van Hulst
  • Carey Brown

page refresh in jsp

 
Greenhorn
Posts: 14
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
i have one situation
in jsp thereare values in the combo
and whenu select the value in the combo that corresponding values are displayed in table

sno field bolean
1 aa required here one checkbox will be there
2 aaq required here one checkbox will be there
3 aa c required here one checkbox will be there

when u select the checkbox that values areupdated in database.

up to this no problem.

when u call the same jsp file the updated values are displayed innplace of required.
for eg i fu check the yes should be displayed otherwise no should be displayed
 
Sheriff
Posts: 67752
173
Mac Mac OS X IntelliJ IDE jQuery TypeScript Java iOS
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

when u call ... for eg i fu check



This is incomprehensible gibberish. If you want an answer to your question, it's best to write it such that people can actually read it.

Please read this.
 
subrahm puvvada
Greenhorn
Posts: 14
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
i have ajsp file which which allows user to enter some data .
when u click submit button the values you are entered should be updated to the datbase.
when u call the same jsp file the updated values should be displayed
 
Everyone is a villain in someone else's story. Especially this devious tiny ad:
Smokeless wood heat with a rocket mass heater
https://woodheat.net
reply
    Bookmark Topic Watch Topic
  • New Topic