It is experimental only. We did have to many issues implementing it properly. Though there a view unit test cases for it (just search for <wicket:component) and as far as i remember it actually works for simple components like BoxBorder. In that context there is yet another tag you didn't mention in your list <wicket:param..> which kind of belongs into the same category. Do not use them. Once we migrated to "parent container must be provided with the components constructor", it'll be much easier to implement them.
Sure you can create your own one, but what for? What are you missing? Juergen On 3/21/06, Tom van Zummeren <[EMAIL PROTECTED]> wrote: > > > > Ok I am using Wicket for a few weeks now, and I gathered a lot of > information about it via the wicker website, wicket-wiki and this mailing > list. > > > > During this gathering I discovered a lot of wicket tags. Here is the list of > tags I know how to use: > > > > <wicket:panel> > > <wicket:border> > > <wicket:child> > > <wicket:extend> > > <wicket:body> > > <wicket:head> > > <wicket:remove> > > <wicket:message> > > > > Now I found another tag called <wicket:component>, I can't seem to make it > work. > > > > I tried <wicket:component class=" > jteam.wickettest.site.components.EmployeeTree"/> but no > success. > > Instead, I get the following exception: > > wicket.markup.MarkupException: Unable to create Component from wicket tag: > Cause: > jteam.wickettest.site.components.EmployeeTree.<init>(java.lang.String). > > > > What am I doing wrong here? > > > > And are there more tags than this in wicket? > > > > And can I create my own wicket tags? > > > > > > Tom ------------------------------------------------------- This SF.Net email is sponsored by xPML, a groundbreaking scripting language that extends applications into web and mobile media. Attend the live webcast and join the prime developer group breaking into this new coding territory! http://sel.as-us.falkag.net/sel?cmd=lnk&kid0944&bid$1720&dat1642 _______________________________________________ Wicket-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/wicket-user
