diff --git a/core/src/main/resources/lib/form/submit.jelly b/core/src/main/resources/lib/form/submit.jelly index 2f1bcf51dd83b136f7db3732c3bc6109477841b1..87d2a8e978ae9a1e81225dfced75af40c3e3ca48 100644 --- a/core/src/main/resources/lib/form/submit.jelly +++ b/core/src/main/resources/lib/form/submit.jelly @@ -27,9 +27,14 @@ THE SOFTWARE. Submit button themed by YUI. This should be always used instead of the plain <input tag. + + If specified, becomes the value of the name attribute. + When you have more than one submit button on the form, this can be used to determine + which button is pressed, as the server will get a parameter by this name. + The text of the submit button. Something like "submit", "OK", etc. - + \ No newline at end of file