|
From: Stefan D S. <ste...@us...> - 2004-07-28 22:12:55
|
Hello, I have this scenario: <INPUT TYPE=3D"image" SRC=3D"/images/buttons/SUBMIT.png" VALUE=3D"insert"= NAME=3D"submit"> = <INPUT TYPE=3D"image" SRC=3D"/images/buttons/DELETE.png" VALUE=3D"delete"= NAME=3D"submit"> <INPUT TYPE=3D"image" SRC=3D"/images/buttons/Cancel.png" VALUE=3D"cancel"= NAME=3D"submit"> and also tried this: <INPUT TYPE=3D"image" SRC=3D"/images/buttons/BLUESUBMIT.png" VALUE=3D"ins= ert" NAME=3D"submit"> = <INPUT TYPE=3D"image" SRC=3D"/images/buttons/DELETE.png" VALUE=3D"delete"= NAME=3D"delete"> <INPUT TYPE=3D"image" SRC=3D"/images/buttons/Cancel.png" VALUE=3D"cancel"= NAME=3D"cancel"> The problem I am getting is being able to determine which button was pres= sed since the name property on these button do not bind to the properties= of the command object. How would I be able to determine which button was= pressed? Additionally, I get <Data binding errors: 1> if this helps. Using Spring 1.0.2 Thank you.= |