Hi Frank, submit should be inside form, and inside form You can add hidden to add any information You like to differ from which line/id/identificator this submit was pressed. So the simplest way to achieve it is to add form for every row.
Another solution is to use indexed properties with one form, but that's another story. Best greetings, Paweł Wielgus. 2009/8/18 BlackKnight <[email protected]>: > Hi, > > Just currious y struts didn't support <s:param> in <s:submit> > > I am having a problem: > > A list of controls are produced using iterator, user can remove each of > them by clicking submit near each of them. > > If i use <s:url>, i can send the id of the row via <param>, but the data > user has inputed will be lost! Also the iterator will be empty! > > If I use <s:submit> I have no way to know which row the control is located! > > Are trying to modify the struts2 source code! but it's really really a > mess for a beginer like me!! > > Any suggestions?! > > > > > Frank > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]

