Hi at all...
I need some help about a little question. I make a pagination by db for my survey application. I divided my list of questions in six page. Before the pagination, when the user submit the vote, the action check a hashmap and return error on key where the resp is not present.
Now, with the pagination, I call the pages by with the param (number of page) on the request.
Is evident that now my hashmap of answers go to action null.
Now.. how can I send the partial list of answers (answers for page) without a submit ?
Hope I was clear...
p.s. I use Strut 2 Framework