Re: Component with ListView that adds other Components?

2011-08-11 Thread Bruno Borges
I think that's a case for using Border. http://wicket.apache.org/apidocs/1.4/org/apache/wicket/markup/html/border/Border.html You may check the migration of Border behaviour in 1.5 at https://cwiki.apache.org/WICKET/migration-to-wicket-15.html#MigrationtoWicket1.5-RemovedmagicfromBorderComponent

Component with ListView that adds other Components?

2011-08-03 Thread Gary Thomas
Stumped on this, seemed it should simple: I am making a component that uses a ListView. Two important requirements: 1) This component will add Components and other markup before the list items, which I do not want the page designer or Java coder to worry about adding themselves in markup or