see if you can access the markupstring in onbeforerender(), iterate it, and add the necessary components there.
-igor On Sun, Sep 26, 2010 at 11:40 AM, Mihai Postelnicu <[email protected]> wrote: > Any idea how can we approach this differently ? we need a component spawned > in html (because we have some default translatable text in the html that we > have to enclose and also acts as the key) with callbacks and two states > (edit mode and read only, much like ajaxeditablelablel). > > Any idea is welcome ! > > Thanks > Mihai > > > On 09/26/2010 10:51 AM, Igor Vaynberg wrote: >> >> it can modify hierarchy, but the components it adds only exist during >> the render phase - so those components cannot receive callbacks or >> hold state. >> >> -igor >> >> On Sat, Sep 25, 2010 at 10:41 PM, Alexander Morozov >> <[email protected]> wrote: >> >>> >>> So IComponentResolver cannot modify component hierarchy. Right ? And >>> there is >>> no way for the author to create and handle "special" >>> tag<translate>. >>> >>> >>> -- >>> View this message in >>> context:http://apache-wicket.1842946.n4.nabble.com/Saving-a-component-in-session-tp2551649p2714088.html >>> Sent from the Users forum 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] >> >> > > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
