aspose file tools
The moose likes JSP and the fly likes Issue regarding Jsp Include Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Java » JSP
Reply Bookmark "Issue regarding Jsp Include" Watch "Issue regarding Jsp Include" New topic
Author

Issue regarding Jsp Include

Nakul P. Patel
Greenhorn

Joined: May 31, 2011
Posts: 23
Hi all,
I am new to jsp and need help.
I want to make a jsp file in which there are 8 combo box elements.
Now I am Includeing :" <%@include file="comboBox.jsp"%>" file in other various .jsp files of my projects.
But each time the requirement varies, i do not want to use all those combo box elements in other .jsp files.
Some time i need to use only 2 combo boxes and some time 3 and .......etc.I don't want to use all combo boxes every time.
Is there any way?
Please reply soon and explain in brief if possible.
Thank You.
Bear Bibeault
Author and ninkuma
Marshal

Joined: Jan 10, 2002
Posts: 56233
    
  13

Firstly, please read HtmlHasNoComboBox. Correct terminology is important.

Secondly, you can conditionalize using JSTL tags such as <c:if> and <c:choose>.


[Smart Questions] [JSP FAQ] [Books by Bear] [Bear's FrontMan] [About Bear]
Rahul Mahindrakar
Ranch Hand

Joined: Jul 28, 2000
Posts: 1831
Hi

If I understand right you want to dynamically determine the creation of the combo box on the html page.

For example select the first and then if you select a specific value then you get to the second.

Is that what you want?

Rahul
 
I agree. Here's the link: http://aspose.com/file-tools
 
subject: Issue regarding Jsp Include
 
Similar Threads
Select multibox on combo box selection?
JavaScript Conditional Operator(i.e., ?)
Populating the Combo Box using AJAX
Populating one drop-down with DB values on the basis of the selection of another.
Verify the combobox