I need in jsp two view
in one view combobox, combobox contain one,two,three..etc

For the user selection second view want to change not the whole page.
I need an Idea.Please Help me out.

well, you can work with div's, and, based on the value you select, change the style of the div from (for instance)
<div id="firstDiv">

</div>

you can use javascript to set the class used for the element with id="firstDiv" to
- hidden
- shown
- small
- large
...
depending on which classes you've written in your .css

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.