Visit Experts Exchange from your mobile device to search, ask, and monitor your questions. Never lose touch again.

Preview From Your Desktop
 

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

 
Time Tested JSP Solutions: 176 - 200 of 1844
 
Hello, How can I exctract jar file to other destination directory rather than current directoy? Thanks
I am working on getting quartz installed into our web application to handle scheduled tasks but I'm just having a rough time find the documentation I need to get past the setup. Can anyone ans...
I use jsf1.1 and experienced problem with back button. At first I solved that by  making the page reloaded when the hidden field for commandLinks isn't empty (in javascript onload) and that w...
hi, Currently I have form which displays records row by row. If I delete the selected records it call java servlet forwarding the ID in request.Parameter and delets.  Can I also have a opti...
       javax.servlet.ServletException: The "." operator was supplied with an index value of type "java.lang.String" to be applied to a List or array, but that value cannot be converted to an ...
I have a java batch program that emails links to users. For example http://mysite.com/getcoupon.jsp?coupon_id=1221. I want to encrypt the part after query String (coupon_id=1221) so the user ...
How I can control the digits after decimal point in float numbers ? For example I have this number 11.656565 I want to display as 11.65 I need an example in JSP
Hi, I have the bean set up as: public class DecDiv {          private int fldFundId = 0;           private Date fldTradeDate = null;                 public int getFundId() {           return fldFundId;      } ...
Hi experts: I am looking for a java solution for checking if a certain date falls on weekend or US holiday, and if it does then what is the next working date. I saw few on google, but could ...
Hi there, I’m dealing with my junior project and I need to handle file upload-download issue urgently. First of all I use IBM WebSphere, DB2 UDB and JAKARTA STRUTS environment for JSP. St...
Scenario: The user selects a Reference no and then clicks button in a jsp(this is not a form submit button). After that, a new window should open up and a dynamically generated PDF should be d...
Pretty Stupid and simple question hopefully but really importent for me right now. I excepting a querry for a database - since the database is not available currently we are emulting the ge...
Is there any "standard" way to comment JSTL code? I usually use <%-- comment --%>
From where can I download struts 1.1 On http://struts.apache.org/ i can only find struts 1.2 Is it possible to get binaries for an older version? Thnaks
I get the following error when deploying web application with java server faces exception : javax.servlet.ServletException: Cannot find FacesContext      org.apache.jasper.runtime.PageContext...
Experts - I am creating a web app using Tomcat v4.1, JDK v1.4.2, and Struts v1.1 (with Tiles).  The format/layout of each JSP in our web app is controlled by a Tiles layout template (call it L...
I try to decode a string that contain the special character (%) but the tomcat prompt me the above error. why and how to solve it? thanks
I am trying to access one Bean from a jsp page and getting this error "The value for the useBean class attribute bean.attributSet is invalid." Any idea why? Thanks. ------------------------...
Is it possible to set a var as an int? If so how? <c:set var="myInt" value="2"/>
Let say I have the following: ================= THE STRUTS CONFIG ================= <action     path="/action1"     name="action1Form"     scope="request"     validate="false"     t...
I'm trying out a new app server called JBoss which is bundled with Tomcat and all i'm trying to do is run the examples that come with Tomcat. Here's exactly what i've done when configuring JB...
Hi Experts, How to get the tex box value in jsp page and store that value in one String of the same JSP page Like, <input type="text" value="yes"> and below this line i just want to save...
HI all,         I am trying to display previous days date and time on my jsp page using the code snippet attached. Now I want to display just the date or day, no time. Can someone please tell...
Hi Experts, I need to implement pagination in my JSP, with funcationalitis lik,  prev, next, no. pages, no. of records per page etc. I don't want to have the business logic in the jsp in the...
I have a JSP application that allows a user to select multiple files, compress them and download the resulting zip file.  However once the file has been download the links in the JSP page no...