Apache Struts is an open source web application framework for the Java platform. More information: Wikipedia on Struts Apache Struts Homepage Books struts books recommended by the community
0
votes
0answers
6 views
Violation of SRV.8.2 and SRV.14.2.5.1 with Jboss 5.1 and struts 1.3
I am having few problems with an old jboss 5.1 EAS installation running a struts 1.3 application, with the help of struts workflow.
The server is running with a strict_server_compliance flag to true, ...
-1
votes
1answer
54 views
How display data fetched from database on a jsp page using struts and hibernate
I am trying to display data from my database to a Jsp page using Hibernate with struts 2. Although there is no error nothing gets displayed.I tried to find a solution from other posts but could not.
...
1
vote
0answers
41 views
How to retrieve the data from the database and display it on a jsp using Struts and Hibernate
I am new to Struts. I want to display all the details from a table to the user on a JSP page.
Here is my code:
public class ListeActeurAction extends Action{
public ActionForward ...
1
vote
1answer
29 views
Struts 1.3 action forward parameter
I'm working on a little project which uses Struts 1.3 and I encountered the following problem.
After some business logic takes place in an Action i want to forward the control to another Action which ...
0
votes
1answer
28 views
Using jQuery validation plugin with a form written in struts
I want to implement the jQuery validation plugin for use in a web application written in java and struts. I just want to use it to validate form inputs to see if they conform to certain rules before ...
0
votes
1answer
15 views
can i override struts validate method inside action class execute method?
I am new to struts framework, currently i am developing a web based application using struts framework,as we know that,in struts application we can override the validate() in our user-defined Formbean ...
0
votes
2answers
21 views
When is the ActionForm instantiated?
I am using Struts 1.x for an application.
I want to know when the ActionForm instantiated.
0
votes
1answer
15 views
Struts how to insert bean:write in bean:message arguments
I try to do that, but it does not work.
<logic:present name="MEMBER" >
<bean:message key="member.registerConfirmation" arg0='<bean:write name="MEMBRE_REGISTER" property="firstname"/>' ...
1
vote
0answers
18 views
struts2 spring plugin - it complains about getBean() of WebApplicationContext not being found
I am using Struts 2.2.3.1 and using Struts2-spring plugin 2.2.3.1 with it. The dependency injections are working fine, but my use of ApplicationContext's getBean method is breaking :
...
0
votes
1answer
20 views
performance issue to load huge records in a single jsp page
I stored huge(above 20000) records in StringBuffer for displaying in a jsp. I used StringBuffer to store in servlet and pass this as request attribute to jsp. The problem is that it takes too mush ...
0
votes
0answers
13 views
How to get object and then it's property from struts form and show it?
I have class-form:
public final class NewsForm extends ValidatorForm{
private static News newsMessage;
private static List<News> newsList;
//setters,getters,validate
And that's my News ...
2
votes
2answers
36 views
I am using struts freamwork, after log out when i pressed browser back button it is going to last opened page. How to send it to log in page?
I am using struts framework, after log out when i pressed browser back button it is going to last opened page. How to send it to log in page?
Actually i want solution in java not in javascript.
0
votes
1answer
22 views
Struts 2 Multiple Keys in Multiple Resource Bundles [ How-To ]
I am using
struts.custom.i18n.resources=file1,file2
file1
enter.user = User name
file2
enter.user = User name1
What will be the output for enter.user ?
1
vote
1answer
52 views
displaying dynamic values in jsp without usinf scriplet using struts mvc
i am using mvc struts framework in my web application.
i am displaying dynamic values from my database in jsp page using scrilets <% %>
its been bad practice doing that way but i followed links ...
0
votes
1answer
15 views
HTML file at the root of tomcat server using struts2
I'm using struts 2. I want to put googleverfication.htm file permanently at the root of our website for verification of website via Google websmaster tool.
I'm using tomcat 6 server.
How can do ...
0
votes
1answer
24 views
Is there a way to use Struts 2.0 and JSF togather in a web application?
I've been using Struts 1.x for more than 1 year now, and I've been learning about JSF recently. I know both JSF and Struts are different frameworks but I wanted to use Struts as Action framework and ...
0
votes
1answer
23 views
Casting exception during form validation of nested:select (Struts 1.3.10)
I am now trying to dig into struts framework and now, I am testing nested-tags. I encounter problem when I retrieve data. My code is as following :
<nested:select ...
0
votes
0answers
5 views
about PDF genration in struts 2
I m generating PDF file through struts. It will read a file from system and copy it into pdf & generate the PDF
but it is not opening that PDF file.it is displaying the message that the file has ...
0
votes
2answers
58 views
How can I determine which Struts action is being invoked?
Please pardon me if my question sounds very basic. I am working on a project where they're using struts 1. My supervisor told me that the codes are very messed up. It seems to be that a combination of ...
0
votes
0answers
13 views
call struts action from traditinal ajax
hi i am new to struts i want to fill with some data i get using ajax. but the action does not get called using this lines of javascript
but i DO NOT want to use dojo or jqery, i want to use ...
1
vote
2answers
57 views
Hide JSP url extension
How can I change the following JSP:
http://localhost/test/user/people/something.do?method=delete
to this:
http://localhost/test/user/people/
?
-1
votes
0answers
13 views
tested complete code example for preventing brute force attack using java and struts2
I am not getting good running examples to prevent brute force attack after 3 wrong successive entry of username and passowrd of my web app using java struts.
Please help me out.
2
votes
2answers
52 views
i want to avoid scriptlets on my jsp pages. I have google it and search here too but i was not able to solve it
i have read many posts that scriptlets is a bad practice so finally i decided to avoid this too. I have developed a project using struts framework in which mostly jsp pages have java code. And now i ...
0
votes
1answer
33 views
Pass string variable to struts tag
I want to pass a string variable to an struts tag.
alert('<bean:message key="${result}"/>');
This tag is responsible to extract message from ApplicationResources.properties. Result contains ...
-2
votes
1answer
26 views
dont want to submit form when one of fields value is wrong or left empty
I am using Struts framework in my web application, i am facing problem in my coding when i click on radiobutton doctor hmm it asks for docid and so profile will be updated but if user doesnt give id ...
0
votes
0answers
31 views
Getting error org.jasypt.exceptions.EncryptionOperationNotPossibleException
I am using jasypt 1.9.0 using for db password encryption
jdbc.properties
jdbc.driverClassName=oracle.jdbc.driver.OracleDriver
jdbc.url=jdbc:oracle:thin:@localhost:1521:XE
jdbc.username=aosmaster
...
0
votes
0answers
25 views
Retrieving indexed fields struts using DynaValidatorForm
I need to retrieve indexed fields using struts and im using DynaValidatorForm. Below, this is my code .
<logic:iterate id="paramEmpresa" name="listaParametros">
<div style="width: ...
0
votes
1answer
80 views
tomcat7, hibernate 4, struts 2, No suitable driver found again
I'm using hibernate 4.1.2 in a project based on struts framework 2.3.3 with tomcat 7.0.26. I'm also using mysql (and postgres) for my tests. This is my hibernate.cfg.xml with MySql:
...
0
votes
1answer
43 views
How do I configure and test an application developed with Struts? [closed]
I have a web-application developed using Struts. I am finding it difficult to configure the server and DB connection (MYSQL) in a test environment.
0
votes
0answers
35 views
How will I write to get many arraylists from DAO and how to bind theses in JSP [closed]
I got right answer with the following code in DAO class:
List result = new ArrayList();
if(rs.next() == true)
{
do{
rForm = new ReserveForm();
...
0
votes
0answers
37 views
struts Extjs integration
I want to upload a file. I want to use ExtJs and struts1.I am hunting for the result for last two days. No I am running out of time. Even though I posted in this forum I failed to get the result.
...
0
votes
0answers
12 views
integrating struts and extjs [closed]
Possible Duplicate:
struts Extjs integration
I want to upload a file. I want to use ExtJs and struts1.I am hunting for the result for last two days. No I am running out of time. Even though ...
0
votes
0answers
34 views
struts1.3 multiple files
Hi to all i am uploading multiple files using action form here in this i was used this code here i am facing one problem it is while storing file index values are not in order.
private List formFiles ...
0
votes
1answer
27 views
How to make data remain after success validation?
I have jsp using struts bean tag library:
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>JSP Page</title>
<link ...
0
votes
1answer
49 views
java.lang.IllegalStateException: getAttributeNames: Session already invalidated
Getting error:
java.lang.IllegalStateException: getAttributeNames: Session already invalidated.After logout from parent window.
LogOutUserAction.java
public String execute() throws Exception {
...
0
votes
2answers
78 views
how to create multiple list in java outputed to a iterate tag [closed]
Possible Duplicate:
struts logic iterate tag to loop through table rows
I am using the action class below to currently create two list and I would like to be able to add more list.
public ...
0
votes
2answers
40 views
struts logic iterate tag to loop through table rows
I am using struts. How can I use an iterate tag to create a table row that iterates through first name and last name when each iterate is using a different list?
<logic:iterate name="fName" ...
0
votes
1answer
80 views
Struts 1 Action Redirect to Struts 2 Action
I have a java webapp with both struts 1 and struts 2. Inside the app there are several Struts 2 namespaces and Struts 1 modules. For example:
/public (Struts 1 module)
/accounting (Struts 2 ...
0
votes
1answer
38 views
displaying processing or waiting page in Struts1.3.8 using JSP, When AJAX request made?
In my application there is a drop down box, second drop down box value depends on first.I developed it using AJAX and Struts1.3.8.
When the second drop down box item selects it will display some ...
-4
votes
2answers
98 views
i want to validate mobile number using java code not javascript
I am using the validate function of the Struts.
So I want to validation the mobile number of 10 digits that every digit of the mobile number must be an integer.
<tr>
<td ...
0
votes
0answers
29 views
Seems like struts validate method doesn't work anymore when using spring
I am now moving to Struts for my presentation layer. I have done a simple example using Struts alone (not really, actually, I test an example inside a simple maven project). From now on, I am likely ...
1
vote
2answers
79 views
Password protected zip file in java
I have created zip file using java as below snippet
import java.io.*;
import java.util.zip.*;
public class ZipCreateExample {
public static void main(String[] args) throws IOException {
...
-5
votes
1answer
30 views
Using of spring framework [closed]
I'm making a web app using struts validation,tiles and MVC. Also I'm using my own connection pool to access database(it's one of condions). The things work ok for now. But the question is
What ...
0
votes
1answer
36 views
How to return values to jsp when validation fails
I have this form that allows user to modify a bean saved in DB:
<html:form action="/confMod">
<table id="inserimento">
<tr>
<td>Titolo</td>
<td><html:text ...
0
votes
2answers
28 views
Transferring data from Action Class to Jsp
I am new to Java and working on Struts i want to send the data from my action class to the jsp.
I am retreiving the employee details from database and want to display them in a grid view in the jsp ...
0
votes
1answer
29 views
i do not want bullets in the html:errors while using struts validation
So is there any possible way to remove bullets from the validation errors.
public ActionErrors validate(ActionMapping mapping, HttpServletRequest request) {
String method = ...
-1
votes
2answers
77 views
submit form2 without submitting form1 in jsp having 2 forms
i am using two forms in a jsp page.i want to submit form2 but it needs first form1 to be submitted then second form will be submitted.please help me how to only submit form2 without submitting form1 ...
0
votes
0answers
37 views
Struts - binding form fields to bean
Lets say I have couple of filters in my deployment descriptor and each request to the app has to pass through those. There is form with a formbean attached to it. Once I fill the form and click ...
0
votes
0answers
31 views
Set Default URL when reloading page in struts
i just implemented history.pushstate in my struts application. But i get problem when user reload/refresh page. For example, link is like this :
htp://localhost:8080/myapp/pages/addCustoType
...
0
votes
1answer
54 views
How can i upload multiple files in struts 1.3 using org.apache.struts.upload.FormFile[]
In my form end user have the chance to add multiple files dynamically.so i have done this with the help of javascript. But problem is that i am using dynavalidator form, In this dynavalidator form i ...