Hello,
Just wanted to follow up on this; we're still experiencing this issue, wondering if anyone has a moment to try and reproduce this on their end too? Thanks, Peter ----- Original Message ----- From: "Peter Hvass" <p.hv...@albourne.com> To: "Tapestry users" <users@tapestry.apache.org> Sent: Thursday, August 29, 2013 4:02:03 PM Subject: [5.4] LinkSubmit Client-side Validation Broken Hello, Just wanted to check if anyone else can reproduce this before I post an issue; Example tml; <!DOCTYPE html> <html xmlns:t="http://tapestry.apache.org/schema/tapestry_5_3.xsd"> <head> <title>Bob</title> </head> <body> <t:form> <t:textfield value="bob" validate="required" /> <t:linksubmit>Link Submit</t:linksubmit> <t:submit /> </t:form> </body> </html> Example java; @Property private String bob_; Clicking the linksubmit causes a POST regardless of the client-side validation on textfield bob, and when the page reloads we see the validation message. Clicking the submit causes no POST and client-side validation appears immediately. Hope someone can help confirm this as an issue! Thanks, Peter