module extension jeckels  2011-08-08 13:21
Status: Closed
 
Hi Brian,

Yes, that should work. You can either create a new controller which gets registered inside of IssueModule.init() (just like IssuesController), or create a new View subclass which gets registered inside of IssuesController in the constructor to DefaultActionResolver. The former will create a new controller namespace on the URL and might be a good choice if you anticipate needing to add multiple pages, and the latter will use the existing /issues/ URL mapping.

Thanks,
Josh