Hi, Is SubmitLink what you are after?
http://incubator.apache.org/click/docs/extras-api/org/apache/click/extras/control/SubmitLink.html kind regards bob On 13/01/2010 11:09 PM, getagrip wrote:
Hi, is there any to add a callback to a text-based href submit? We cannot work with buttons/images so our forms have to be submitted like this: <a href="javascript:document.loginform.submit();">Login</a> Unfortunately I cannot find any hints on how to do this programmatically via the framework. Maybe in combination with an ActionLink? But this would just call a Page and not submit the form I guess. Cheers, getagrip
