first commit
This commit is contained in:
13
comm/News/config/spring/normal.xml
Executable file
13
comm/News/config/spring/normal.xml
Executable file
@@ -0,0 +1,13 @@
|
||||
admin
|
||||
<action name="adminNewsAction" class="project.news.web.AdminNewsAction">
|
||||
<result name="list">/news_list.jsp</result>
|
||||
<result name="add">/news_add.jsp</result>
|
||||
<result name="update">/news_update.jsp</result>
|
||||
|
||||
</action>
|
||||
|
||||
api
|
||||
|
||||
<action name="news"
|
||||
class="project.news.web.NewsAction">
|
||||
</action>
|
||||
Reference in New Issue
Block a user