Tagged Questions

0
votes
0answers
11 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
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
1answer
15 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
4answers
49 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
5answers
47 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
3answers
20 views

Setting the content-type of a response in Struts2

So, I'm using freemarker templates with Struts2 to formulate my responses. However, since I'm trying to use taconite as well, I need the response to be sent with the content type …
0
votes
4answers
36 views

<s:select> Error:The requested list key ‘typeSurvey’ could not be resolved…

this is my jsp: <s:form action="InsertSurvey"> <table> <tr> <td> ID Survey: </td><td><s:textfield name=" …
0
votes
1answer
19 views

struts2 + dojo + hibernate

Hi all, I have develop a user form in using dojo api. The user entity contains entities of Country, City and Province entities as well. I wanted to Know that is there is any way t …
0
votes
1answer
25 views

Multiple field ognl type converter

I have a form with (at the moment) two fields and submit the following: capture.id = 213 capture.description = DescriptionText The target object 'capture' is immutable and I wou …
1
vote
1answer
34 views

How do I render an array of Java beans to XML with struts2?

My output should be something like this: <result> <item> <id>123</id> <src>123</src> <dst>123</dst> </item> …
1
vote
1answer
56 views

How do I use an enum parameter in struts 2?

I'm trying to get an Action in Struts 2 to work with an Enum as an input parameter. What I've done so far looks like: public TestAction { public enum Module { VALUE1; } …
0
votes
2answers
25 views

Struts2 Validation - No Validation on Input

Every tutorial I have found on Struts2 Declarative validation explains how to make the fields validated which is nice and easy. But how do you enter the page with out it being vali …
0
votes
1answer
27 views

Struts 2 select tag filled by list property

Hi, I am new to struts 2. I am facing problem in filling Select tag with list property. The values are supplied from action class.Please provide me sample sode for this scenario. …
0
votes
1answer
59 views

HTTP Referer header in Struts 2

How can I get the Referer header under Struts2? Right now I'm using an ActionSupport class and I can't seem to get a ServletActionContext object or implement the ServletRequestAwar …
0
votes
2answers
42 views

Custom struts2 tag?

Hi all, I want to write a custom struts2 tag,which has a separate action class for itself, and can be called from different jsp pages. Something like: <s:writetext type="aaa" …

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