rest, convention and config plug-ins

2010-10-24 Thread stanlick
I fired up a new 2.2.1 project this morning to see what's new and have a quick question. Does the config-browser work out of the box with rest and convention plug-ins? Everything works fine except this url: http://localhost:8080/rest/config-browser/index.action which is producing the glorious

Re: rest, convention and config plug-ins

2010-10-24 Thread Rebecca Case
Yes, both of those plugins work, but there is some configuration you have to do to make your actions use them. This is a good starting point: http://struts.apache.org/2.x/docs/rest-plugin.html#RESTPlugin-Example - Original Message From: stanlick stanl...@gmail.com To:

Re: How to get the value of Constants defined in struts.xml

2010-10-24 Thread SudhirJava
Can anybody please tell me What is the Benefit of this ? I can define it in web.xml can retrieve it. What is the main purpose of this?? ~SK SudhirJava wrote: Thanks. That works... I think it should be value instead of name i.e. @Inject(value=myConstant) instead of