Submitting a Form rendered from a XSLT view
Since the 'action' attribute is not needed in the <Form tag, how does the form know where to 'post' to?
Here is my scenario:
I am displaying the form using an XSLT view (bascially a list of hierarchical items with check boxes next to them)
I would like to then select items and call a form to add the items to a cart, but how do I specify the form to call? Can I just post to a form extending SimpleFormController and specify the URL mapping to it in the urlMapping bean?