File APIs for Java Developers
Manipulate DOC, XLS, PPT, PDF and many others from your application.
http://aspose.com/file-tools
The moose likes Struts and the fly likes struts 2 posting large data Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Frameworks » Struts
Reply Bookmark "struts 2 posting large data" Watch "struts 2 posting large data" New topic
Author

struts 2 posting large data

asif rafique
Greenhorn

Joined: Mar 25, 2007
Posts: 8
hi all

I am using struts 2.1.6 with jboss as application server and hibernate to interact with database. I have a jsp in my application which displays more than 900 row in a table with 6 column in each row each cell contain input field whit some data

The problem is when i submit the struts form, struts automatically redirect to default Action and do no submit the data. One thing is for sure that data is too large as page take some minutes to load and to submit again.

Is their any setting in struts 2 which restricts data size on submit and redirect to default Action
Ankit Garg
Saloon Keeper

Joined: Aug 03, 2008
Posts: 9189
    
    2

The problem is when i submit the struts form, struts automatically redirect to default Action and do no submit the data

You'll have to show us relevant parts of your JSP code and struts configuration to figure out what's wrong...


SCJP 6 | SCWCD 5 | Javaranch SCJP FAQ | SCWCD Links
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: struts 2 posting large data
 
Similar Threads
Jahia - Multiple portlets on a single page - MESS
accessing jsp directly?
Image and database?
Grid using Struts
Different Types of Redirect techniques that are used in Struts2