Already purchased the new Motorola Droid? We want to hear from you! Tell us what you think about it and Google's Android 2.0 software.

 

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

 
Time Tested JSP Solutions: 126 - 150 of 1860
 
I need a solution for the following problem <bean:define id="result1" name="resultsetform" property="rowResults"/> <logic:iterate id="resultid1" name="result1"> <bean:write name="resultid...
With struts, I m trying to do the following in my action class     TableModel table = new TableModel();       Column columns = new Columns();     columns.addColumn("col1");     columns....
I am writing servlet by Eclipse, and I am using Tomcat 4.0 as my container. What I do is using the "classes" folder as the workspace and create package inside it. Is this a common way to devel...
Hi all, I'm running in to a problem and I'm not sure if it can can be done: This is the case: I have a jsp-webapplications which uses the Maverick framework  for MVC implementation. I...
I want to determine if the below code is successful in the connection to Oracle. <%@ page import="java.sql.*" %> <%     Connection connection = null;     try {         // Load the JDBC ...
Hi, We are using the following code in a jsp file to read a property file. However, the program is unable to locate the path of the property file and return a null object. I believe it i...
I want to display the recors with paging like google. There will huge no of records and i want to display only 10 records in a single page.The rest records will be displayed into the same p...
Hi all, i wonder the Log4J is a commercial product or a open source. Not much documentation for those whowan to adopt this technology. The short mannual doesnt seem help much on how to help ...
Hi Below is running JSP program which I have written to update values from webreport I have problem Senario : I am trying to display each records in table row and data in one textbox. ...
I'm trying to call a bean's function from JSTL and I'm receiving a server error.  I'm playing around with a helloworld test.  Please give me an idea as to what I'm doing wrong here with the JS...
Hi Whenever i Add the global-exception handler to struts-config.xml,the application deployment gives a parsing exception.Though the application seems to be working normal i would like to know ...
Hello, I have problem in trying to redirect my incoming requests to an absolute URL from a Servlet Filter. I have this filer:   <filter>     <filter-name>secureconnectionfilter</filter...
How do I ignoreCase on an indexOf? <%      if(s_src.indexOf("Betatest")!=-1){ %>
Experts, We currently use the javascript swap / restore image bahaviours on our property website.  Please have a look at the following page for example. http://www.bspc.co.uk/bspc/proper...
Hi,  does anyone know how to get server variables such as remoteHost Locale UserAgent Referer using JAVA in-line in JSP? Thanks in advance..
I have a label tag in my jsp page. <label class="FormLabel" id="titleName_id" ><%= request.getAttribute("titleName") != null ? request.getAttribute("titleName") : "" %></label> <%= requ...
I am trying to upload excel file in jsp. When I try to create the POIFSFileSystem using following call POIFSFileSystem fs = new POIFSFileSystem(uploadedFileStream); I get following error...
Hey experts,   I want to do in JSTL a test on the size of a list; the folllowing didn't work: <c:when test="${NonITProductionReport.listYtoY.size!=0}"> Any idea on how this can be don...
Hi Experts, I am working on a webapplication, using struts, hibernate and Myeclipse on eclipse IDE, Apache Tomcat, MySql db. When i tried to connect to db, i am getting the error below. plea...
I have a HTML form defined as follows <form action="loginHandler" method="post"> <p>Username: <input type="text" name="usercode" value="${loginBean.usercode}"></p> <p>Password: <input typ...
I am attempting to insert records in a table in which one field is a clob.  I have included the inserting logic below in hopes that this will best help explain my issue.  Please note that I am...
Hi I have a drop down which have country after i select i call onchange method that will  call my DB and get the city that will display ... that time my county is not set it display ---...
hi all,    Can anyone tell me how to split a string if it has multiple delimeters?i would to get each variable and its value seperately. code :-- String output=""; AccountDetails  aDet...
Hi all I have 2 jsp pages and i'm trying to get the request.getHeader("referrer") in the second pagebut it is coming out as null first.jsp <% response.sendRedirect("http://localhost:...
i am using  DWR ajax  from http://getahead.ltd.uk/dwr/ Here is my  problem. i have a drop down box. this  drop down box has {H,F,C} // this is fixed. when the user sel...