Re: REST Mappers

2012-12-12 Thread Lukasz Lenart
2012/12/12 ChadDavis : >> support for namespace prefix - struts.rest.namespace > > > So, I can't get this to work when using with convention/rest plugin > combination. I did NOT try to use it with a xml/rest plugin combo. You can combine convention/xml/rest together - in struts.xml you can define

Re: REST Mappers

2012-12-12 Thread ChadDavis
Did you try to use the new REST plugin without Convention plugin ? > REST plugin can work with XML based configuration as well and it has > support for namespace prefix - struts.rest.namespace So, I can't get this to work when using with convention/rest plugin combination. I did NOT try to use i

Fwd: [appfuse-dev] [ANN] AppFuse 2.2.1 Released!

2012-12-12 Thread J. Garcia
FYI: AppFuse 2.2.1 released. You can choose among a number of web frameworks, one of them being Struts2 in its latest release version. Cheers, J. -- Forwarded message -- From: Matt Raible Date: Tue, Dec 11, 2012 at 11:24 PM Subject: [appfuse-dev] [ANN] AppFuse 2.2.1 Released! To:

Re: Use of OGNL expressions in interceptor parameters

2012-12-12 Thread Lukasz Lenart
2012/12/11 JOSE L MARTINEZ-AVIAL : > Hi, >I would like to use a Java constant as a parameter for an > interceptor-ref. I'm trying to user ${@xxx.yyy.xxxMyClass@MY_CONSTANT}, but > it is not been parsed. Are OGNL not supported in this situation? Not supported, if needed please request a feature

Re: adding action mappings at runtime

2012-12-12 Thread Lukasz Lenart
2012/12/10 ChadDavis : > Before I rewrite agains that API, I thought Id ask for advice. What's the > best way to add a new xml config file to the runtime configuration? You would like to upload a new jar/zip with classes, expand it and somehow reload the whole configuration with newly uploaded xm