On 8/10/06, Michael Heinen <[EMAIL PROTECTED]> wrote:
I just want to know whether it is generally possible to work with 2 screens simultaneously in a JSF application.
For JSF 1.2, this is generally true (although I don't know the details). For JSF 1.1, this is generally not true.
The 2 screen mode should be optional depending on user preferences. State saving mode should be server side.
The only way JSF 1.1 will work is with client-side state saving.
Can I handle this with JSF or are there any special pitfalls?
For 1.1, you need to use client-side state saving and avoid having any session-scoped data.

