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