Also the execute in my default "events" package do not work (same mesage)

<package name="events" namespace="/" extends="struts-default">
  <action name="license!*" method="{1}"
                class="org.events.ui.struts2.core.License">
    ..
  </action>
</package>

Cheers Greg.

On 30 September 2015 at 09:46, Lukasz Lenart <lukaszlen...@apache.org>
wrote:

> 2015-09-30 10:43 GMT+02:00 Greg Huber <gregh3...@gmail.com>:
> > 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>
>
> Ok, I see the potential problem -  it is basically DMI but without DMI ;-)
>
>
> Regards
> --
> Ɓukasz
> + 48 606 323 122 http://www.lenart.org.pl/
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscr...@struts.apache.org
> For additional commands, e-mail: dev-h...@struts.apache.org
>
>

Reply via email to