Re: [Wicket-user] How do I show/hide row

2007-04-24 Thread john . mattucci
] Re: [Wicket-user] How do I show/hide row sts.sourcef orge.net

Re: [Wicket-user] How do I show/hide row

2007-04-24 Thread john . mattucci
sts.sourcef orge.net Subject Re: [Wicket-user] How do I show/hide row 04

Re: [Wicket-user] How do I show/hide row

2007-04-23 Thread Igor Vaynberg
what you have below seems pretty reasonable. if it is more then just links changing i would swap a different fragment in, but it looks like overkill for your case. -igor On 4/22/07, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: I have a table which contains a list of users. At the end of each

[Wicket-user] How do I show/hide row

2007-04-22 Thread john . mattucci
I have a table which contains a list of users. At the end of each row there is an delete/undo link. When the user clicks delete I want to hide the row and replace it with only the undo link. What would be the best way to do this? Thanks for your time. view = new ListView(rows, data) {