0
votes
7answers
151 views
Last few html tags not rendering?
An interesting issue which I've googled and can find absolutely no reference too, perhaps because I'm too vague on the cause myself.
I have a simple jsp page that is run from a struts 2 action. It' …
0
votes
0answers
7 views
Struts2 and Dojo (double?) publish
I am publishing with dojo topics:
dojo.event.topic.publish("publishThisTarget");
And in JSP I have listenTopics:
<s:url var="url2publish" action="MyAction" namespace="/public" />
<sx:div …
0
votes
4answers
82 views
Struts2 back button and linking
Hello!
I am using Struts 2.1.6 with Dojo plugin, whole app has ajax links (sx:a).
Did anybody succeed to implement back button functionality and linking to certain content?
Does anybody have any …
0
votes
0answers
11 views
Properties file not working with Struts2 and Glassfish
I have a properties file in my application which is built using S2. The properties files resides in WEB-INF/classes and are mentioned in struts.properties as:
…
0
votes
2answers
274 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.
My action class
…
0
votes
1answer
22 views
Validation HashMap->Radiobutton. Struts2.
Hi at all
I have another problem! :)
I have a hashmap linked on jsp with a radiobutton. When I check a radio, my hashmap is populated with the param that I spec on the tag. Now I want to validate …
0
votes
3answers
518 views
Disable logging for struts2 validation
I want to disable logging for struts2 validation,whenever a struts action called containing validation I get 'junk' in my log, smth like this :
"[Apr 15 14:42:41] ERROR (CommonsLogger.java:24) - …
1
vote
2answers
28 views
Default Redirect using Struts2
Currently when you hit the root context of my application Struts2 throws an error:
ex. http://localhost:8080/
returns
HTTP ERROR 404
Problem accessing /. Reason:
There is no Action mapped …
0
votes
4answers
5k views
Struts2 parameters between actions
I have to pass some parameter from an action to another action,for example to keep trace of an event.
What is the best way to do that?
I would not use session parameters. Thanks
0
votes
0answers
17 views
How to configure maxFileSize in Struts 2 for File Upload
Hi All,
I have written an application using Struts2 for File Upload and want to override the default maxFileSize of 2MB.
This is what I have in my strus.xml file:
…
0
votes
0answers
10 views
In struts 2 Optiontransferselect ‘s moveSelectedOptions doesn’t seem to work
I have a optiontransferselect and the left list box has a couple of values. When I try to move the values to the right .the button doesnt work. There is no error occuring when i click on the …
0
votes
1answer
19 views
JBOSS create PDF, XLS
I am writing a JBOSS web app with Struts2 and would like to produce reports in PDF and XLS format. How can I do this? Are there popular packages that can do this for me?
0
votes
0answers
26 views
Problem with StrutsSpringTestCase and rest-plugin
I'm able to run tests against my rest-plugin classes with StrutsSpringTestCase, but none of the parameters are set on the action. For e.g.:
@Test
public void testAgegateParams() throws Exception {
…
0
votes
1answer
11 views
Sitemesh + Struts2 + Velocity: Decorators cannot access the context’s objects
Hi,
I have a struts2 web app using velocity. I am integrating Sitemesh to the project.
The decorators are called properly but for some reasons, the objects placed in the context via the toolbox …
0
votes
2answers
28 views
Struts2 URL with .action
I want the URL of the below format
http://localhost/users/abc
rather than
http://localhost/users?name=abc
How to achieve this in Struts2?
