Re: using SubmitLink button without a form

2008-01-16 Thread Alex Jacoby
Solved: Just using a normal Link with its onClick instead. No need for onSubmit. Still, should the SubmitLink be fixed or have its javadocs updated, or am I missing something? Thanks, Alex On Jan 16, 2008, at 10:22 AM, Alex Jacoby wrote: I would like to use a SubmitLink button without a

using SubmitLink button without a form

2008-01-16 Thread Alex Jacoby
I would like to use a SubmitLink button without a form, but it looks like the code for form-less SubmitLink only handles the case when it's attached to an anchor tag, and not when it's attached to a button input. From SubmitLink.java: // Here it properly sets the href tag in the case of an an