On Nov 16, 2007 1:42 AM, Alexis <[EMAIL PROTECTED]> wrote: > > Yep that would be more maintenable ;) > As an alternative, you could provide instanciation of components in markup. > I think i've seen some code doing just that in the hypothetical v2.0, is > this planned for 1.3 ?
We've had this hidden feature that would let you do things like: <wicket:component name="myTable" class="org.apache.wicket.markup.MyTable" rowsPerPage="10"> I think we removed it permanently by now, but you could implement something like that if you really would like to do that. We won't be supporting it though :-) Eelco --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]