I have designed one xhtml page using frameset, where i have included 3 frames to make one page, ie. one for header, one for menuTree & one for body, This is my code,
but when i click that "Health Record" component, the resulting page is displaying in the same header webpage, but i want to display that in body part, ie. frame name f3.
so, when i click "Health Record" component, the resulting page should be displayed in body.jsf, but in my case the resulting page is displaying in heading.jsf frame itself.