JSP (Java Server Pages) is a server side technology used for presentation layer for the web applications.

learn more… | top users | synonyms

-3
votes
0answers
7 views

Unable to compile class for JSP?

exception org.apache.jasper.JasperException: Unable to compile class for JSP: An error occurred at line: 152 in the jsp file: /creaCBdaXLS_passo2.jsp The method parseRequest(RequestContext) in the ...
0
votes
0answers
15 views

java script to iterate a nested loop in jsp?

<nested:notEmpty name="partyForm" property="idList"> <nested:iterate name="partyForm" property="idList" indexId="outerIndex"> <table width="100%"> <tr> ...
0
votes
0answers
10 views

Button to auto generate text input field on click

I want to inset a button into my page which onclick, auto generate a body of lorem lipsum text into the text area of an imported XSL file. I don't really want to use Javascript as I don't really like ...
-1
votes
2answers
44 views

how I can connect HTML to java to add values in database

I want to enter data in database entered from jsp file and dont know how to connect them. Can any one suggest me to connect both files and to add the data entered in jsp form ? This is my jsp and ...
0
votes
1answer
21 views

Servlet mapping direct JSP files rather than using a Servlet to manage the URL requests

I am redoing the URL mapping structure within my Java web application. I am trying to find the most efficient and proper way to map the servelets and resources to their proper URLs. There are two ...
0
votes
4answers
39 views

Read file from a folder inside the project directory

