> Hi Igor and Eelco,
> I studied wicket-seam code and i understand its injection pattern
> pretty well. But i want to implement the seam integration by other
> approach because there are some special things:
>
> 1. With SeamProxyTargetLocator is not possible to inject null values.
> 2. in IComponentInstantiationListener.onAfterRender all component
> attributes are null (I dont know why).

You mean IComponentOnAfterRenderListener? I wouldn't know why tbh...

Anyway, you could look at using IComponentOnBeforeRenderListener for
injecting and using IComponentOnAfterRenderListener for cleaning up
(outjecting?). You should ignore IComponentInstantiationListener here
because component instances can be reused over multiple requests.

Eelco

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to