Here is my abbreviated structure:
<package name="events" namespace="/" extends="struts-default">
..
</package>
<package name="member" namespace="/member" extends="events">
..
<action name="favourites!*" method="{1}"
class="org.events.ui.struts2.editor.Favourites">
<result name="input" type="tiles">.Favourites</result>
<result name="list" type="tiles">.Favourites</result>
</action>
..
</package>
On 30 September 2015 at 09:36, Lukasz Lenart <[email protected]>
wrote:
> 2015-09-30 10:30 GMT+02:00 Greg Huber <[email protected]>:
> > I went back to beta1 where DMI works, I then changed to beta2 and now the
> > execute method is blocked on my actions eg favourites.
> >
> > *Messages*: This method: execute for action favourites is not allowed.
> >
> >
> >> Yes, but "execute" is on global-allowed-methods in struts-default
> >
> > If this is the case at least the execute should work?
>
> Yes but your packages must extend struts-default. What's your package
> hierarchy?
>
> struts-default -> favourites?
>
>
> Regards
> --
> Ćukasz
> + 48 606 323 122 http://www.lenart.org.pl/
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [email protected]
> For additional commands, e-mail: [email protected]
>
>