• 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

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: 67746
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
 
With a little knowledge, a cast iron skillet is non-stick and lasts a lifetime.
reply
    Bookmark Topic Watch Topic
  • New Topic