Re: ListView + dynamic rows: always remove last row...

2010-06-19 Thread jOki
Even Im trying to implement the remove link as: - item.add(removeLink(removeKeyword, item)); and it doesnt work... always remove the last row... -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/ListView-dynamic-rows-always-remove-last-row-tp2260480p2261045.html

Re: ListView + dynamic rows: always remove last row...

2010-06-19 Thread Erik van Oosten
Try to use the RemoveLink that is available as inner class of ListView. Regards, Erik. Op 18-06-10 18:29, jOki wrote: Hi!! Im trying to implement a dynamic Form, where you can add textfields and remove as you want. The add button works fine, but the remove button always remove the last

Re: ListView + dynamic rows: always remove last row...

2010-06-19 Thread James Carman
this message in context: http://apache-wicket.1842946.n4.nabble.com/ListView-dynamic-rows-always-remove-last-row-tp2260480p2261045.html Sent from the Wicket - User mailing list archive at Nabble.com. - To unsubscribe, e-mail

Re: ListView + dynamic rows: always remove last row...

2010-06-19 Thread Jeremy Thomerson
...@gmail.com wrote: Even Im trying to implement the remove link as: - item.add(removeLink(removeKeyword, item)); and it doesnt work... always remove the last row... -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/ListView-dynamic-rows-always-remove-last

Re: ListView + dynamic rows: always remove last row...

2010-06-19 Thread jOki
) in my code but it doesnt work. How can I differentiate objects even if when they are added (they are textfields) they just have empty values Thanks for the help! -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/ListView-dynamic-rows-always-remove-last-row

Re: ListView + dynamic rows: always remove last row...

2010-06-19 Thread James Carman
. How can I differentiate objects even if when they are added (they are textfields) they just have empty values Thanks for the help! -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/ListView-dynamic-rows-always-remove-last-row-tp2260480p2261292.html Sent from

ListView + dynamic rows: always remove last row...

2010-06-18 Thread jOki
getting crazy about that... Thanks. -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/ListView-dynamic-rows-always-remove-last-row-tp2260480p2260480.html Sent from the Wicket - User mailing list archive at Nabble.com