--- On Wed, 6/18/08, stanlick <[EMAIL PROTECTED]> wrote:
> I am looking in the
> /struts-2.1.2/src/plugins/rest/src/main/java
> struts-2.1.2-all.zip.

I don't understand; there's no XML in the Java directories of the download 
(this is from -all):

/tmp/struts-2.1.2/src/plugins/rest $ find . -name "*.xml"
./pom.xml
./src/main/resources/struts-plugin.xml

And that plugin contains the elements I posted previously:

  <bean type="org.apache.struts2.dispatcher.mapper.ActionMapper" name="rest" 
class="org.apache.struts2.rest.RestActionMapper" />
...
  <constant name="struts.mapper.class" value="rest" />

Dave


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to