In a JSP project I am reading a file from directory. If i give the full path then i can easily read the file BufferedReader br = new BufferedReader(new ...
1
vote
1answer
48 views

how to prevent XSS attack

I was told by penetration test team that the below URL is causing XSS attack - ...
0
votes
1answer
12 views

how to print javascript variable to JSP Method

I am trying to print the java script variable to jsp page like <script> var v="Javed";</script><% String ...
0
votes
0answers
32 views

How to load 2 lists based on 2 select boxes on change of first box

From the title, you can understand that this one is a bit complicated, but it really shouldn't be. I'm sure this is an easy fix, I just can't wrap my head around it. I have select box A which ...
-2
votes
3answers
62 views

Slow SQL query, how to improve?

This query works perfectly, I think. Other than it is so slow. What am I doing wrong? How can I improve the speed as well at the code in general? <sql:query var="UserQuery" ...
0
votes
0answers
17 views

Spring Converter error

Lets imagine that I have one-to-many assosiation where class User may have one Role (admin etc) but many User(s) may have the same role. Code is as follows: @Entity @Table(name = "Users") public ...
0
votes
1answer
9 views

login page doesn't read css in java ee application

I've created an application with form based log in but the login page doesn't appear to read the css and appears almost empty. Do you know what i may have done wrong? <%@taglib prefix="c" ...
0
votes
0answers
22 views

jsp:useBean, using previously created session scoped bean

I'm trying to use "jsp:useBean" to load a previously created bean. In one page (one .jsp file) I use <jsp:useBean id="cart" class="beans.shoppingCartBean" scope="session" /> to create a ...
0
votes
0answers
26 views

The issue with no slash or double slash JSP link

All links in my REST style application are ended with slash "/". But an user doesn't have to use links, but can also type the URL without slash at the end. This is the way how I build the links: ...
0
votes
1answer
11 views

change input value with change in select menu options

This is javacript for getting same category_name in input box as in select box but i dont know the code for getting my category_id and category_desc for the same <script type="text/javascript"> ...
0
votes
0answers
21 views

script construction is not proper if the name has special symbols

I am getting user name from the server side and showing it in the jsp as follows String userName = getFullName(); request.setAttribute("userName",userName); Jsp file <div ...
1
vote
2answers
42 views

JSP not returing result with drop down menu

having a issues with getting the result of a query based on the drop down select, for some reason its not returning anything when trying to post it on to the jsp. here is my what code looks like ...
1
vote
1answer
28 views

Passing array from .jsp to javascript function

I have a Liferay portlet where I pass a String array from action phase to render phase in my .jsp file. I am able to access the array and iterate through it like this: <c:forEach var="item" ...
-5
votes
1answer
29 views

Enter values in database [closed]

This are my jsp and servlet files, I want to enter values into my database, but when I enter values in JSP form and click on submit, the java file gets downloaded, I am beginner in database, can some ...
-5
votes
2answers
49 views

Books to learn Servlets and Jsp [closed]

I would like to learn more on the Servlets 3.0 and JSP 2.2. Can you suggest me some books or links, please?
-1
votes
1answer
14 views

Why the values of my table will be removed once actionmessage is received

In my application users need to be able to add products to their basket. I have a page to show the description of product once user clicks on Add button it should be added to his basket, and if ...
0
votes
0answers
9 views

Insertion, retrivel and displaying of image from MySql

I am using the following code to insert Image into the database. It is working well. <%@ page import="java.sql.*"%> <%@ page import="java.io.*"%> <% Connection con=null; ResultSet ...
0
votes
1answer
34 views

Accessing form data stored inside a bean from within a servlet

I am trying to populate a bean class (UserBean.java in package lp) when a user submits login credentials on Login.jsp. This bean class is then accessed from a servlet (ConfimUserDetails.java also in ...
-3
votes
1answer
29 views

how to keep session continuing after deleting history

In my application i am not using cookies so when you delete the history in a browser then it should not affect my application. But this not happening with me. I use only sessions getAttribute and ...
1
vote
1answer
13 views

Focus first textbox created using a FOR LOOP

I have created textboxes using for loop in a JSP page. My target is to set the focus in totalAmt textbox or first textbox in loop based on condition. <% boolean defFocus=obj.getDefaultFocus(); ...
-1
votes
0answers
26 views

how to do a calculation from the data retrieve from two columns in a table in database using jsp? [closed]

How to retrieve two column from one table in database and put into a dropdown list?for example name and price.and when user input the name, use the data from column price to do a calculation.this is ...
0
votes
0answers
18 views

How to render attachment to the html element type - FILE on error

I'm using plain JSP as a component and it has file upload option..i upload my file and I enter wrong captcha and it displays error message on JSP and with no file attachment But want to render ...
0
votes
3answers
55 views

Java JSP getParameter display null word

I have a "Hello World JSP" i need to get the users name from the URL and display it, It works fine but it needs to display a generic "World" if not user name is there. Im not sure how to accomplish ...
0
votes
0answers
18 views

Load Html page from external server using <c:import>

I am tyring to import a html page from different server on my application (below code) . My issue is I am getting the source code of that html and not the actual page. Please let me know <c:import ...
0
votes
2answers
34 views

Anyone know how to make an entire form disappear on a jsp page?

<H1 align="center">ID Lookup</H1> <FORM ACTION="index.jsp" METHOD="POST"> <H3 ALIGN="center">Please enter your User ID:</H3> <INPUT TYPE="TEXT" ...
-3
votes
1answer
53 views

Submitting a form using AJAX

I've a JSP page which includes a checkbox, so when i try to submit the form using the conventional javascript way of document.forms[0].submit(); the form gets refreshed and the checkbox values are not ...
1
vote
0answers
38 views

open file using only one information

I want juste to know how to open a file from my jsp page using servlet I have juste this information of my file : byte[] file= c.execute(connector, doc); I want to know if I have juste this ...
0
votes
0answers
19 views

Map not showing up using Leaflet in JSP page.Tiles are available

We are trying to show offline maps in Web application. Succeeded in extracting the required portion and converting them into tiles. The tiles folder is located inside the WEB-INF and all the required ...
0
votes
4answers
55 views

sql, jsp, java - why this insert into syntax do the false condition?

I'm trying to make an input form and save them to mysql database using javabean and jsp. Since this is the first time I use jsp I don't have any idea why this program run the false condition for the ...
-1
votes
0answers
21 views

I hv to create table for items purchased for every diff user who is registered & sign in, so to retrieve afterward to Mycart Page?

String uname=(String) request.getAttribute("uname"); String pro_id= request.getParameter("pro_id"); String pro_name= request.getParameter("pro_name"); String pro_price= ...
1
vote
2answers
25 views

jquery datepicker month/year jumbled

I'm using the jquery datepicker, but when the calendar pop-up shows, the month and year text are a jumbled mess to the extreme right of the calendar title bar. I played with the css a bit but, to be ...
0
votes
1answer
41 views

Restrict from submitting form if email not avalible

function validateEmail(){ var TCode = document.getElementById('email').value; if(TCode.length==0) { email_info.innerHTML="This field is required"; return false; ...
0
votes
1answer
20 views

load a file (taglib.tag) in a div with jQuery

here is my problem : I want to load a file (test.tag) in a div with jquery on a button click. Here is the code : <%@ taglib prefix="test" tagdir="/WEB-INF/tags/desktop/test"%> <%@ taglib ...
2
votes
0answers
23 views

Spring MVC 3 & Tiles 2.2.2: A definition for every single page?

So I'm working on a project using Spring MVC 3 and we tried SiteMesh 2.4.2 as a templating mechanism but it ended up having conflicts with Spring so today I'm trying to replace SiteMesh with Tiles ...
0
votes
0answers
45 views

javax.servlet.jsp.JspException: Cannot retrieve definition for form bean, Caused by: java.lang.NullPointerException

I have been working on a JSP Project. It uses Struts 1 framework. The project is old, I have many pages, so I decided to add a new one. I copied an existing page with all of its configs, ...
-1
votes
1answer
13 views

org.apache.jasper.JasperException How can remove

SEVERE: Servlet.service() for servlet jsp threw exception org.apache.jasper.JasperException: Unable to convert string "${user.dob}" to class "java.util.Date" for attribute "value": Property Editor not ...
0
votes
0answers
21 views

How to acknowledge a page, which came on pressing back button,

Here I am trying to detect whether the user clicked on back button. In a.jsp I will get an alert You clicked it!. The page is redirecting to b.jsp. Is there anyway, that I can acknowledge b.jsp that ...
0
votes
1answer
14 views

Java richfaces calendar does not trigger action when it has incorrect data

Java richfaces calendar does not trigger action when it has incorrect data: I have this calendar: <rich:calendar id="olr_from" enableManualInput="true" ...
0
votes
1answer
36 views

How to get values of multiple check box in action or controller

I am having a iterator on a list of data which I'm getting from DB as this <s:iterator value="model.list"> <tr> <td> <s:checkbox name="selected" ...
-2
votes
1answer
26 views

How to export chart(graph) generated by jsp into a excel?

How to export chart(graph) generated by jsp into a excel? I have a jsp page which generates charts . Now I need those charts to be exported into an excel.please help
0
votes
1answer
27 views

Referencing a DIV Tag of one JSP from another JSP

I am developing an application in spring. I have two files home.jsp and logs.jsp. When I click on one link present in home.jsp it shows logs.jsp in div tag of home.jsp but I have one button in ...
0
votes
0answers
18 views

request.getHeader(“Referer”) is not working

I was using the following code to get the previous url in my jsp. String Str = new String(request.getHeader("Referer")); out.println("Str:"+Str); Str returns the correct url every time except ...
0
votes
0answers
21 views

404 error while accessing servlet (ajax GET request)

I keep getting 404 error while the ajax request is sent. The following url returns 404. localhost:8091/App/GetQuestion?qid=1 What is the error in the code? The html. web.xml and servlet code is ...
0
votes
1answer
13 views

Getting local server domain name in JSP

I am working on a web application in jsp in which I need to get the local domain name. For example if working on local server, I want to get local server name as "localhost" or while working on some ...
0
votes
0answers
9 views

when i have two windows, if i call method from one window to other window method,calling window must minimize

i want to integrate jsp page with Gwt-ext,i mean i need to call gwt-ext class method from jsp page,but gwt-ext window and jsp window both are different(jsp page opened in separate window),foro that i ...

1 2 3 4 5 359