Tagged Questions
-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
2answers
35 views
How to force spring-security to redirect unauthorized users to a specific page?
My application perfectly submits a form to server and shows the response message received from server such as "form is submitted" or "sorry, something went wrong!"
However, I need to allow all users ...
-1
votes
1answer
36 views
How to show server responses using javascript? [duplicate]
I need to submit a form and show related message (submitted / someting went wrong) using ajax. I have a page with a form to submit to server, I am using javascript/ajax to send requests to server. how ...
0
votes
2answers
44 views
How to transfer contents of one table to another in struts 2?
I have two tables displaying two lists. This is my jsp
<%@page contentType="text/html;charset=UTF-8"language="java"pageEncoding="UTF-8"%>
<%@taglib prefix="s"uri="/struts-tags"%>
...
0
votes
1answer
85 views
getting values in pop up window
I have a struts time picker in my parent page like
<sx:datetimepicker id="value1" name="value1" label="Format (dd-MMM-yyyy)"
displayFormat="dd-MMM-yyyy" value="" />
<sx:datetimepicker ...
3
votes
1answer
67 views
prevent form submit by pressing enter key on struts-dojo autocomplete
I am trying to alter enter event for struts2-dojo autocomplete, where inseted of submitting the form it should do some of my jquery work.
I tried...
<s:form action="EmpAction">
...
-2
votes
0answers
55 views
javascript/jquery open new window and show a loading dialog [closed]
I have a link that loads some info from a java struts action and i'd like to open a new window when clicking that link and show a (jquery) dialog with "loading..." text while the contents are loading.
...
1
vote
1answer
38 views
How to connect autocomplete to back-end
My code is supposed to show suggestions for the values entered by user, it does so, but I need to retrieve the suggestions from back-end.
I've found the following as well but I am wondering if there ...
1
vote
1answer
61 views
How to append new values to input
I have a search box and associated suggestion box to show the suggestions.
Once user type something in the search box, the suggestions will appear. User is able to select one of the suggestions to be ...
0
votes
1answer
42 views
setting the location of the user in <s:select>
Hi i have a strut select tag and i have a list of countries in my drop down list and i want when ever a user access the page, the country in which user is gets autoselected
here is my JSP
...
-2
votes
0answers
48 views
fancybox open on success using jquery ajax [closed]
First time Fancybox opens correctly, but second time on success, error shown i.e
Uncaught TypeError: Cannot read property 'style' of undefined.
but when i refresh the page , fancybox opens ...
0
votes
2answers
153 views
How to check whether the checkboxlist is checked atleast one in Struts2?
I'm working in struts2 framework. I have a checkboxlist in my code.
<div id="MyCheckbox">
<td>
<s:checkboxlist theme="simple" name="claimListView.claimStatus" ...
0
votes
1answer
100 views
popup image and view large from existing img
I have loaded files from server of different types in a jsp, now I want image files when clicked to popup, I know I can again request the server for data and popitup, what I want to know is is there ...
0
votes
1answer
41 views
How to use s:if to compare the value of s:hidden
I have s: hidden tag like this...
<s:hidden name="hiddenpopup" value="0" id="hiddenpopup"/>
I am setting the value of the hiddenpopup in javascript like this :
...
-1
votes
0answers
84 views
Struts2 form javascript force OGNL evaluation in the onclick event
I have an iterator over a list of object, and for each object, I made a form action.
My question is how to submit this form with a link and not a button.
this is what I made, but it is not working :
...
2
votes
6answers
261 views
How to include a jsp inside another jsp using javascript
I have a button logout. Once logout is clicked I need to show another page. How can I do this using JavaScript? Can anyone please help me?
My Code:
<s:form name="LogoutAction"
...
0
votes
0answers
40 views
How to maintain the data in a list even when the page loads
I have two select boxes and I have ADD button under first select box and REMOVE button under second select box. There are around 5 items in first box.When I select any one item and
click ADD, then it ...
1
vote
1answer
66 views
How to draw polyline in struts2 using google map3
I want this functionality to my project.
I am trying to provide the functionality, Onbutton click, I fetch the coordinates data from MySQL into an array and then put this array to the value of the ...
0
votes
0answers
112 views
How to make button appear and disappear based on option selected in dropdown in Struts 2?
In my jsp I have a dropdown in which when I select User Defined option I want Next button to appear instead of the Finish. The Cancel button always remains irrespective of the option selected. How can ...
-1
votes
0answers
131 views
How to get the values entered in the table in action class using iteratior in jsp in struts 2?
I have a table with an add row and delete row functionality. In each row I need to fill in some values before submitting it.
I want this table to be inside an iterator so that I can retrieve the ...
-2
votes
2answers
195 views
Action method not being called while calling from window.open() in javascript
I am trying to open a new window and call an action in the process in struts 2.
The problem is the jsp opens but the action is not being called till i press refresh or go from the new jsp.
I want ...
-2
votes
3answers
280 views
how to pass an iterator index value to javascript in struts 2?
I have a dynamic table in struts 2. In which i want to pass the iterator index value to a javascript function. How can i do that ? I've given the code below.
This is my table :
<table ...
0
votes
0answers
33 views
Print pages on some conditions
i am editing this again just to tell people that i desperately want an answer for this question as it is very messy to do with programming..
I would like to print my JSP pages with conditions.
...
-3
votes
1answer
70 views
how i can refresh another tab in from a tab jQuery or javascript [closed]
In a page i am displaying the score of a candidate.
The user opened in one tab then his score is 100 .Then he opened
another tab and did some operations then his score is 150.Then i
want ...
2
votes
2answers
86 views
JavaScript: readOnly Attribute not being set
I am try to create an edit link such that when it is clicked it opens the details for that row in read-only mode.
here is the link:
<c:set var="deletableBook" value="0"/>
<a href="" ...
-1
votes
1answer
98 views
can i show javascript alert dialog inside struts.xml ? [closed]
I want to use struts success result and display a alert dialog box of javascript then redirect to different page so i was wondering if it is possible to do javascript code in struts.xml file for now i ...
0
votes
2answers
109 views
Write data into JS file and download it in ZIP file format
In my JSP, I have a button named "Download Zip file". When I click the button, I want to fetch data from the database and write it into a JS file and keep it inside a folder and download folder in ZIP ...
0
votes
1answer
79 views
Are javascript variables lost? [duplicate]
I'm new in javascript and I want to create a datepicker that highlight certain dates using a json response with a list of dates.
This is what I am trying:
var dates = [];
dates = getDays();
...
1
vote
1answer
77 views
How to load child page before loading parent page?
I have a parent page and some tabs in that page...Each tab will display a page,that is, I have some 6 pages in one jsp page....My problem is when I am loading the main page,part of the main page is ...
2
votes
1answer
163 views
get the value from map using struts tags by passing another property as key
<s:property value="currentStep" />
<s:set var="nextURL" value="%{campaignStepsMap.get(currentStep).nextUrl}" scope="page" />
<s:property value="nextURL" />
Here currentStep is a ...
1
vote
0answers
65 views
Mapping FTL items to html items
I have a Java EE application where I use a ftl template to generate a data grid. below is the grid template.
<tr id="_gridRow_3345${item.id}"" onclick="gridRowClick(${item.id?c},this); return ...
-2
votes
4answers
460 views
i want to abort form submition(action calling) in jsp if javascript validation function returns false
when i click on add user button it directly call struts action and save data in database i want to abort action calling if javascript method returns false. please help to resolve or give any ...
1
vote
2answers
407 views
calling javascript function using struts 2 hyperlink tag?
i have below code snippet in my jsp but it does not call addCustomer function.
<s:a href="javascript:addCustomer()">Add Customer</s:a>
Am i missing something in using s:a tag?
The ...
0
votes
1answer
263 views
MObile No validation Error and datetime validation technique
I am working on Struts 2 application where am trying to provide validation for mobile number of 10 digit number .
I am allowing only 10 digit number but even if i am entering 10 digit number it still ...
0
votes
2answers
234 views
Show date and time in time picker component in JSP
Hi I'm working on Struts 2 web project. I am using a jQuery time picker in a web page. But now my client requires to pick the Date and Time to be selected from System clock and calender (Independent ...
-1
votes
1answer
886 views
how to call struts2 action from javascript?
I am calling Struts2.3 dojo autocompleter onChange and updating a text field according to autocompleter value using jquery ajax. if autocompleter enter value is not in database then i want to call an ...
2
votes
2answers
170 views
Struts2: How do i get ServletRequest instance in ActionSupport
How do I get the ServletRequest instance in my action?
I implemented ServletRequestAware but I am not able to get request object in the action.
struts.xml
<package name="default" ...
0
votes
0answers
382 views
How to set the value of javascript function to struts jquery select option?
i am calling javascript function by click on submit button, in javascript function i am performing to transfer one selected option to another select option box. now we need to add selected option ...
0
votes
0answers
150 views
proper way to call a struts2 action along with setting variable values
I have a struts.xml like
<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE struts PUBLIC "-//Apache Software Foundation//DTD Struts Configuration 2.0//EN" ...
0
votes
1answer
134 views
passing array as paramter in URL using jquery/javascript?
I am making the url(for viewing specific customer) in my CustomerList.jsp as below where customer_message is an request attribute which is an array.
when I inspect customer_message in CustomerList i ...
0
votes
0answers
52 views
What is my best option to re-populate the dropdown menus, each depending on others and data coming from server?
$(function() {
console.log("document read");
var comingBack = "${comingBack}";
if(comingBack == "true"){
var idAndFieldValue = "" + ...
1
vote
1answer
275 views
Checkbox value in Action class Struts2
I want to access checkbox value in the action class which I am setting in javascript
<s:checkbox key="mstDesignations.isActive" id="isActive"></s:checkbox>
<button type="button" ...
2
votes
2answers
222 views
Tinymce not displaying html correctly?
i have below content coming from server which i am showing under textarea attached with tinymce
<p>Test1</p>
<p>Test2</p>
i see in browser ...
1
vote
3answers
265 views
How to send data selected in a table into action in Struts2 without using checkbox or radiobutton?
I have a table displayed using struts:iterator tag. The table value are contained in ArrayList. I have one edit button on each of the rows of the list. When the user clicks an edit button the contents ...
0
votes
4answers
257 views
Sorting table columns and displaying
I am creating a dynamic table manager using JSP struts 2 and backend is plain oracle DB.
All this is done.
If I set a page limit of say 10 then on change of page only the next 10 set of rows is ...
0
votes
3answers
829 views
Struts 2 s:select tag dynamic id
*I have multiple fields of various types in a JSP page and one button.
Now these fields are generated based on the info got from a metadata table that I have created.
Since I don't know how many and ...
2
votes
0answers
74 views
Reading from dragged and dropped excel table
I'm working on struts 2 with hibernate 3.
I've a functionality of Importing from excel doc in it.
I found how to import from excel file once the file is uploaded by using the following code.
try {
...
-2
votes
1answer
295 views
struts 2 file upload response object
Hi All i am working on struts 2 file upload part and stucked as i am not able to get the response return text from the server.
My requirement is as below----
I browse the .xls file and when ...
0
votes
0answers
66 views
I need to display data in table with inline editing. I am unable to bind the changed value with corresponding changed element in OGNL stack
<html>
<head>
<title>dynamic select list</title>
<script language='javascript'>
function changeContent(tablecell)
{
tablecell.innerHTML = ...
1
vote
2answers
120 views
Audio streaming from java not working but video works fine
I'm new to Struts 2 . Now developing a gallery page in a web project. In that i have to show images/audio/video files in a pop up without page loading. I succeeded that in Images & Video files ...





