Re: [Wicket-user] AjaxTabbedPanel with notification on tab change

2006-11-14 Thread Marc-Andre Houle
Thanks for the answer.  The link you give me was exactly the kind of thing I was searching for.  I'll probably need to update the _javascript_ so it will not grab window.onload and window.onbeforeunload but the wicket event. Any idea how I can grab these in _javascript_?Would it be something like t

Re: [Wicket-user] AjaxTabbedPanel with notification on tab change

2006-11-14 Thread Marc-Andre Houle
Thanks a lot.  It look exactly like what I was expecting.MarcOn 11/14/06, Matej Knopp <[EMAIL PROTECTED]> wrote: Hi.you will have to override newLink() method of AjaxTabbedPanel to modify the link. Also this could help youhttp://jroller.com/page/karthikg?entry=modelling_client_side_form_modificatio

Re: [Wicket-user] AjaxTabbedPanel with notification on tab change

2006-11-14 Thread Matej Knopp
Hi. you will have to override newLink() method of AjaxTabbedPanel to modify the link. Also this could help you http://jroller.com/page/karthikg?entry=modelling_client_side_form_modifications It's about doing a behavior for detecting client form changes. -Matej Marc-Andre Houle wrote: > Hello a