ImageSubmit doesn't trigger it's listener/action when called asynchronously
---------------------------------------------------------------------------

                 Key: TAPESTRY-1638
                 URL: https://issues.apache.org/jira/browse/TAPESTRY-1638
             Project: Tapestry
          Issue Type: Bug
          Components: Core Components
    Affects Versions: 4.1.2
         Environment: any
            Reporter: Marcus Schulte
            Assignee: Marcus Schulte
             Fix For: 4.1.3


ImageSubmit determines whether it has been clicked (method isClicked() ) by 
searching for getName()+".x" among the requestParameters. However, this 
parameter is only available in regular, synchronous submissions.

Proposed fix: Share the implementation of isClicked with that of @LinkSubmit

-- 
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]

Reply via email to