Hi,
I'm using your wonderful framework on my web application but I discovered a big problem.
My web application is builed with Struts (v1) and verify cause problems with pages navigation.
In order to work, the Struts navigation need to know the pressed button but, if for example I have a form like the follow:
Hi, I'm using your wonderful framework on my web application but I discovered a big problem. My web application is builed with Struts (v1) and verify cause problems with pages navigation.
In order to work, the Struts navigation need to know the pressed button but, if for example I have a form like the follow:
<form id="registrazione" action="/action.do" method="post>
And I fill the fields and press back button
With yours framework in the POST content I'll get: name=aaa&surname=bbb
while without yours framework I'll get this: name=aaa&surname=bbb&back=back
And the last information its fundamental to get the Struts navigation working.