Just putting together a new form using widgets and was struggling to find what the best practice pattern is for displaying results from the service of the submitted form.
To give a little context, the form contains a list to take email addresses and import them into a contact list. I've got one controller.xml entry, one widget entry, one form entry in the ContactListForms.xml and one new service def and a java routine implemented which all works. The service returns results about the import process in the map, a few lists of strings related to what emails worked and what didn't. Is there any easy way to find those results and display them within the wigdet and form described above or do I need to create a bsh file to do the call and push the results in to context and then maybe an ftl file to display them? Thanks, Ray
