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
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
> 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'
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
4 matches
Mail list logo