Cannot clear validation errors when form onSuccess returns a StreamResponse
Svein-Erik Løken <[email protected]>
| Newsgroups | gmane.comp.java.tapestry.user |
|---|---|
| Message-ID | <AM4PR08MB2868AE916A1464FD0A9A588FD2910@AM4PR08MB2868.eurprd08.prod.outlook.com> |
If I record an error for my <t:palette> I cannot find out how to clear errors (tried form.clearErrors()). Because onSuccess returns a StreamResponse to download a file the form need to have async="false" The form should stay open so user can download several files with different parameters. Can anyone help! S-E