I have one button which has an onclick method, which modifies the same bean values. Also a href which modifies the same bean values. So thought it would be better to use a multiaction controller for both actions. I dont need any submit action to be performed. Is it not possible to bind the bean to a multiactioncontroller
Main Topics
Browse All Topics





by: objectsPosted on 2009-09-20 at 17:17:29ID: 25379611
You would be better off using a SimpleFormController for a form. MultiActionController does not have any form support