aspose file tools
The moose likes JSP and the fly likes JSTL tags Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


JavaRanch » Java Forums » Java » JSP
Reply Bookmark "JSTL tags" Watch "JSTL tags" New topic
Author

JSTL tags

SP Nam
Ranch Hand

Joined: Oct 15, 2003
Posts: 41
Hi

1.I have a jsp page which uses jstl sql tags.
2.I have 3 column table id, name, city. id will be drop down and name, city are text boxes.
3.When I load the page all ids will be shown as drop down based on select query.
4.When I select one value from id drop down, the text boxes for name and city should show corresponding values for the id selected.
5.After that user may change values of name and city.
6.After all processing when user hit submit button, the data modified in text boxes should be updated to the table.

Here is the code for my jsp page:

The critical part of it is when I select a value from id drop down, it has show values for name and city in text boxes and values can be editable.

Give me some example links or give some code snippets.

Thanks in Advance

SP Nam
Bear Bibeault
Author and ninkuma
Marshal

Joined: Jan 10, 2002
Posts: 56531
    
  14

The critical part of it is when I select a value from id drop down, it has show values for name and city in text boxes and values can be editable.


I do not know what you mean by this.


[Smart Questions] [JSP FAQ] [Books by Bear] [Bear's FrontMan] [About Bear]
 
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: JSTL tags
 
Similar Threads
update query in jstl for a JSP
Need Help With Dynamic text box in JSP
Drop Down box for Jstl Select query results
Problem of insert data into database
jdbc connection in jsp