Hi
One option (not very standard but an easy one) to check what's happening is
call Thread.dumpStack on constructor and check both stack traces to see from
where the constructor is called. With this information, it is possible to
check myfaces code to see if somethings wrong.
regards
Leonardo Ur
Bean constructor is being called twice (probably bean is created twice...).
The weird thing is, that the request to the page contains a parameter.
The first time the constructor is called, I get the parameter from the
request (in the constructor).
The second time the constructor is called, the gett
What do you mean with "being called twice"? You don't call a bean, but
instantiate a bean and call methods or properties on it. Is a method
or property being called twice? Or do you get two bean instances
within one request?
Regards,
Jan-Kees
2009/7/10 Mamallan Uthaman :
> Hi Guy,
>
> You can in
3 matches
Mail list logo