Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Tapestry Wiki" for 
change notification.

The "Tapestry5GridComponent" page has been changed by IvanLjiljakVukajlovic:
http://wiki.apache.org/tapestry/Tapestry5GridComponent?action=diff&rev1=11&rev2=12

Comment:
updateSort -> getSortModel().updateSort

  
      @SetupRender
      public void setupGrid() {
-         theGrid.updateSort("XXX");
+         theGrid.getSortModel().updateSort("XXX");
      }
  
  }}}

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to