I have a form in a zone that refers to that zone to refresh content. When there are 3 or less form elements, the form is submitted as an ajax request. When I add a fourth element (textarea, textfield, radio, hidden), the form submits as a non-ajax request ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
Key: TAP5-511 URL: https://issues.apache.org/jira/browse/TAP5-511 Project: Tapestry 5 Issue Type: Bug Components: tapestry-core Affects Versions: 5.1.0.0 Reporter: Mike Taylor I have a form in a zone that refers to that zone to refresh content. When there are 3 or less form elements, the form is submitted as an ajax request and updates the referred zone. When I add a fourth element (textarea, textfield, radio, hidden -- does not matter what type), the form submits as a non-ajax request and refreshes the entire page, not just the zone. I've tried all sorts of combinations, and it all hinges upon the number of elements in the form -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.