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

learn more… | top users | synonyms (1)

12
votes
5answers
2k views

Hidden features of Struts 2 framework

What are the lesser-known but useful features of the Struts 2 framework? Try to limit answers to Struts 2 framework as it is way too different from the previous versions. One feature per answer.
10
votes
3answers
4k views

Maven 3 Artifact problem

I made a new struts project in eclipse using the struts2-archtype-starter. A few errors where in my project already before doing anything. Solved most of them but there is 1 the still give me some ...
10
votes
5answers
972 views

Why should I learn and use struts?

I'm a java developer, not seasoned, but I am familiar with most concepts reasonably well. I recently built a website using Tomcat/JSP (~30 dynamic pages). I made the newbie mistake of including large ...
10
votes
4answers
767 views

OSGi - How mature is this technology?

I have a requirement where I need to share some web resources (jsp, html, js, images, css etc.) across different Spring based Struts 2 applications. And seems like OSGi can be used to achieve this? ...
9
votes
5answers
2k views

Slow to start after upgraded to Spring 3

I use Struts2 and my application has thousands of action classes managed by Spring. I used Spring 2.5.6 before and my application starts quickly. But when I changed Spring to 3.0. I got a extremely ...
9
votes
3answers
23k views

Struts2 - How to do dynamic URL redirects?

I'm trying to have my struts2 app redirect to a generated url. In this case, I want the url to use the current date, or a date I looked up in a database. So /section/document becomes ...
8
votes
2answers
855 views

jQuery title bar height affected by floating div

I'm having a very weird jQuery problem. I have a left nav div with this css: #nav { float: left; width: 25%; padding: 10px; margin-top: 1px; } I have a body div with this css: #body { ...
7
votes
5answers
237 views

How to understand Open Source projects/libraries?

There are few open source projects/APIs/libraries that we use in our project (Spring, Struts, iBatis etc.) and I want to understand their design and how they work internally. What is the best way to ...
7
votes
2answers
822 views

Struts2 with Tiles 2.1 or 2.2

there doesn't seem to be a simple way to use Tiles 2.1 or 2.2 with Struts2 with the existing struts2-tiles plugin. I need to use the tiles wildcards functionality in my project where the tiles.xml ...
6
votes
4answers
499 views

How to select the right version of spring, struts and hibernate, what's the difference?

I want to select the lastest frameworks to integrate spring, struts and hibernate, but seems that there are so many versions out there, and their api are different too, so I was confused that how can ...
6
votes
5answers
887 views

Java: How to write “Arabic” in properties file?

I want to write "Arabic" in the message resource bundle (properties) file but when I try to save it I get this error: "Save couldn't be completed Some characters cannot be mapped using "ISO-85591-1" ...
6
votes
4answers
11k views

struts2 - understanding the value stack

I have a question regarding the struts2 value stack. Let's say I have an Action class called RegisterAction that has an execute method as follows: public String execute() { ValueStack stack = ...
6
votes
3answers
5k views

Struts 2 & Dojo files are too heavy and affect site's performance.. Any remedies?

Well.. we've developed a j2ee application using struts2 ajax capabilities. We find that the dojo implementation is quite slow. We did the following things: 1. Custom build of the dojo library. ...
5
votes
2answers
244 views

POST request to Struts2 with REST plugin not recieving response

I have a struts2 application which uses the struts2-rest-plugin v.2.2.3. Everything is working great when it comes to the routing of the requests to the actions and its methods and I'm also using ...
5
votes
0answers
134 views

Do Struts2 Results annotations override or add to superclass defined values?

The following example: I have a superclass and subclass for a struts action. The superclass defines @Results, and the subclass needs to define additional specific @Result entries. For example: ...
5
votes
1answer
529 views

I18n in Struts-menu with Struts 2

I've developed a menu using struts-menu 2.4.3 with Struts 2. It's working ok but I need to take the titles of the menus from a properties file (router-messages.properties). The whole application is ...
5
votes
4answers
299 views

Enforce coding standards in all files of a project at build

I know there are some similar questions around in Stackoverflow, but they were either .Net related or didn't have any answer that helped us. The case is as follows: with some friends we are starting ...
5
votes
1answer
3k views

JSTL fmt:message and resource bundle

I want to set the "dir" property of my table from resource bundle based on the locale. Here is snippet: <fmt:setBundle basename="class.path.to.resource.bundle"/> <table ...
5
votes
3answers
1k views

Using and controlling Spring transactions within Struts 2 actions

Hey guys, I have been working for a while on a project with the following components: Struts2.1.8.1, Spring 3.0.3 JPA 2.0, Hibernate 3 I am using Spring's EntityManager magic... But I'm having ...
5
votes
3answers
419 views

Learning Curves for Java Frameworks

We're considering experimenting with a new Java framework for building some internal web apps. We have a mixture of Perl/Ruby/Java programmers and are trying to standardize as much as possible. I'm ...
5
votes
7answers
4k views

Struts 2 or JSF?

I am just starting with web application. Which framework should I try : struts 2 jsf? Both seem pretty good.
5
votes
4answers
431 views

Who is using Struts 2

Earlier i worked on Struts 1. Struts 2 seems own good design, comparatively fast, fun, and professional. But I could not search who is using Struts 2. Do anyone know which web applications are using ...
5
votes
4answers
7k views

Format number in Struts 2 <s:property/> tag

I would like to format number displayed by <s:property value="summary.total"/> tag in Struts 2. There is a double value. How can I do that? Should I use OGNL? Or maybe I must use ...
5
votes
8answers
7k views

Which is the best ajax framework for java web development? [closed]

I am using struts2 for my java web application . Now I want to use ajax for my client side user interface can anyone suggest me which is the best one to learn and implement ajax framework . I have ...
5
votes
2answers
8k views

difference between Struts 1.x and Struts 2.x

i want to know difference between Struts 1.x and Struts 2.x
4
votes
3answers
158 views

Best Practice? Where do I put configuration parameters for my own application in Struts2?

In Java servlet, there is <context-param>. In desktop applications, we usually define our own configuration file. Where should I put configuration parameters for my Struts2 application? For ...
4
votes
2answers
1k views

struts2: update second select based on first select value using javascript and jquery

I am working on a struts2 project where I have 3 html select controls each one being dependent on the previous selection. Say the first select is for country, second for state, third for city. The ...
4
votes
2answers
637 views

Struts2, JPA (hibernate backed), Spring… Both Struts2 and Spring logging is working via log4j but not hibernate

Edit 3: It's working! Long story short: In the glassfish lib folder there was: slf4j-api-1.5.8.jar and jlf4j-jdk14-1.5.8.jar! Anyways I moved them into a "old" folder created under lib and then copied ...
4
votes
1answer
361 views

Why Tiles REGEXP wildcard definition cause endless jsp including error

I use tiles 2.2.2 with Struts2 2.2.3, since Struts2-Tiles plugin is quite old, its implementation uses many Tiles deprecated API, and I want to try REGEXP wildcard, so I implement my own listener ...
4
votes
2answers
3k views

Struts2 & NetBeans 7

I cannot find anywhere ngbit support for NetBeans 7. I have to install Struts2 for my Web Applications development. For NetBeans 6.9 my older version of ngbit 0.4 works fine, but for NetBeans 7 ...
4
votes
2answers
3k views

How to reload JQuery grid keeping scroll position and collapse elements open

I'm currently working with JQuery plugin for struts2. I would like to know how to reload a JQuery grid without loosing the current scroll position and collapse rows. In order to reload the data in ...
4
votes
3answers
1k views

Struts 2 parameter coding problem during redirect to another action

I try to redirect to another action and to transmit a string parameter. This works without problems, but I have a coding problem if I am using german umlauts. Here is my code: First action has a ...
4
votes
1answer
535 views

How can I define the output name of a StreamResult in Struts2?

Guys, I cant find this info clearly in the web. I have an action and I'm generating a text file, however is always appearing to the client as a "generatePDF.action" file. I want it to show as a ...
4
votes
1answer
227 views

Hibernate Criteria Class for making complex queries to database

