Time for your 3rd Quarter Update! Are you in the running for the 6th Annual Expert Awards? Click the link to find out.

Third Quarter Hot Shots
 

Having problems asking a question? Have a general question about Experts Exchange? Let us know!

 
Top JSP Solutions: 51 - 75 of 132
 
HI all, my company developers purchased liscence and code for FatWire Content Server 7 and I'm responsible of testing the developer work I need documentation about how to use the CMS as ord...
<a href="<c:url value="priceincrease.htm"/>">Increase Prices</a><a href="<c:url value="priceincrease.htm"/>">Increase Prices</a> I am getting error at the above line stating priceincrease n...
I have a html element on my web page as below <span id="SpanServiceProvider"> <select> <option value="1">Volvo</option> <option value="2">Saab</option> <option value="3">Mercedes</optio...
I have a JSP/JSTL web application which interfaces with an Oracle database. It does an large query that returns a few hundred rows of data.  It takes a little time to do so because of joins...
Hi How to set the textarea is scrollable in jsp page !!
I had tried to get an answer to this question before I probable asked it in-corretly  so here goes again... I have a application written in JSP & Spring The user enters criteria which in ...
Is there a way to configure/add a different extension to files that need to be processed as JSPs? I have created a custom filter to do some extra pocessing on the HTML, and would like for i...
Hello , Im trying to integrate a payment gateway with my php site hosted at dreamhost . Im trying to install the javabridge . These are the instructions given by the bank tech staff. Ple...
I've been using a method to export the entire contents of a JSP page into Excel <%     boolean download = false;     if(request.getParameter("download") != null)download = true;     if(do...
Hi, I have a java task that i need to run every 24 hours. I call this task from init servlet method and change the configuration so that  it is run  when server is up. but my boss wasn't sa...
The URLEncoder.encode function is encoding 'space' as '+'. I need it to be encoded as '%20' what can I use?
I have got a list  external links (e.g. www.xyz.com)  in my JSP/Servlet application running on tomcat. Whenever I click on the link, the contextpath of the application gets appended with the U...
Hello... I am looking for advice (starting points) on how to put together the main page of a web-based bug tracking system using JSP with servlets. I am using the main page of the follow...
Hi Experts,                 I am facing a problem with JSTL if condition.                The scenario is:                      On our websites header links, we want to hide the link "A...
Hi  I have List that have 6 bean property when i display in jsp the page is not align how can do that !! i attachement screen shot and code !
Hi, I wrote a very simple app that POST data to a web-app (I put in both code on the client side and server side in code-snippet section). The problem is that it looks like there's no data ...
I have a piece of code that works great if I have only one value per line.   I need to add another value however.  The values on each line will be separated by a comma. For example: char...
A user browses to this URL, http://www.my-domain.com/do/my-action?skn=123. A form is filled out and submitted. Some server processing happens and the same page is redisplayed to the user with ...
I have 2 prepared statements..How do I choose which one I can execute.e.g if the user leaves a one text field empty I want to execute preparedstatement 1 and if the user fills it in I want to ...
I like to upload data (around 20000 records) into remote mysql database server through jsp interface. How to go about it? I am new to jsp environment. But I have little knowledge about php web...
I have a jsp page that accepts a user login and stores that Id in a session attribute. When the user navigates to some other page on the site, that next page will check the session attribute a...
Experts, I have two HTML pages that I want to randomly display on the page and conduct an AB test. II thought I could use the random numbers and include the HTML page based on the number. ...
Hi all experts! I want to display a javascript alert() from jsp code. Is there any way to write a generalized method 'message(str)' in JSP so that a javascript message (i.e. alert()) should ...
Hi Experts, Please help me on below simple problem, thanks! I have an JSP page, submit on itself, and a select control on it. My problem is how to get select control's display string, not ...
I have a web service that returns bookIDs and the date the book was entered.  I am returning a string now that contains all the data, however, I would really like to return an XML file.  I am ...