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]

Reply via email to