You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tapestry.apache.org by "Felix Gonschorek (JIRA)" <ji...@apache.org> on 2013/11/22 12:30:35 UTC

[jira] [Created] (TAP5-2233) AjaxFormLoop: rowvalue missing when removeRowLink is not plain text

Felix Gonschorek created TAP5-2233:
--------------------------------------

             Summary: AjaxFormLoop: rowvalue missing when removeRowLink is not plain text
                 Key: TAP5-2233
                 URL: https://issues.apache.org/jira/browse/TAP5-2233
             Project: Tapestry 5
          Issue Type: Bug
          Components: tapestry-core
    Affects Versions: 5.4
            Reporter: Felix Gonschorek
            Priority: Minor


Component: RemoveRowLink
Version: 5.4 alpha 25
Browser: Chrome Win 8

<t:removeRowLink>
<img src="${asset:remove.png}" />
</t:removeRowLink>

ajaxformloop.js searches for the "data-afl-row-value" attribute on the element that has been clicked. the data attribute is rendered on the link. the element that emits the click event is the image. 

result: "rowvalue" is missing => exception.

Intermediate solution: use text only as body for RemoveRowLink component. the event will be emitted from the <a /> element and the data attributes will be present.

Regression: this bug was introduced in tapestry < 5.4, in 5.3.x it worked for us.



--
This message was sent by Atlassian JIRA
(v6.1#6144)