Hi All, Is anybody using DWR for displaying/submitting forms in Appfuse ? Since the examples for DWR integration in appfuse show a dedicated manager bean invoking methods on the service layer, I am wondering what people are doing about data binding and validation on the forms? It seems to me that the very elegant Spring solution of binding fields to the object and validating upon form submission is now lost and must be re-written in order to use DWR. Am I mistaken ? Is there a way to use Spring's FormControllers to display, and validate form submissions, by invoking them from DWR? Is there another AJAX driven way to display and submit forms ? It seems quite wasteful and redundant to me to rewrite my form submission pages, and to rewrite data validation modules for the DTOs to function properly. Thanks for the information
Nat
