Handling two image buttons on the same page
Hi,
I am trying to handle two image butons on one page. I am trying to set the bean property value in the in dsp:input tag. But i am not getting the value of property in the formhandler. here is the code..
<dsp:input type="image" src="/common/images/button-continue.gif"
bean="/whi/mpharm/WhiOrderAddressFormHandler.submitButtonVal" value="payment" name="submitNm1" id="submitId1">
</dsp:input> <br><br>
<dsp:input type="image" src="/common/images/button-continue_to_final_review.gif"
bean="/whi/mpharm/WhiOrderAddressFormHandler.submitButtonVal" value="review" name="submitNm2" id="submitId2">
</dsp:input> <br><br>
Thanks
Venni