What do you think about Windows 7? Write a review or a how-to about Microsoft's newest product and earn unlimited points!

 

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

 
Top JSP Solutions: 26 - 50 of 132
 
Hi all experts! Consider following code... I want a javascript alert() should be displayed on client side when my application executes perticular jsp method.
I have a form which has a text box in it. Recently now users started entering & in the textbox ( which is now expected). However the problem comes that the & gets converted to %26 ( i saw this...
I'm very new in programming. I need to start selenium server from a jsp. I've created an index.html file that has a link to the jsp file. When the user clicks on that link, the jsp file should...
Hi Experts,           I need your help in figuring out the following requirement:        On my homepage, I have a "NOTES" section, all the notes are fetched from the Database.           I w...
I need a web site or ebook can learn me JSP step by step Can any body help me for that ?
Hi There, I am having problems in displaying the values from pojo in my jsp. I can display the values in my java controller but can't display the same values in my jsp. Thanks in advance!
Looking for someone with experience using  IBM WebsphereApplication Server Toolkit v6.0 Found within WEB_INF I see a file called web.xml which looks like a template.  Is the code that is fo...
I need to parse out the Class name from a dot-delimited Class identifier in a JSTL variable. ie: from ' java.lang.NullPointerException', I want 'NullPointerException'. Typically, I'd use...
Hi, I'll be using transform() from javax.xml.transform.Transformer. Is it possible to get a String (HTML) result from the following: XML is at a url address (eg. http://domain/myXML.xml...
I have a jsp page that processes some code and displays only a number.  No HTML or anything, just a number.  Is is possible to call the jsp page from JavaScript and retrieve the number?  
How do i display multiple values from a database in a drop list.. what do I replace dogs+cats with from rs.getString("dogs+cat") to make both colums display in one option..
<select id="appCat" name="appCat" onchange="onChaRole()" >                 <c:forEach var="codeValue" items="${refData.appCat}">                         <option value="<c:out value="${codev...
In the report query in iReports(3.0.0) this works if I put in a state without quotes in the parameter prompt:      m.merchant_id  IN($P{RP_COMPANY})  AND                                  ...
I am being thrown into this J2ee problem. I am attempting to create a totals line in JSP. I am creating 4 variables in a scriptlet. I would then like to update this variable with something ...
I have developed a web application which is supposed to connect to a database and retrieve some data and display it. The database is Oracle. The SQL query is running fine when it is run throug...
Hi Experts,                 I have a form on my jsp, which run two queries in the backend depending upon the value picked from the "Traansaction" drop down.                 The page should...
Hi, How to do paging in my JSP page and more are less i want to define the page size dynamically like our EE answer or query detail  or filter result .
Does anyone have a code sample of a JSP page interfacing with MS Exchange.  I would like to write a servlet that will query a users mailbox and display an icon on the page if they have new mai...
Hi Experts,             I need your help is getting done with this problem.             So I have a form on my jsp page which looks like the attached snapshot.             thats how the form looks when ...
I'm new to jsp. I'm looking for a rich text editor for a JSP website like freetextbox for asp.net.  I have used the Google Web Tool Kit, but that is not working the way that I would like, plus...
Hi, I am working on a custom single sign on project. The main web site runs on BEA Weblogic. When an user logs into the site, the site is supposed to store login ID and password in a cookie...
have an html page that I made and it has a submit comment box. It can be seen here. I made it in html and apparently its easier to do this whole thing in jsp so I changed the file extension. N...
Hi Everyone, Is a JSP file allowed to include or forward to a remote JSP file?  If not, then is there anyway to make it happen? Thanks, Dan
I am trying to perform a carriage return when I display the data in the action field within the xml.   I probably do not have my xml setup correctly or the dtd.  I have shown both in the code ...
I like to know how to find the absolute path of a website using jsp script. I know how to do in php script. like this below... <?php    //To get absolute path of website    echo $_SERVER...