Use a button with an ActionLink/EventLink instead and pass the current item (or its id for example) as a parameter.
2009/8/25 Stephan Windmüller <stephan.windmuel...@cs.tu-dortmund.de> > Hello! > > We are using a Grid which contains a submit button in each row ("select > this"). Of course this only works when I put the Grid in a form component. > > But every time I select a button in this form (even when it is outside > the grid) I get an IndexOutOfBoundsException. It seems to me that the > grid itself is being transmitted but the values changed. Why does this > happen and how do I prevent this? > > Setting volatile=true does not work because the information for the > buttons is no longer available. > > TIA > Stephan > > --------------------------------------------------------------------- > To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org > For additional commands, e-mail: users-h...@tapestry.apache.org > >