Re: Update panel from lists

2008-01-15 Thread Timo Rantalaiho
On Mon, 14 Jan 2008, tsuresh wrote: Hello , I want to update panel from lists. I have the list of users. When I click on the user I should get the user details on the UserDetailPanel. Which part of the user row do you want to react? If the whole row, I think that you must bind the behavior

Update panel from lists

2008-01-14 Thread tsuresh
Hello , I want to update panel from lists. I have the list of users. When I click on the user I should get the user details on the UserDetailPanel. I want to do this using ajax and to display userdetail side by user list. I tried like this. But this is no way near I desired. ListView userList

Re: Update panel from lists

2008-01-14 Thread wicket user
Try adding the behavior to the ListItem or the Label in the ListItem Regards Dipu On Jan 14, 2008 12:34 PM, tsuresh [EMAIL PROTECTED] wrote: Hello , I want to update panel from lists. I have the list of users. When I click on the user I should get the user details on the UserDetailPanel. I