Re: Re: Re: Re: Re: Struts 7: action class finder
Lukasz Lenart <[email protected]>
| Newsgroups | gmane.comp.jakarta.struts.devel |
|---|---|
| Message-ID | <CAMopvkOpu4Auyx1gGWVSP3sO+0AaAzCBPHkSZDR_v-bLBoTbkQ@mail.gmail.com> |
niedz., 29 gru 2024 o 10:48 Florian Schlittgen <[email protected]> napisał(a): > I tried it with the struts-example and I could reproduce the behaviour > when I add the constant: > <constant name="struts.convention.action.includeJars" > value=".*?/myjar.*?jar(!/)?" /> > > Can you confirm? In my real application I need action loading from an > additional jar file... I added a similar pattern and used a jar from the form-tags example (yet it includes struts.xml) and all worked fine. I assume you jar contains only Convention based actions? Regards Łukasz