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!

 
Time Tested JSP Solutions: 151 - 175 of 1844
 
I have the following bean: package com.beans; import java.util.*; public class Customer {      private int id;      private String name = "";      public void setId(int id) { this.id = id; }...
Hi, I have a simple JSP page in which i have referenced a java BEAN and made specified its attrivbute to "session". now i do lots of things from this bean. What i would like to do here i...
i have multiple selection drop down in my jsp. it has some items, user can select items to delete them. when user clicks save after selecting some items i have to send  both selected and non s...
Hi Experts, Following is my Jsp page, iam getting values from EL while iterating. Can anybody please tell me what the issue is <%@ page language="java" import="java.util.*" pageEncodin...
I want to develop a servlet that will reside in http://fooo.com/tiger, I want to use this servlet to do following: 1. collect all the form data from a jsp and 2. pre-process the form data b...
Hi experts upon clicking of a link i am invoking a METHOD  (in action class) where i am forwarding a "Tile" using >>>> return mapping.findForward("child");  //where child is the Tile, >>>...
Hi, I am using struts 2 and facing an issue. I render a radio button with the struts tag like this: <s:radio name="currnetObject.status" list="statusList" onclick="toggle()"/> Here, t...
I am using Struts 2, I have list of states which i want to show in a Ajax enabled Autocomplete tag. The statelist comes from the database. Now the problem is how to get this list on jSP page a...
Hi...can anyone tell me what is the difference of using input type=submit and input type = button. What is the difference? And when to use which?
Hi. I am trying to write a JSP that will read in the data that is POSTed to it (without being in a named parameter) and pass it on to another URL where I can specify the parameter name to m...
I am trying to iterate over a transfer object that is for example for User Information. It has name, city, state, zip and then has mulitple phone numbers. I put these multiple phone numbers in...
Hi all, Firstly I'm a complete JSP & oracle newbie, (but I have touched Java before). I have set up a database and want to connect to it via JSP. I have started reading install guides...
  How to intall JSTL on Tomcat? And the installation should makes it easy for every web applications on the server to use JSTL,namly the installation should be on a basis of server,not a par...
I am trying to find a good easily implemented way to remove all extra unseen white space in  the HTML code being returned by tomcat to the client's computer. So for instance if there was a way...
Hi , Iook this code i want to use <c:if> inside the code bcz i want to display spme of the menu only to the user some menu not display to some other user !!
All, how to cheack a default radio button in struts?. for example i have 2 radio buttons whose values are A and B, and A should be checked by default?. How can we do in Struts? I couldn't ...
I need some sample interview questions for Java Servlets. Could you send me a link where I can find them. Thank you, Sudheer.
Hey experts,    I'm still learning JSPs and I'm trying to work with the following URLS as seen in the browser: http://localhost/test/profile http://localhost/test?cat.id=comical http://l...
I am new with HTML / jsp programming and have an issue where I am not getting the values in jsp2 using request.getParameter (null), from the html of jsp1. Jsp1 From a html table in jsp1, ...
Hi there, I would like to know how to convert a hexa code to unicode and display the unicode in the browser as chinese character. example: I have a hexa code that looks like below: 004...
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...
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'm using j_security_check to authenticate my system login and I'm facing a problem with the redirection after verifying the user credentials. When the user enters an invalid userid ...
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...
hello,     I having lot of trouble login in at the same time. here is the scenario.     When I login here is the flow of events     Jsp---> sends commend to servlet --> calls Business Objec...