I\'ve been trying to add icons to my save, delete, etc. buttons. I have about five buttons using the
tag to call an action in a controlle
Don't use actionSubmit, just use a and provide the link/action properties like so:
here's a more detailed example
Note: actionSubmit passes the following input name/values for update, save and delete
name="_action_update" //update
name="_action_update" //save
name="_action_delete" //delete
so you would just need to do the same if you're app is dependent on them