Advertisement

635 organizations, including eBay, Ericsson and Lockheed Martin, now work smarter with Corporate Accounts. Save up to 42%

 

Welcome! If you have any general questions about Experts Exchange, feel free to ask me.

 
Top JSP Solutions: 1 - 25 of 144
 
Hi, I'm currently working on a project involving JSP documents being served from an Apache Tomcat 2.2.25 server. The application and the pages are served out without any issues but I notic...
When the user hit on the back button, I would like the user to see that the page is expire, and he/she need to reload the page. I followed the instruction here...but it doesn't work for me ...
How to I get system time and date in jsp???
Hello, I have a JSP-based application containing a form where I have to access the currently selected item in a combo box built through a <html:select ...<logic:iterate .../> /> (cf. attach...
i know this is a question that has been asked thousands of times on EE and many other internet sites. i hope experts can be patience and still be willing to offer some help to solve my iss...
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...
I'm working on a Spring MVC project where I put all the jsp files in WEB-INF/views What I want to do is to add more folders for the jsp's, say views/user, views/admin, views/files etc, to k...
Dear Experts, I want to call a javascript function from my jsp scriptlet, if the condition got satisfied and window.onload  don't want to use for any circumstance Thanks & Regards Maath...
I have written a jsp with fields for input. The input-values are upper and lower bounds for the width and length in km (see my_jsp.jsp). The input-values are saved as variables named min...
How can i get this working <context-param>           <param-name>error_1</param-name>           <param-value>Invalid value, Please <a href="../jsp/first.jsp">Click here to Back </a></param-value> </con...
how can i implement paging in struts2 for a result set. can you find some code bit for this
I am modifying an existing web app written in J2EE and JSP using a model-view-controller design. What I want to do is generate a csv file of some of the data on one of the pages. I have the ja...
I am able to deploy and run this Web Application locally, but when I upload it to a server, I get the error below.  I am using Java 1.6.0_06.  I do have to compile using javac -source 1.5 -tar...
We have 60 odd applications, both in asp.net and JSP , now we are planning to bring all this under one single . COuld any one tell me how to handle sessions (common) across these applications ...
Am having a problem in converting from normal html page to struts configured html due to the span tag in my page....Can u convert it to stutrs configured html page...Am new to this version.. ...
Hi All, I am facing a problem when I am deploying my application using Eclipse 3.4. I am getting an error, Failed to load or instantiate TagExtraInfo class: org.apache.struts.taglib.bean.Coo...
Hi Expert , I have a problem regarding jsp form submission . Actually i ma using spring framework in that i am having views as jsps. My problem is when i am submitting form some times it sub...
Hi all,       i created a servlet and i am checking if not null doprocess should execute  else redirect to error page.But always its going into the wrong if condition String v=req.getParam...
I am using the following stub in my jsp page to display the selected value ("Read" or "Write")           <html:form action="/addRole">                Role Name  <html:text property="rolename"/>                <table>           ...
I have a field in database that may contain special characters like <, >, etc. I need to write this field value into an XML message or HTML page. However, the  special characters will cause th...
Hi, I have a jsp form , in that, i need to validate the user data. there are lot of fields to validate. So instead  of validating field by field, can i validate the whole form? (client si...
I normally work in PHP, but want to import a php page to jsp.  I have the following code and the idea is to read a variable from the browser URL, then pass that variable through to the import ...
<HTML> <SCRIPT> function call(){ alert("MANI"); //window.open("<%= response.encodeURL("http://192.200.100.120:10038/com.tce.test/webengine/fileupload/NewWindow")%>"); window.self.close(...
Hello all, I have a form with 2 submit buttons. Depending on which submit button is clicked by the user, a hidden control with value command is used to pass a command to a servlet for proce...
I've got a need to store user identity in a web application so that the user can "stay logged in" and not have to do so on each access to a site, and even if they don't elect to do that, to re...