[ https://issues.apache.org/jira/browse/TAP5-2693?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Ben Weidig reassigned TAP5-2693: -------------------------------- Assignee: Volker Lamp > Grid and linksubmit context, defer is not working > ------------------------------------------------- > > Key: TAP5-2693 > URL: https://issues.apache.org/jira/browse/TAP5-2693 > Project: Tapestry 5 > Issue Type: Bug > Components: tapestry-core > Affects Versions: 5.7.2 > Reporter: Cédric BOONE > Assignee: Volker Lamp > Priority: Major > > Hello, > > with a simple code : > > TML: > <t:grid .... t:add="action" > > <p:actionCell> > <t:LinkSubmit t:id="edit" t:context="someContext" t:defer="false" > > ..... > </t:LinkSubmit> > </p:actionCell> > </t:grid> > > JAVA: > > public void onSelectedFromEdit(String someContext){ > // the value of someContext is always the last row context > } > > the defer parameter should fix this, but it doesn't. > > I know there is an open issue from 2017, but it hasn't been active since then. > > > -- This message was sent by Atlassian Jira (v8.20.10#820010)