Posted By:
Vinutha_ml
Posted On:
Monday, November 6, 2006 09:10 AM
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, xmlns:ui="http://java.sun.com/jsf/facelets" xmlns:h="http://java.sun.com/jsf/html" xmlns:f="http://java.sun.com/jsf/core"> In heading.jsf i have included one component like this, action="#{menu1.someAction}" target="f3" /> but when i click that "Health Record" component, the resulting pa
More>>
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,
xmlns:ui="http://java.sun.com/jsf/facelets"
xmlns:h="http://java.sun.com/jsf/html"
xmlns:f="http://java.sun.com/jsf/core">
In heading.jsf i have included one component like this,
action="#{menu1.someAction}" target="f3" />
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.
How to solve this problem..........
Regards,
Vinutha.