Tagged Questions

0
votes
2answers
19 views

Spring integration with Struts 1 - injecting dependencies to the ActionForm

Hi all, We are expanding an old Struts 1 project to be Spring managed - yet we wish to change the code and the flow as little as possible. We have therefore decided to leave Strut …
0
votes
1answer
11 views

Iframe not showing object from struts action class.

Hi all, This is in continuation with my previous question which was not framed properly. I have an iframe in a jsp class which is calling a struts2 action class in its src, but i …
0
votes
3answers
47 views

Hi, I’d like to learn struts2 with eclipse. Which version of eclipse should i download?

Hi, I'd like to learn struts2 with eclipse. Which version of eclipse should i download? My background is as a c# developer, so i don't really know much at all about java but i'm k …
0
votes
2answers
56 views

How Can I rewrite SEO friendly URL on STRUTS?

Hi We have a website which is coded Java with Struts Framework. The WebSite's Urls are not seo friendly. All of them are like below ../buyerApplication.do&companyId=2323 …
1
vote
3answers
53 views

Controller in Struts

what is Controller in MVC. Is it struts.xml or Servlet (Action Class) Can we have more than one Controller in our application. is it good practice to have more than one controller. …
0
votes
1answer
31 views

Hitting a different Struts action with DisplayTag Pagination

Hi, I'm trying to implement displaytag pagination with a little different funcitonality. Basically, I have 3 displaytag tables on my jsp, and when the user wishes to see the next …
0
votes
3answers
58 views

How can I obtain the message resources object in a servlet?

Hi everyone, I'm developing a project with Struts and I was wondering if it's possible to get the message resources object in a servlet, which is included in the same project. Th …
1
vote
7answers
190 views

Is Struts2 still a good choice of web framework for new projects?

Once upon a time, Struts was the default choice for a Java web framework. I have no data on this, but I imagine that Struts2 is currently widely used for legacy reasons, only beca …
0
votes
3answers
49 views

Difference between Apache Struts and Java EE?

I'm currently learning Java EE, or more specifically, Servlets and .jsp. In my programming, I already employ the Model-View-Controller model to write my code. And as far as I've go …
0
votes
1answer
38 views

Passing Table values to action class

In one of my web pages I have a HTML table. This table will have 0 or more rows and each row has 3 columns. It looks like this: <table> <tr> <td>Row …
0
votes
1answer
58 views

Spring security and Struts 2

I have a struts2 action with an @Secured({"ROLE_ADMIN"}) to secure the execute method. In the execute method i assign a message to a member variable of the action, then return SUCC …
0
votes
2answers
24 views

Forwarding in STRUTS

I am forwarding to an action by giving as <forward name="sample" path="/sample.do?button=default" /> i want to add one more attribute in path and i used: <forward …
2
votes
1answer
54 views

What validation should I use

I am working on a J2EE web application Here we are using JSP and Struts I know one can use Client side validation (Using JavaScript) Server side validation (Using Validation …
0
votes
1answer
24 views

Struts form and variable declarations

Hi everyone, I have a question and I hope somebody can help me out here. Well, I'm developing an application with Struts 1.3.10 and I have a struts form with an object that contai …
-3
votes
2answers
90 views

Where can I learn about using Struts in Java?

Where can I learn about using Struts in Java?

1 2 3 4 5 20 next
15 30 50 per page