0
votes
1answer
13 views
deploy struts app on jboss
I'm working through some struts tutorials, and here's one of the ones I'm using:
http://www.vaannila.com/struts/struts-example/struts-login-page-example-1.html
I downloaded the "s …
2
votes
3answers
34 views
Struts Tiles 1 - nested tiles problem
I am using Struts tiles 1 succesfully, however I have come across a problem when trying to nest tiles.
I currently have a layout like so:
I wish to have another template like t …
0
votes
2answers
26 views
Web templating (struts tiles) - best solution to indicate current page?
I would like to indicate the currently chosen page in a shared menu component of a web page in a Struts Tiles project.
I can think of some possible solutions
check current URL
…
0
votes
2answers
39 views
array as hidden variable
can array be used as hidden variable on jsp.....like I have a form i.e a simple java
class,I want it to be as hidden variable can I do it..
Thanks in advance
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
0answers
30 views
Problem with GZIP JSON AJAX response
Hello,
I am facing a problem, while encoding the response that I send back for an AJAX request, using GZIP. Can anyone give me some pointers on this please?
There is an AJAX req …
0
votes
0answers
11 views
Validate numeric value but not required
Hi,
I'm using Struts built in validation framework. One of the form fields should be validated so it only allows a numeric value but it is not mandatory to enter a value at all so …
0
votes
2answers
90 views
How to prevent JPA from rolling back transaction?
Methods invoked:
1. Struts Action
2. Service class method (annotated by @Transactional)
3. Xfire webservice call
Everything including struts (DelegatingActionProxy) and transact …
0
votes
3answers
43 views
Passing request object to different servlet/action of same application running at different servers
Hi I have one application running on different servers build in struts2 and deployed in Tomcat5. Now I have a functionality of "Save on All" in this application. When it is called, …
0
votes
1answer
23 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
2answers
39 views
How to implement logout in Struts application
Hi, I have J2EE app on which the logout is not implemented properly, my intention is to close all DB resources once the user logs out. Not sure if session.invalidate(); will really …
0
votes
2answers
47 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
31 views
<html:link> tag
Hello
Iam new to struts tag libraries. I want to generate an anchor to define a hyperlink destination inside the same document. my code is like this:
<html:link anchor="abc" …
0
votes
1answer
28 views
Struts redirect from model
I'm trying to implement a security model where the model of secured pages inherits from a SecureSupport. I don't know how or if I can redirect from a constructor, however. See belo …
0
votes
3answers
51 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 …
