Hi,

Enrique Medina wrote:
> But I don't want to inject another bean. When I talk about components I
> mean view components in the model component; e.g. refer to an
> HtmlInputText from another HtmlOutputText.
> 
> The problem I have is that I need to refer to the value of one component
> from another one in code, and both of them are dynamically created in
> the same backing bean.
> 

If you create the components you can store references to them in your bean.

Ohterwise you need to walk through the component tree, or try to fetch
them via findComponent(id) method.

Regards,
  Volker

-- 
Don't answer to From: address!
Mail to this account are droped if not recieved via mailinglist.
To contact me direct create the mail address by
concatenating my forename to my senders domain.

Reply via email to