Table changes depending on dropdown list values with servlet

Posted by kawtousse on Stack Overflow See other posts from Stack Overflow or by kawtousse
Published on 2010-04-22T12:21:18Z Indexed on 2010/04/22 12:43 UTC
Read the original article Hit count: 176

Filed under:
|
|

What I want to realize is the following: In a JSP x I have a 3 dropdownlists and a button called edit when user click this button a table dynamically should be displayed. Now this table is modified correponding the values in those 3 dropdownlists. So it can be 3 cols or 4 cols or even 6 cols, it depends on the selected values. So what I tried is to use the servlet to getParameter doing the if clause construct the html and then forward the response. Have you any the suggestion of the structure that I can use in JSP? Thank you.

© Stack Overflow or respective owner

Related posts about jsp

Related posts about servlets