Phase Listener

Hi everyone,

I need to set up some value bindings and actions listener by code, but i cant find the right phase to do it. I need to setup this bindings before the page is actually in use since the first request. the thing is that putting them after the 1st phase when looking the object by its id, is not found; it is found at the end of the render response, but then is too late.

any ideas?

[410 byte] By [iapazminoa] at [2007-11-27 5:19:34]
# 1
> I need to set up some value bindings and actions listenerWhy? Maybe there are better ways.
BalusCa at 2007-7-12 10:43:00 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...
# 2

I have a fragment which contains a subview. this jsp has its own bacinkg bean, but contains two buttons that the action and action listeners should be setted by another backing bean, and the same for an inputText and its value binding.

the main jsp makes an include of the fragment at the end of it, so the main's backing bean constructor is over before the fragment's one has began, so i can`t put there the necesary bindings and behavior i need this 3 elements to have. i can't put this in a method afetr everything has loaded because i need this functionality from the begining since they validation buttons.

iapazminoa at 2007-7-12 10:43:00 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...