Re: How to include Javascript in tag

2008-04-24 Thread Nino Saturnino Martinez Vazquez Wael
you can also implement iheadercontributor PJ Pillai wrote: Hello, I am new to Wicket. I am trying to build a dynamic navigational menus. I am building the menuitems from the database in my java code and want to include it at runtime in the page. Please see the my html below. I tried label, inc

Re: How to include Javascript in tag

2008-04-24 Thread Maurice Marrink
Use .. Maurice On Thu, Apr 24, 2008 at 1:02 AM, PJ Pillai <[EMAIL PROTECTED]> wrote: > > > > Hello, > > > > I am new to Wicket. I am trying to build a dynamic navigational menus. I > > am building the menuitems from the database in my java code and want to > > include it at runtime in t

Re: How to include Javascript in tag

2008-04-23 Thread PJ Pillai
> > Hello, > > I am new to Wicket. I am trying to build a dynamic navigational menus. I > am building the menuitems from the database in my java code and want to > include it at runtime in the page. > > Please see the my html below. I tried label, include component but it > doesn't work. Please not