Hi, I'm trying to build an application that uses frames with JSF. Is this possible?
Suppose a page with two frames, an upper one for menu and a bottom one that is again composed by a left frame for filter settings and a right one for a list. How can these frames talk each other? 1) The menu reload the bottom frame 2) The filter reload the list frame Now, with struts I simply used the form target attribute.. but how can this be done with JSF? Thank you Cosma

