RE: html:submit button

2004-07-16 Thread Sunil Sahu
Title: RE: html:submit button U can user 'onclick' event in html:button and simply call a _javascript_ function in which u have to pass the one parameter which would be exactly the 'value' u want to pass. -Original Message- From: Denis Avdic [mailto:[EMA

Re: html:submit button

2004-07-08 Thread Wendy Smoak
From: "Denis Avdic" <[EMAIL PROTECTED]> > Is there a way to separate those two? I need 10 buttons, all the same > label, but with different values submitted, depending on which button > is pressed. I am not sure how to achieve that with html:submit. > Should I just throw in a regular tag instea

html:submit button

2004-07-08 Thread Denis Avdic
Hello, >From what I understand, the value attribute on html:submit button is both the value of the label and the value submitted to the property attribute when the button is pressed. Is there a way to separate those two? I need 10 buttons, all the same label, but with different val