Using Frames in JSF
Can anyone provide an example on how to use frames inside JSF? I don't know how to define the framesets inside the jsf file. A simple example will go a long way. Thanks.
Can anyone provide an example on how to use frames inside JSF? I don't know how to define the framesets inside the jsf file. A simple example will go a long way. Thanks.
I would define the frameset in a regular HTML or JSP file, not a JSF file. The source of the frames will refer to JSF resources.
Can you give me a sample raymond?
Nope, I'm not big on samples, especially of code I've never tried to write. Give it a try, if you have a problem post your code and we'll take a look.