3
votes
1answer
24 views
How to validate a select tag in struts 2 framework
Hi people,
I am a newbie into programming and i am currently employed as a junior programmer.
I am currently having some problems validating the select tags in one of my forms.
Wha …
0
votes
1answer
27 views
Dependency Injection failing - hibernate with struts2 using the full-hibernate-plugin
Hi, i'm trying to use hibernate in a struts2 example using the struts2 full hibernate plugin (http://code.google.com/p/full-hibernate-plugin-for-struts2).
I've placed all the Jars …
1
vote
1answer
35 views
Execute method with arguments through action mapping in struts 2
How would I execute a method with an argument in my model based on the URL? Ie, http://server/MyAction_Arg.action maps to MyClass.MyMethod(Arg)? I tried this:
<action name="My …
0
votes
1answer
38 views
What can I do about ambigous wildcard patterns in Struts?
I have a problem finding the right wildcard pattern to extract parts of my URL into action parameters in Struts.
This is how I set up the action. The intent of the pattern is to c …
0
votes
4answers
27 views
Localized exceptions (within a Struts2 app)
I am developing a Struts 2 application with support for multiple languages. If one of the domain objects needs to throw an exception, how can it do so in such a way that the error …
0
votes
2answers
70 views
Struts2: Radiobutton, Iterations and List trouble
Hi at all... I have a complicated problem and I hope to explain it clearly possible...
I have 2 list. On my jsp I have a nested iteration with this 2 lists, inside this there is …
0
votes
1answer
22 views
Setting the default value in Struts2
Hi all,
I am setting the value(kind of default value) for a drop down select value from action class in a page(given below). When the page loads the value is beig displayed but th …
0
votes
1answer
55 views
Add Principal/authority dynamically for anonymous user
Hi Guru,
I am using spring security 2.x (+spring + struts2) and would like to enable add authority to user dynamically after user submits a form.
I have a protected directory (/p …
0
votes
4answers
62 views
Prevent IllegalStateException when reading from request
I have an interceptor for catching Exceptions and sending emails of this exceptions.
All my struts actions extend CoreController which implements SerlvetRequestAware.
In mail ser …
0
votes
1answer
19 views
Infinite loop occuring while using <s:action struts2 tag
Hi
Is there any solution to the following Struts 2 issue yet?
link text
Thanks
Chaitanya
0
votes
1answer
49 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
5answers
83 views
Popular IDE for Struts 2
I'm beginning to learn Struts 2, and am wondering:
Which is the most popular IDE for Struts 2?
I've looked at a few of them (netbeans, idea, eclipse) and only idea seems to treat …
0
votes
0answers
16 views
Integrating Spring LDAP (Acegi) using Struts 2 RolesInterceptor
Acegi provides ExceptionTranslationFilter for handling authentication or access denied exceptions. We can use Struts 2 RolesInterceptor raise these exception and there by delegatin …
0
votes
0answers
40 views
Struts2 multiple files upload with a twist
Let's say I have the following model classes
package com.example.model;
public class Product {
private int productId;
private String productName;
//Getters and sette …
0
votes
0answers
25 views
Required help for strut2
Hi
I had called action after submitting form.
But before calling "return success" from action I need to call the same execute method of the same class of same application but run …
