JSF issue, open second window, need to send message to first
Hi,
I'm new to JSF.
I have a JSF file that opens a second window by using the target="newWindow" option on a h:commandLink tag.
The problem is that I need to send an error message to the first window but both windows are backed by the same bean and once the second widow is open, that bean only talks to the second window. The bean is in Request scope. How do I redirect it to the first window?
Thanks.

