table changes depending on ddl 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:23 UTC
Read the original article
Hit count: 167
jsp
I will be more clear. 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 ddl. 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.
Think you.
© Stack Overflow or respective owner