@EventListener doesn't work with multi-part forms
-------------------------------------------------
Key: TAPESTRY-1575
URL: https://issues.apache.org/jira/browse/TAPESTRY-1575
Project: Tapestry
Issue Type: Bug
Components: Framework
Affects Versions: 4.1.2
Reporter: Jeremy F. Kassis
When using the @EventListener, the client usually stuffs a beventtarget.id
parameter into the request to indicate which browser event the user has
triggered.
Somehow, the beventtarget.id parameter doesn't make it into the request for
multipart forms (i.e. when the request contains an Upload component).
I tried debugging this on the server-side, but it looks like a client-side
issue since the Multipart decoder isn't finding the parameter in the servlet
request at all.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]