Uploaded image for project: 'Tapestry 5'
  1. Tapestry 5
  2. TAP5-2693

Grid and linksubmit context, defer is not working

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Open
    • Major
    • Resolution: Unresolved
    • 5.7.2
    • None
    • tapestry-core
    • None

    Description

      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.

       

       

       

      Attachments

        Activity

          People

            vlamp Volker Lamp
            cbo-itop Cédric BOONE
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated: