Hello,
a rather general question - is there an easy way to handle more forms in one JSP page or forms with multiple actions possible (e.g. when I hava a list of items, which I can delete or update respectively). The problem that I have is that a form can have only one backing object and I don't know how to use this feature, when I want to have a form with multiple actions. Has anyone maybe a good example of such a thing?


Reply With Quote