Hi Yuval,
(Please do not crosspost)
What are you trying to do? Without an example page and some example
code it is hard to see what you mean. Can you provide some example
snippets?
Thanks!
Manfred
On 10/24/13 3:34 AM, yuvalzi_at_gmail.com wrote:
> Does JSF need request forward?
>
> When i access a page directly in JSF, the beans on the page are not
> tightly coupled to the client/session, and i get inconsistent values on
> the setXXX property methods. Only when i pass through a dummy page that
> forwards to my real page, the JSF beans work correctly.
>
> Any ideas?
> Thanks in advance,
> Yuval