Re: Antwort: About struts.mapper.action.prefix.enabled

2013-11-04 Thread Lukasz Lenart
2013/10/31 Antonio Sánchez : >> That requires to enable Dynamic Method Invocation. > > DMI is discouraged. It's better to enable action prefix. But you can control it - you know what methods are available in the action class. And many people opted to keep this functionality, so it still be availab

Re: Antwort: About struts.mapper.action.prefix.enabled

2013-10-31 Thread Antonio Sánchez
That requires to enable Dynamic Method Invocation. DMI is discouraged. It's better to enable action prefix. Another option is to use not a button but a simple link. If your application is stateless there is no need to POST a cancel request. Usually a middle size application will almost alwa

Antwort: About struts.mapper.action.prefix.enabled

2013-10-31 Thread Christoph Nenning
> As far as I know the only way to render a cancel button inside a form is > this: > > action="cancelFormAction"/> > > This requires > > struts.mapper.action.prefix.enabled = true. > > I can't imagine a middle-high size development which does not use a > single cancel button. > > Shouldn'

About struts.mapper.action.prefix.enabled

2013-10-31 Thread Antonio Sánchez
As far as I know the only way to render a cancel button inside a form is this: action="cancelFormAction"/> This requires struts.mapper.action.prefix.enabled = true. I can't imagine a middle-high size development which does not use a single cancel button. Shouldn't 'struts.mapper.action.p