Apache Struts 2 is an elegant, extensible framework for creating enterprise-ready Java web applications.

learn more… | top users | synonyms (1)

0
votes
1answer
88 views

Struts2: Problems getting data from HTML/JSP

I have my action, which has a variable HashMap<String, MyObject> My Object: public class MyObject { private Boolean confermata; private String idObj; private String versione; ...
0
votes
2answers
75 views

Reference a variable in the s:url action attribute

So I have a variable set in the page scope like: <s:set name="targetAction" var="targetAction" value="%{'someActionName'}" /> I want to use this "targetAction" variable in the action ...
-2
votes
0answers
96 views

User login module using java,struts2 and hibernate [closed]

I am new to Struts and Hibernate frameworks. I want to develop a simple user login and registration module. Suppose I have login.jsp to get username and password. Then I want to call an execute() ...
-2
votes
1answer
175 views

How open the JSP page of a struts2 action in a popup window

I need to open the JSP called validar.jsp page in a popup window. The struts.xml code is: <action name="validar" class="validar.action.Validar" method="execute"> <result ...
-3
votes
0answers
25 views

Any one has done migration of web server from Jetty to Tomcat ? comes any issues? [closed]

I want to Migrate Web server from Jetty 6.1.3 to Apache Tomcat. So I need to know is there any issues? If any one has done migration then please give your inputs or suggestion.
0
votes
1answer
55 views

Struts2 cross context JSP access using c:import throws ClassCastException

I have a couple of web apps deployed on the same server. There's a jsp in app1 that I want to access from app2. I enabled cross context access in the tomcat and tried this jstl tag: <c:import ...
1
vote
1answer
33 views

Autogrow on jEditable submits everything instead of doing a AJAX call

I'm currently working with jEditable plugin to compose an updatable text. My serverside is developed with Struts2 and the server urls that I invoke are struts actions that return JSON results. I use ...
0
votes
0answers
40 views

How to solve memory leakage in java using Netbeans Profiler?

I am following these LINK1 and LINK2 to find the memory leaks of my Java application. The details of application is as following Java Struts2 Spring-Security Maven My application often runs into ...
0
votes
0answers
31 views

Struts2-Tiles2-Xform-— ${body},${footer},${header} values are empty

I have struts2.xml definition like this: <action name="/template"> <param name="body">/common/test.jsp</param> <param name="header">/page/header.do</param> ...
-1
votes
2answers
63 views

Should I use taglib or HTML? What's the purpose of Struts taglib?

I'm dabbling into JSP after having experienced most of life as a PHP developer. I'm quite comfortable with Java as it is, so I've started to get to know Struts as my MVC framework of choice. I'm ...
0
votes
0answers
74 views

How do I change the output format of datetimepicker of Struts 2?

I implemented the datetimepicker using the <sx:datetimepicker> tag and was able to change the display format. But now, I'm not able to change the format of the date that it outputs to the ...
2
votes
1answer
52 views

How to pass a value of a column as a parameter from another column in displaytag using struts2

In the below code, I am trying to pass 2 parameters from <display:column> tag. I have to pass code and level properties to an action(as shown below). I am not able to pass value of another ...
0
votes
1answer
41 views

stream video from struts2 action multiple contentType?

I am trying to play video file, for my action contentType is set to application/octet-stream now if i change it to audio/mpeg, then user cant download other types of files. I would like to ...
0
votes
1answer
107 views

struts combobox is not populating the selected value on validation

I have done validation for combobox. If I wont select any value and submit the form field error is coming but if I select some value and submit the form the selected value is not populating. Note: ...
0
votes
2answers
54 views

Exception without using velocity in struts2 while parsing struts.xml

Here is my struts.xml file <?xml version="1.0" encoding="UTF-8" ?> <!DOCTYPE struts PUBLIC "-//Apache Software Foundation//DTD Struts Configuration 2.1//EN" ...
2
votes
1answer
63 views

Show Error Page for No Action found using Struts2

I want to handle error condition for no action or result present in url or add permenant redirect to some urls. When user enter some url which does not exist or is migrated then he gets an error ...
0
votes
2answers
78 views

Algorithm for Keyword based Recommendation

I am currently creating a web application that allows users to upload photos, then add tags to them(around 5 tags) what I ideally want is to generate a recommendation based on the tags used by the ...
2
votes
2answers
44 views

OGNL Syntax Issue

I have a Struts 2 jsp page with the following snippet: <s:property value="%{myVariable}" /> which correctly prints out the value of myVariable. Now, I want to pass myVariable to a method in ...
-1
votes
0answers
61 views

How to paging Jsp?

I need to use paging in my .jsp file but I can't find anything about my problem. I use struts2 and Oracle. This is my jsp code <%@ page contentType="text/html; charset=UTF-8"%> <%@ taglib ...
0
votes
1answer
98 views

delete and edit in jquery grid struts2

i passed two days trying to add delete and edit links to a jqgrid using json and struts2 but in vain. <script type="text/javascript"> function deleteLinkFormatter(cellval, options, rowObject, ...
3
votes
3answers
101 views

OGNL Array and List Indexing

I'm sending this parameter to my struts action cdata[1]=bar In my action I'm interested in the index and the value. I defined a getter/setter pair for cdata as the OGNL documentation suggests: ...
-1
votes
1answer
74 views

Struts2 property values set but are displayed empty

Ok, I was just trying out this simple example: http://www.mkyong.com/struts2/struts-2-property-tag-example/. It's nothing but just setting a property in the pre-action and displaying that in the jsp. ...
-3
votes
0answers
111 views

error while executing the simple jasper report example in struts2 [closed]

my action class is executed properly. and the jasper file is generated from jrxml file but the problem is when "success" is returned from action to struts.xml, it is giving exceptions my struts.xml ...
1
vote
1answer
80 views

Spring-security does not work properly

The application is supposed to only give access to ROLE_ADMIN users to /secret addresses but it does not give access to anyone (either authorized or non authorized ones), another problem is that even ...
1
vote
0answers
67 views

Which is the best way to java code generation using ftl?

I´m writing to ask some advice about code generation I have a Struts2 datagrid which use the dependency injection pattern. To edit the grid I have to insert the field in the view and add it to the ...
0
votes
1answer
79 views

setting up struts2 project in netbeans Maven

the following is what i do. 1. download and use all the jar 2.building web.xml in the WEB-INF <!--?xml version="1.0" encoding="UTF-8"?--> <web-app id="WebApp_ID" version="3.0" ...
0
votes
1answer
259 views

How to pass parameter from an action class to a JSP with Struts2?

I'll try to explain my question with an example. I'm making a login page. I pass a username and password from the index-page to an action class for verification. If everything's okay, then using the ...
1
vote
2answers
65 views

validate struts2 form other than validation framework

In my Struts2 JSP form, there are text fields and a select tag. For example, <s:form> <s:textfield name="name" label="Name"/> <s:textfield name="dob" label="Date of Birth"/> ...
0
votes
1answer
57 views

IllegalStateException in File Download Dialog

I'm trying to code a simple Struts2 class to download a video file. It works OK except when I choose to cancel the download in the download dialog, because a java.lang.IllegalStateException is thrown ...
0
votes
3answers
40 views

hibernate returned list casting issue

Two entity classes: @Entity public class FilesInfo { @Id @GeneratedValue private Integer id; private String name; private String url; @OneToMany(cascade= CascadeType.ALL) ...
1
vote
2answers
127 views

Is there a way to redirect to another action class without using on struts.xml

I have many classes created in my Struts application. I did not check whether logged in condition in any of the classes. Instead I have extended a base action class. Now I want to create a ...
1
vote
1answer
61 views

How to put variable in OGNL tag

<input type="radio" name="${questions.qid}" value="${questions.ans1}" <s:if test="%{(#session.map.get(1)).equals(\'ans1\')}">checked</s:if>><s:property ...
-1
votes
1answer
126 views

Not Printing in Log File Using Log4j.xml.. I'm Getting Value in Console, But Not in File, Even file is getting Created

File: ** Log4j.xml ** <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE log4j:configuration SYSTEM "http://logging.apache.org/log4j/1.2/apidocs/org/ ...
2
votes
2answers
57 views

Is it possible to put an if condition inside of a listValue of a <s:select> tag?

I have the following s:select tag on my jsp page: <s:select name="collaborator" listValue="%{title.designation+' '+name}" value="cololaborator" id="collaborator" listKey="id" list="listaPsmPse" ...
2
votes
1answer
61 views

Advice is not called from struts 2 action?

Below i have define aspect in aop.xml <aspects> <aspect name="com.customer.MyCustomAspect" /> </aspects> My Custom Aspect is define below @Aspect public class ...
-2
votes
0answers
41 views

defaultstack not working with struts 2 configuration file including another

Hi in my application I have tried to include one configuration file from another. they are struts.xml and strutsfee.xml. in the second configuration file all the configurations are same like the first ...
0
votes
0answers
77 views

Struts2 with Jasperreport plugin errors

struts.xml <!DOCTYPE struts PUBLIC "-//Apache Software Foundation//DTD Struts Configuration 2.0//EN" "http://struts.apache.org/dtds/struts-2.0.dtd"> <struts> <package ...
-1
votes
1answer
62 views

Does selenium webdriver support Struts 2

I want to use Selenium WebDriver API using Struts2 Framework. So will it be supported or not. If not then what should I do. It means, suppose I have an textfield on my jsp, linked with action class ...
1
vote
1answer
98 views

Combination of Tile2 + Spring3 + Struts2

I have implemented Spring security on Struts2 which perfectly works. Once I have added tiles to my project it runs into following error, I have provided some parts of my code, please let me know if ...
0
votes
0answers
66 views

struts2 404 page comes out, xwork2 error

Hi i'n writing my first application using struts2 framework but i am having trobule upon running it. I'm using Eclipse JUNO and i have the following jars in my /WEB-INF/ lib: commons-io-2.4.jar ...
-2
votes
1answer
100 views

What is the replacement for FilterDispatcher?

How to avoid the following error? I am implementing Spring-Security on Struts2, the application runs perfectly but the following message will be shown on server log. ...
0
votes
1answer
36 views

Issue with Model driven in struts for a PUT request?

I'm making a PUT request with Content-Type as application/x-www-form-urlencoded. I'm not able to map the form body elements to my modeldriven action class (User). Here is a sample request: PUT: ...
0
votes
1answer
135 views

How to suppress Jquery Validation submitHandler when cancel button is clicked?

Here I have a problem with Jquery Validation plugin and Struts2. I have 3 buttons like below in my form. <td><s:submit type="button" value="Save" theme="simple" cssClass="valid" ...
-1
votes
1answer
110 views

Eclipse-HTTP Status 404

I know that someone already asked this, but I haven't got the answer I wanted. So i'm trying to run a jsp page using Tomcat, but I keep getting the following error message: HTTP Status 404 - ...
0
votes
1answer
45 views

HTTP Status 503 on Sun Java System Application Server 9.1_02 (build b04-fcs)

We are replicating our Production application to our DR machine. Our application is a web app using Hibernate Spring and Struts2 framework running on a Sun Java System Application Server 9.1_02 ...
-1
votes
0answers
23 views

Spring3 and struts2 application -internationalization

I am building a web application using spring for security and injection, struts for actions and tiles for views. I would like to implement i18n, but since I would to make it accessible in the whole ...
-2
votes
0answers
54 views

Using jasper reports. stucked at compilation of jrxml

Actually the parameters that I have passed to compilereporttofile() method is not accessible in action. I have got the below errors: net.sf.jasperreports.engine.JRException: ...
0
votes
2answers
135 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" ...
-2
votes
1answer
41 views

There is no Action mapped for action name index, How to catch the exception, because I want to define my handling

com.opensymphony.xwork2.DefaultActionProxy.prepare(DefaultActionProxy.java:189) org.apache.struts2.impl.StrutsActionProxy.prepare(StrutsActionProxy.java:61) ...
1
vote
0answers
60 views

Struts2: Is there a way that checkbox directly links to action class when checkbox is checked?

For eg: <s:checkbox name="checkMe" fieldValue="true" label="Check Me for testing" action="someactionclass"/> when checkbox is selected, the control is not redirecting to the particular ...

1 2 3 4 5 110