Re: ComponentResolver and CompoundPropertyModels

2009-01-07 Thread Ricardo Mayerhofer
t;> be the solution for you, too. >>> >>> Hope this helps. >>> >>> Best regards, --- Jan. >>> >>> >>> >>> - >>> To unsubscribe, e-mail: users-unsubscr...@wicket.apache.o

Re: ComponentResolver and CompoundPropertyModels

2009-01-06 Thread Igor Vaynberg
this helps. >> >> Best regards, --- Jan. >> >> >> >> - >> To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org >> For additional commands, e-mail: users-h...@wicket.apache

Re: ComponentResolver and CompoundPropertyModels

2009-01-05 Thread Ricardo Mayerhofer
; For additional commands, e-mail: users-h...@wicket.apache.org > > > -- View this message in context: http://www.nabble.com/ComponentResolver-and-CompoundPropertyModels-tp21209434p21298927.html Sent from the Wicket - User mailing list archive at Nabble.com. -

Re: ComponentResolver and CompoundPropertyModels

2009-01-05 Thread jWeekend
he solution for you, too. > > Hope this helps. > > Best regards, --- Jan. > > > > - > To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org > For additional commands, e-mail: users-h...@wi

Re: ComponentResolver and CompoundPropertyModels

2009-01-05 Thread Jan Kriesten
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 I approached a similar problem auto-adding components w

Re: ComponentResolver and CompoundPropertyModels

2009-01-05 Thread Igor Vaynberg
t; 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 f

Re: ComponentResolver and CompoundPropertyModels

2009-01-05 Thread Ricardo Mayerhofer
Id() ), > 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

Re: ComponentResolver and CompoundPropertyModels

2008-12-30 Thread Ricardo Mayerhofer
> 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. > -- V

ComponentResolver and CompoundPropertyModels

2008-12-29 Thread Ricardo Mayerhofer
e 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/C