I'm developing a web application based on Struts2 Framework for implementing the MVC, and Hibernate3 for accesing the database by means of DAOs, and DTOs for mapping the relational objects in the ...
4
votes
2answers
434 views

How can I tell Struts2 not to validate a form the first time it displays?

I'm currently trying to learn Struts2. I've created a form, an action to process it, an XML to validate it, and actions in the struts.xml. Every time the form displays, even the first time, Struts2 ...
4
votes
4answers
920 views

Which is the best place or book to start learning struts?

I have to start up a project on Warranty Forecasting. My teacher has asked me to learn struts for the same as it will be a full fledged java EE thing. Please suggest me a place where i can learn ...
4
votes
5answers
411 views

How useful is a 'pure' MVC implementation?

I work at a company that provides custom made 'CRM'-like software. We are currently redesigning/redeveloping the software with the hopes that it will look more modern and be easier to develop and ...
4
votes
5answers
9k views

File download using Java, Struts 2 and AJAX

I want to give file download using java,struts2 and ajax. On my html page there is a button called "export" clicking on which ajax call will be made which will execute a query and will create .xls ...
4
votes
2answers
924 views

Advantages of OGNL usage over typical EL in Struts2

Say that I don't leverage OGNL to create my Struts2 web application and just purely uses typical el provided by Sun. What would be the downside of it? As far as I know, OGNL is a kind of expression ...
4
votes
1answer
7k views

Getting a 'No thread-bound request found' error from spring in my web app

I'm getting a 'No thread-bound request found' error in my web app and hoping to get some help. I'm trying to use struts2 + spring + hibernate, and use spring to manage the hibernate session factory, ...
4
votes
4answers
3k views

Is there any init method given for struts2 action class?

Is there any init method provided for struts2 action class that can be called before every method of that action class? For example, I have an action class for struts 2 as given below import ...
4
votes
2answers
358 views

How to get ul structure from HTML

I am making a configuration page, that splits a category tree over 3 columns for easy browsing like: **Column 1** **Column 2** **Column3** Category1 ...
3
votes
1answer
19 views

Issues with struts2-jaxb-plugin

I want to generate xml file from Struts action object. So that I have tried to use the plugin named struts2-jaxb-plugin. Infact I am new to this and they have given an example to how to use the JAXB ...
3
votes
3answers
101 views

disable spring autowire

i ahave an app with struts2.2 and spring 3.1 and i want to disable spring autowire. I googled a little bit and found that i have to put at <beans> tab default-autowire="no", but this doesn't ...
3
votes
1answer
48 views

Recommendations on providing integration api

Are there any recommendations, best practices or good articles on providing integration hooks ? Let's say I'm developing a web based ordering system. Eventually I'd like my client to be able to write ...
3
votes
2answers
230 views

Creating New Roles and Permissions Dynamically in Spring Security 3

I am using Spring Security 3 in Struts 2 + Spring IOC project. I have used Custom Filter, Authentication Provider etc. in my Project. You can see my security.xml here <?xml version="1.0" ...
3
votes
3answers
99 views

How to restrict double click on button in struts /Java?

I have created a web form. On Click of button, database query would be fired. The Problem is that when user clicks on button twice, query would be fired 2 times. I want to prevent that. Any help?
3
votes
1answer
83 views

Struts2 - how to generate internationalized url's?

I have an application that needs to redirect to several internationalized urls, ie www.mydomain.com/us/myapp/xxx.action www.mydomain.com/fi/myapp/xxx.action dwww.mydomain.com/de/myapp/xxx.action ...
3
votes
1answer
146 views

How to configure web.xml for multiple login in a Struts2 web application?

I would like to develop a small test multi-login application using Struts2 and JSP. Basically: The application should have welcome page (i.e. index.jsp) anyone can access. This welcome page would ...
3
votes
1answer
153 views

How to control conversion error with struts2

i've got a form with 3 fields, two String (one select and a text field) and an int. When i put a letter or something else than an int (52.4 or aaa) in the field i got an error that i cannot "catch", ...

1 2 3 4 5 49