[JBoss-user] [Tomcat, HTTPD, Servlets & JSP] - Tomcat version

2006-04-17 Thread sanu_82
Hi ALL, I want the download site for Tomcat 5.0 Thanks & Regard sanu View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3937646#3937646 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3937646

[JBoss-user] [Tomcat, HTTPD, Servlets & JSP] - Urgent help

2005-12-27 Thread sanu_82
Hi All I need a urgent help.I have created Web-app on my PC .Now i want to install or load the web-app on server PC .Where Server PC is NTFS(which i dont know ,our h/w engineer told to me) & my PC is FAT32.When installing web-app i have to install JRUN on server,but since when i try install JRUN

[JBoss-user] [Tomcat, HTTPD, Servlets & JSP] - Select index of combo box

2005-12-26 Thread sanu_82
Hi All, I want to now that is there any way to know the selected index of combo box or drop down box in JSP. Secondly i prevoiusly had asked about -- I have two combo box value of second combo box depends upon first combo box selected value.Where value in second combo should be retreived from

[JBoss-user] [Tomcat, HTTPD, Servlets & JSP] - How to keep the selected value of combo (drop down ) box as

2005-12-23 Thread sanu_82
Hi All I have done the coding of two combo box by using a submit button .After seleting value from first combo ,code is executed on submit button & value are added to second combo box.Now i want the first combo box value which was selected.I want that user should be able to see that this was t

[JBoss-user] [Tomcat, HTTPD, Servlets & JSP] - Re: How to display value in B combobox with change in combob

2005-12-22 Thread sanu_82
Hi Nigel I want to know is no method or coding to do this in JSP rather than xml. Regards Sandhya View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3914109#3914109 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3914109

[JBoss-user] [Tomcat, HTTPD, Servlets & JSP] - Re: How to display value in B combobox with change in combob

2005-12-21 Thread sanu_82
I got the point ,but the mistake was of wording i used. My question is -- In my jsp page I have 2 combo boxes--data of 2nd comboBox is dependent on the 1st. The data for both is previously obtained from a database. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&

[JBoss-user] [Tomcat, HTTPD, Servlets & JSP] - Re: How to display value in B combobox with change in combob

2005-12-21 Thread sanu_82
I got the point but only wording mistake took place. My question is In my jsp page I have 2 combo boxes--data of 2nd comboBox is dependent on the 1st. The data for 2nd is previously obtained from a database. Regards sanu View the original post : http://www.jboss.com/index.html?module=bb&o

[JBoss-user] [Tomcat, HTTPD, Servlets & JSP] - How to display value in B combobox with change in combobox A

2005-12-20 Thread sanu_82
Hi all, I am new to JSP .I want help.I have a combobox(dropdown menu) Location & depts ,on selecting value from combobox location respy dept should be displayed on the selection of location.I want the code to be executed in the instance any value from the dropdown menu is selected. Mostly th