aspose file tools
The moose likes JSP and the fly likes page refresh in jsp Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


JavaRanch » Java Forums » Java » JSP
Reply Bookmark "page refresh in jsp" Watch "page refresh in jsp" New topic
Author

page refresh in jsp

subrahm puvvada
Greenhorn

Joined: Aug 23, 2005
Posts: 14
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
Bear Bibeault
Author and ninkuma
Marshal

Joined: Jan 10, 2002
Posts: 56528
    
  14

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.


[Smart Questions] [JSP FAQ] [Books by Bear] [Bear's FrontMan] [About Bear]
subrahm puvvada
Greenhorn

Joined: Aug 23, 2005
Posts: 14
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
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: page refresh in jsp
 
Similar Threads
Dynamic checkbox
problem when the jsp get refreshed
prepopluate values of mulitiboxon
pre display issue -help
combo boxes in jsp