RE: wicket:head contribution panel and modal window

2009-11-28 Thread Caldarale, Charles R
> From: Ed _ [mailto:ed_b...@hotmail.com] > Subject: wicket:head contribution panel and modal window > > I am trying to add some javascript via a panel that gets opened in a > Modal Window. > > The same panel on a web page adds the js to the head section of the > page

wicket:head contribution panel and modal window

2009-11-28 Thread Ed _
I am trying to add some javascript via a panel that gets opened in a Modal Window. The same panel on a web page adds the js to the head section of the page. But does not when opened in a Modal Window. is there a way to do this? thx, Ed __