do you have any jsf example with frames? 

I just want to make sure, I'm using correctley

my main frame is like this:
main.jsp

<html>
<framset cols="30%,*">
<frame src="leftTree.jsf" name="left">
<frame src="right.jsf" name="theFrame">
</frameset>
</html>

in a leftTree.jsp

<f:facet name="document">
<h:commnadLink immediate="true" target="theFrame" action="action1">
<t:updateListener property="#{testBean.val1}" value="#{node.description}"/>
...

right.jsp

<h:outputText value="#{testBean.val1}"/>..


config.xml

<from-outcome>action1</..>
<to-view-id>right.jsf</..>


<managed-bean-name> testBean</..>
<managed-bean-scope>request..

<managed-bean-name>leftTreBean</..>
<managed-bean-scope>session..









-- 
View this message in context: 
http://www.nabble.com/Tree2-refresh-problem-tf2004577.html#a5511570
Sent from the MyFaces - Users forum at Nabble.com.

Reply via email to