On Sat, May 31, 2014 at 11:55 AM, Boris Horvat <horvat.z.bo...@gmail.com> wrote:
> I have form that basically displays couple of checkboxs that user can > select/deselect. Once he is made his choice he clicks a button and a form > is submited, zone is refreshed (include the form). > All of the data is nicely displayed but a second submissions throws the > error > Forms require that the request method be POST and that the t:formdata query > parameter have values. > Am I doing something wrong? Is my scenario possible? > Let me know if you need code samples > (I apologize in advance but couldn't resist...). Yes, you need to fix the error. Let me know if you need better instructions. In all seriousness, yes of course we need code samples and a bare minimum is you tell us which error you are seeing, e.g. a stack trace. Kalle