Re: Retrieving action names configured in struts.xml

2008-05-02 Thread Volker Karlmeier
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi, I thought about that but I'd have to parse multiple xml-files. Besides this, I'd have to change my code every time the format of struts.xml changes. I'd prefer getting the parsed actions from struts :) Volker Mead Lai schrieb: | read the strut

Re: Retrieving action names configured in struts.xml

2008-04-30 Thread Mead Lai
read the struts.xml files, and phrase it On Wed, Apr 30, 2008 at 5:50 AM, Volker Karlmeier <[EMAIL PROTECTED]> wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Hello struts freaks, > > i would like to implement a rights management for my application. Therefore > I need to retrieve a

Retrieving action names configured in struts.xml

2008-04-29 Thread Volker Karlmeier
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hello struts freaks, i would like to implement a rights management for my application. Therefore I need to retrieve a list of actions configured in struts.xml. Does anyone of you have an idea how to get this information ? I can get a list of action