Re: Passing input from jsp to action class

2013-10-01 Thread Lukasz Lenart
2013/10/1 Kevin Peterson : > Hi, > > In my front end, i am allowing user to create and save multiple number of > entries to a table at the same time. > For now i am sending this input to Java class in form of string which i am > creating at the time of save. But if table size is very very big(eg.

Passing input from jsp to action class

2013-09-30 Thread Kevin Peterson
Hi, In my front end, i am allowing user to create and save multiple number of entries to a table at the same time. For now i am sending this input to Java class in form of string which i am creating at the time of save. But if table size is very very big(eg. 400-500 entries), then creating str