Is there a default success result when using Zero configuration? I'd like to see this feature added. Spring MVC has something similar, as does Tapestry. It's quite nice to simple create a controller, as well as a view without having to configure anything.
http://www.springframework.org/docs/reference/mvc.html#mvc-coc-r2vnt Implementation ideas: specify the default directory on the filter, then name the JSP the same as the URL. For example, TestAction would expect a test.jsp page. Specify the default result type should be possible in struts.xml. Maybe this setting should go there as well. Does the actionPackages configuration belong in struts.xml instead of web.xml? Thanks, Matt -- View this message in context: http://www.nabble.com/Enhancement-to-Zero-Config%3A-Default-Success-Result-tf3324150.html#a9241471 Sent from the Struts - Dev mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
