Do Rest support namespace?
--------------------------
Key: WW-2784
URL: https://issues.apache.org/struts/browse/WW-2784
Project: Struts 2
Issue Type: Bug
Components: Plugin - REST
Affects Versions: 2.1.2
Environment: Struts 2.1.2 with REST Spring SiteMesh Plugin
Reporter: Ryan Wong
I have set up my Controller with
@Namespace("forum")
@Results( { @Result(name = "success", type = ServletActionRedirectResult.class,
value = "topics") })
public class TopicsController implements ModelDriven<Object> {
There is a No Such Action Error with url
http://localhost:8080/forum/topics http://localhost:8080/topics
My Question is How Can I organize the page file into different folders?
I don't want to put all of the topics-index.ftl post-index.ftl into my root.
I cannot get any solution from the wiki nor the example.
Thanks a lot..
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.