Struts version

2008-02-20 Thread George Dadulescu
Hello. I want to show on the first page of my web application, the struts version I use. Is there a way to extract it dynamically? Thank you. -- View this message in context: http://www.nabble.com/Struts-version-tp15589157p15589157.html Sent from the Struts - User mailing list archive at Nabble

Re: Get the list of all action names defined in struts.xml

2007-12-01 Thread George Dadulescu
= runtimeConfiguration.getActionConfigs(); Gary Affonso wrote: > > George Dadulescu wrote: >> Hi. >> Is there any possibility to get the list of all the action names defined >> in >> struts.xml ? > > It's in the RunTimeConfiguration. Something like... > &g

Get the list of all action names defined in struts.xml

2007-11-30 Thread George Dadulescu
Hi. Is there any possibility to get the list of all the action names defined in struts.xml ? Struts must have a map or something where it keeps all the action names I presume ... Thanks. George -- View this message in context: http://www.nabble.com/Get-the-list-of-all-action-names-defined-in-st

Re: [S2] Integrating with springframework and tiles

2007-08-30 Thread George Dadulescu
Just add the tile listener in the web.xml file of your application and set a tiles result type in the struts.xml file. On 8/31/07, Eugen Stoianovici <[EMAIL PROTECTED]> wrote: > > I'm using using struts 2.0.9 with springframework 2.0.6 and i want to > use tiles as a template engine. Now in struts

tiles defs file

2007-08-09 Thread George Dadulescu
Hi. I've just started using struts 2 and I need a little help from you guys. I tried to integrate tiles with struts but I don't have all the info. I added the struts-tiles plugin, the listener " org.apache.struts2.tiles.StrutsTilesListener" and I added the in my struts.xml but no