1
vote
0answers
32 views
Different ways to use properties file in j2ee app
I have a j2ee app using Struts2. I have a gloabl properties file which is declared in struts.properties which resides in WEB-INF/classes. It has the following setting:
…
0
votes
4answers
16 views
pdf in iframe in jsp on tomcat, also Struts2
Hello Everyone,
I'm having some issues getting my pdf file to display in my jsp page. I have the pdf saved on my tomcat server with a file location as follows
c:/tomcat …
0
votes
0answers
12 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
0answers
13 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:
…
1
vote
2answers
29 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
87 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
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
0answers
19 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:
…
7
votes
4answers
168 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?
…
1
vote
3answers
36 views
Storing data when an jsp call (no submit) an action.
Hi at all...
I need some help about a little question. I make a pagination by db for my survey application. I divided my list of questions in six page.
Before the pagination, when the user submit …
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
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?
0
votes
0answers
12 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
2answers
147 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 = …
