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
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
>
> 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