appfuse Spring MVC Basic - Version 2.01 I created a new POJO that had an embedded Address object. This caused the maven plugin, appfuse:gen, to fault with errors in some of the Freemarker templates.
By comparing the Spring templates to the Struts templates I found the problem, a missing test for "!c2j.isComponent(field)" Attached are two patch files that correct the problem. One is for form-view.ftl the other is for web-tests.ftl. Now, if we could just get the components to generate jsp code! Bob http://www.nabble.com/file/p14504146/form-view.diff form-view.diff http://www.nabble.com/file/p14504146/web-tests.diff web-tests.diff ps. I had a problem with the JIRA. It threw a null pointer exception so I am posting this here. -- View this message in context: http://www.nabble.com/Patches-for-appfuse-generator-when-using-component-tp14504146s2369p14504146.html Sent from the AppFuse - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
