Hi, > auto components are removed after rendering is complete if i recall > correctly, so there is nothing processing the submitted input.
there are a couple of problems with that approach, same for embedding components in markup with the <wicket:component> I approached a similar problem auto-adding components with templates. My solution can be found here: http://www.footprint.de/fcc/2008/11/some-wicket-scala/ Instead of handling wxComponent you might filter for other tags - so that might be the solution for you, too. Hope this helps. Best regards, --- Jan. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
