auto components are removed after rendering is complete if i recall correctly, so there is nothing processing the submitted input.
-igor On Mon, Jan 5, 2009 at 5:42 AM, Ricardo Mayerhofer <[email protected]> wrote: > > Anyone? Wicket gurus? > > Any tip on how to make it work with component models is appreciated. > > Thanks. > > > Ricardo Mayerhofer wrote: >> >> Hi all, >> I'm trying to autoAdd form components using componentResolver, but as far >> as I know it doesn't work nor is the recommended aproach: >> http://cwiki.apache.org/WICKET/lifecycle-of-a-wicket-application.html#LifecycleofaWicketApplication-Rendering >> >> My intent is something like this: >> if ( componentTag.getName().equals( "input" ) ) >> { >> markupContainer.autoAdd( new TextField( componentTag.getId() ), >> markupStream ); >> } >> >> Is it posssible to acomplish this using wicket? Any input is appreciated. >> Thanks. >> > > -- > View this message in context: > http://www.nabble.com/ComponentResolver-and-CompoundPropertyModels-tp21209434p21291204.html > Sent from the Wicket - User mailing list archive at Nabble.com. > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
