user  

Implement Locateor for S2 2.1.6 with REST plugins

Frans Thamura
Thu, 24 Sep 2009 06:26:14 -0700

hi all

i am working with REST now, and the example with
org.apache.struts.example work well

i try to refactor become org.blueoxygen.cimande from


i put this

<constant name="struts.convention.package.locators" value="cimande"/>

and the example work well :)

how can struts2 know the package locators is cimande from
org.blueoxygen.cimande ,

<constant name="struts.convention.package.locators"
value="org.blueoxygen.cimande"/>

i try to put org.blueoxygen.cimande and got this error

There is no Action mapped for namespace / and action name messages. -
[unknown location]


can help all?



Frans

---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscr...@struts.apache.org
For additional commands, e-mail: user-h...@struts.apache.org

  • Implement Locateor for S2 2.1.6 with REST plugins Frans Thamura