I post the same question without response ;) But I share my investigation with you.
1 - After first quick investigation I found a class responsible of this instantiation : ComponentClassTransformer but with more investigation the call to instanciate a component is Component target = componentClassTransformer.createInstantiator( MyComponent.class).newInstance(InternalComponentResources); But if I can injetc the ComponentClassTransformer I can't Inject and InternalComponentResources in my page and/or my component. After more inverstigation it seems that the only place in tapestry to call this method is in the InternalComponentResourcesImpl class. but and instance of this class is not available by Injection. For instanciate the class I need this call new InternalComponentResourcesImpl(this, containerResources, instantiator, _typeCoercer, _messagesSource); !!!! So now I try to find how call this constructor with this parameter (injection/instanciation). To be continue .... On 8/17/07, Max Scheffler <[EMAIL PROTECTED]> wrote: > > Hello, > How is it posible to render a tapestry-component in a(n other) > component-class and get the output? > > For example I want to response the rendered tapestry-component HTML to > add it per JavaScript. > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > >