JSP tags are a feature of Java Server Pages that allow the encapsulation of view-specific logic and separation of presentation and business concerns.
0
votes
0answers
7 views
How to get File object in Struts Action from Jsp
We need a help in File upload. I have a requirement in which i want to upload multiple photos. I am thinking to send HTML File tag aobject to struts action without using Form-Bean. In form-bean i have ...
-3
votes
0answers
8 views
Plaese wait Loading text or image after submitting form in struts1 [closed]
I would like to place a "please wait, loading" spinning circle animation on my site. I'm having trouble to find a plugin for it,Can you please tell me the answer anyone....
Thank you
0
votes
2answers
28 views
Dynamically adding value to drop down
Hi below is my code to dynamically populate the drop down. But when i am trying to do so nothing is getting populated in dropdown. Any help will be appreciated.
<% List<String> w = new ...
0
votes
0answers
22 views
Avoid mixing JSP with HTML
Comming from an asp.net background, I am tasked to develop a jsp website. I have enjoyed learning the overall jsp architecture, however, in a jsp page, mixing html tags with jsp syntax is quite ...
-4
votes
0answers
19 views
How to access file by giving absolute path in netbeans IDE [closed]
How to access files from outside the project directory be giving the relative path
if we give img scr=D://four.jpg
it is giving an error and printing the bytecode of image on the web page
so ...
0
votes
0answers
9 views
JSP Custom Tag Handler with separated presentation
I'm trying to create a bundled widget in something like a Composite View sense - a class that contains a little bit of Java code to access some services and collect some information, and then a ...
0
votes
1answer
65 views
JavaScript replace in jQuery html()
I am facing a little problem in JavaScript.
I have a template that I use to add some fields to my form:
<div id="personTemplate" style="display: none;">
<s:url id="personneList" ...
0
votes
0answers
32 views
Is there any tag library for json to print in jsp?
Currently i am working in one project. In this project we need to pass JSON object to JSP page. While trying to display in jsp page using JSTL its giving exception.
Is there any Tag library for ...
0
votes
0answers
35 views
Spring Security: <sec:authorize> tag does work for authenticated user
I'm using the spring security <sec:authorize ifAllGranted="ROLE_USER" > tag to evaluate if a user is logged in (authorized as ROLE_USER). I have the following intercept-url defined:
...
0
votes
0answers
75 views
Upload multiple files through one single browse button through struts
I have a requirement, wherein I need to upload multiple photos through one single browse button. I am using form-bean concept for achieving the same. The issue is how do I send multiple photos path ...
0
votes
1answer
38 views
JSP tags not being evaluated in SiteMesh 2.4.2 template (w/ Spring MVC)
I'm facing a little problem with my SiteMesh template using Spring MVC.
I've configured it all so it works fine and it decorates my views. But my issue is that I want to add the menu and possibly ...
0
votes
1answer
26 views
Difference between jsp expression tags <% and <%=
I more or less know the difference between <%! and <%, but I can't seem to find the difference between <%= and <%. I'm trying to avoid a null value error by introducing some logic into ...
0
votes
2answers
58 views
Dynamically put JSP tag on a JSP page
I’m doing with my first steps in Spring MVC and JSP and I’m trying to figure out what’s the best way to do the following:
I need to create a dynamic page that is made from some static HTML and some ...
1
vote
1answer
43 views
eclipse syntax highlighting to differentiate between normal and prefixed HTML/imported JSP tag libraries
Is there anyway to highlight syntax in a JSP in Eclipse by tag library? Let's say we have something like this:
<%@ taglib uri="/path/to/a" prefix="a"%>
<%@ taglib uri="/path/to/b" ...
0
votes
0answers
74 views
CastException: java.lang.String cannot be cast to java.util.Vector
Good day I’m new with JSP, here is the problem.
I'm just converting the code from SQL to PostgreSQL, but a problem occurs
after I change to DataSource ds = (DataSource)envCtx.lookup( ...
0
votes
1answer
21 views
How can I map the tagx calls in a jspx?
We have large project which uses immense amount of tagx of our creation, and we are about to re factor the UIs underlying code. This means that many tagx will be merged, thrown away and views (jspx-s) ...
1
vote
1answer
127 views
how to reduce time to load jsp page while using iframe tag in it?
i have a jsp page in which i am populating another jsp page usingiframe, now problem here is when page(main page) is loaded after that the div where i am using iframe is loaded and unfortunately that ...
0
votes
1answer
58 views
How to use Same Object Name in <jsp:useBean >
am getting duplicate variable error while compilation of JSP .Please help me.Here scope(session and request) of the Attribute is different then why I couldn't use this ?
It expects id must be ...
1
vote
0answers
50 views
How to load external JSP taglib in Grails properly
I'm trying to integrate Isomorphic SmartClient with Grails. SmartClient server has some custom JSP taglibs described with xml file (it's TLD file based on schema web-jsptaglibrary_1_1.dtd).
I have ...
0
votes
2answers
54 views
Create and pass Map to a request scoped attribute
In my JSP model I have a bean of class MyBean in the scope.
class MyBean {
...
public String getName() { ... }
public String format(Map<String,String> model) {
/* format a template ...
0
votes
3answers
51 views
Need to show out.println command data in table format
Please help me out where i am unable to show the below "out.println" data in table format.
if(rs.next())
{
out.println(rs.getString("Case_Title"));
...
-1
votes
1answer
48 views
JSP, <c:forEach> closes itself to early
I have jsp page given that is being forwarded a ArrayList were Arrangor is bean like class I made with a constructor and getMethods. But when I try to output them In the jsp page. But firebug finds ...
0
votes
1answer
69 views
JSP tag file doesn't recognize #{} syntax
In my JSP page I'm using the following line to retrieve a label:
<f:loadBundle basename="com.me.resources.test" var="mytest" />
<h:outputLabel value= "#{mytest.mylabel}"/>
and it's ...
1
vote
2answers
62 views
Writing JSP Tags with 0+ key/value parameters
I'm currently working on a project that I'm required to use JSP for, and I'm trying to write a custom tag to generate A links (Because there are some parameters that are always provided on all of the ...
1
vote
1answer
63 views
taglib configuration in web.xml
<taglib>
<taglib-uri> http://www.java2s.com/custom </taglib-uri>
<taglib-location> /WEB-INF/tags/NewFile.tld </taglib-location>
</taglib>
it is ...
0
votes
1answer
61 views
Unable to execute the search page in jsp
Trying to execute the serachpage.jsp which can search out data from database on seacrh id basis here is the below code basically i m getting error after select statement
<%
try {
...
0
votes
2answers
25 views
0
votes
0answers
76 views
How to store the body of a JSTL custom tag into a variable?
I would like to create a custom JSP tag that can be used like this:
<mytags:myTag>
<p>My content!</p>
</mytags:myTag>
In the tag, I would like to process the content of ...
0
votes
1answer
48 views
Increment letter in JSTL/EL
So I am doing something like this for numbers:
<c:set var="n" value="${n+1}"/>
Is there an equivalent for incrementing a letter? If 'a', then set as 'b', if 'd' then set as 'e' ? Something ...
0
votes
0answers
123 views
how to set values in set of objects using form:form in jsp
class ServiceProvider {
private String name;
private Set<Address> addresses;
public Set<Address> getAddresses() {
return addresses;
}
public void ...
0
votes
0answers
123 views
How to link a div in jsp page to a mysql table
I am building a java web application and having a problem. My application is like this.
Users will login to application and in homepage they will be able to see queries from different users. A logged ...
0
votes
1answer
102 views
Expression Language access a map value by key
I am iterating a list [listEvents] in JSP using C:for each tag. Inside the for loop I need to display a value in hashmap[String,String>. The key for the hashmap will be the element in the list. Please ...
0
votes
0answers
42 views
Save an entire object in jsp/jsf and retrieve it later in code for a request scoped managed bean
I have a managed bean(itemDisplayBackingBean) whose scope is defined as request. It also contains a POJO which gets created/loaded during constructor call.
I need a way to save this POJO in jsf page ...
1
vote
0answers
105 views
Loop through a list in jsp and trigger a method corresponding to data displayed on ui
i am trying to understand the behavior of JSP and Managed bean interaction. (using JSF 1.2 to test this)
I have a cart page which displays a list of items that were added to the cart and a remove ...
1
vote
1answer
69 views
How to pass radio button having <%some code %> as its name to java action class?
Here is my radio button in a form in my JSP:
<label>Present</label><input type = "radio" name = 'updateattendance +
<%=String.valueOf(search.getEmpId())%>' value = "present" ...
0
votes
1answer
60 views
Database gets updated with first entry only in liferay
I amusing liferay.
I display some data in a jsp which comes from different tables from database.
I have a radio button field which the user needs to click and then the update should happen when the ...
1
vote
1answer
396 views
Struts2 increment a previous set <s:set /> value
I'm working on JSPs with Struts2, I have to iterate on two lists, and change the background code of each <tr/> printed.
My JSP snippet:
<s:set var="counter" value="0" scope="page" />
...
0
votes
0answers
195 views
JSTL string comparison not working
I am facing weird issue today
I am using spring mvc and tying to compare two string from session :
Below is my code
<C:if test="${ userSession.userRole == admin} ">
<li ...
0
votes
1answer
108 views
SimpleDateFormat Parsing error with jQueryUI datepicker
I'm trying to parse date value using SimpleDateFormat from jQueryUi datepicker, but everytime I try to save it to the database it gets saved in a weird format, for instance I enter 02/10/1995 it gets ...
0
votes
2answers
443 views
why did my text box value not getting in action Class using struts? i am getting password field's value but not of text field
this is my action class, i hv properly defined struts.xml,
My problem is that,
i am getting textBox Username value NULL, but other inputs are returning the value.
I Am Adding User.java class, ...
0
votes
1answer
53 views
Custom tag attribute for iterator value
I want a custom JSP tag that has an attribute which is a normal bean expression and names a list. The tag shall then render the list in a specific form.
I tried to write a custom tag with an ...
2
votes
0answers
295 views
org.apache.jasper.JasperException: Unable to compile class for JSP , The server encountered an internal error ()
I've created a custom tag but when I use the the following Exception occured:-
An error occurred at line: 14 in the jsp file: /index.jsp
LoopTextTag cannot be resolved to a type
<body>
...
1
vote
1answer
379 views
Need help in displaying error message in a jsp page
I am new to struts 2. I just tried to validate a form using validation.xml file and it works fine.
But Error messages are displayed on the top of the text field . Need to display those error messages ...
0
votes
0answers
97 views
JSPX page breaks when script tag has src attribute
For some odd reason whenever I add a src element to the script tag at the end of this JSPX block, the first half of the page refuses to load. Cutting the HTML prior to the line out, and completely ...
0
votes
1answer
269 views
Spring validation framework multiple model attributes error message not displayed on jsp
I am trying to validate 2 model attributes on one action using spring validation framework. The purpose is to validate the lookUpbean (search criterion) on click of Search button and then to validate ...
0
votes
0answers
48 views
How to change UI based on the value of json list
The List has so many values, among them some should be shown as different li.
<c:forEach var="dEClass" items="${dEClassList}">
<li class="ui-widget-content" id="dE" name="dE">
...
0
votes
1answer
25 views
How to put javacript into script script pages when it contains tag library
I am facing a limitation and because of this i have to put all jquery scripts in my jsp pages.
I have lots of code like this
$.get("<c:url value="/deletepage" />", {id: id} )
I wanted all ...
1
vote
1answer
37 views
Is PageContext shared between Sessions or Requests in JAVA?
In my custom tag library I'm using the pageContext: is it shared between requests of different HttpSession? Is it shared between requests of the same HttpSession? Is it created for every Requests that ...
-1
votes
1answer
143 views
with root cause javax.el.ELException:
I have the following code in my jsp page
<a href="javascript:void(0)" style="<c:if test="${fn:length(page.likes)}">display:none</c:if>" class="like">Like</a>
I am ...
0
votes
2answers
260 views
struts 1.2 jsp page isnt displayed on the browser instead the code is diaplayed on the title bar
I am trying to deploy a code in struts 1.2 for an meta search engine . The code mapping is all fine , but the index page isnt rendered on the browser instead the code is displayed on the title bar ... ...



