Hi everybody,

I try to create simple site having a tree2 menu.
Any page of my site is organised in 2 part:
(1) Menu part 
(2) Body part

Actually my intetion is to have any page orgnised like this
<f:view>
...
<h:form id="frmMenu">
  <[EMAIL PROTECTED] file="tiles/index_menu.jsp"%>
</h:form> 
...
<h:form id="frmBody">
  <[EMAIL PROTECTED] file="tiles/body_1.jsp"%>
</h:form>
...
</f:view>

and into the face-config.xml
 
index_menu.jsp ---gotobody1--> body_1.jsp
                     ---gotobody2--> body_1.jsp
...


goToLink method of the menu tree2 bean return either
return "gotobody1"  or
return "gotobody2" based on the clicked tree leaf

The tre is like this
root
|-- body1
|-- body2

Could some one tell me how can I solve that problem if that is possible?

Thx in advance, a lot



-- 
View this message in context: 
http://www.nabble.com/Menu-Tree2-tf4489331.html#a12803293
Sent from the MyFaces - Users mailing list archive at Nabble.com.

Reply via email to