Its possible to read menu.xml within layout.tml.
I have layout.tml like this :

   <html xmlns="http://www.w3.org/1999/xhtml";
      xmlns:t="http://tapestry.apache.org/schema/tapestry_5_1_0.xsd";
      xmlns:p="tapestry:parameter">
    <head>
        <meta http-equiv="content-type" content="text/html;
charset=utf-8"/>
        <title>${title}</title>
    </head>
    <body>
        <div id="header">
                <center><h3>Learn Tapestry 
5</h3></center>
        </div>
        <div id="page">
                
                                        <div id="left" class="sidebar">
                                                        
<ul><t:pagelink page="master/student">Master
Student</t:pagelink></ul>
                                                        
<ul><t:pagelink page="master/user">Master
User</t:pagelink></ul>
                                                        
                                        </div>
                                        <div
id="content"><fieldset><t:body/></fieldset></div>
                                        
                
        </div>
    </body>
</html>

I want to replace left division ("div id=left") that contains actionlink
components as menu with menu.xml. its possible for that ?

any idea or step to get it :D

thank so much
Regard,
Rony

--
View this message in context: 
http://tapestry.1045711.n5.nabble.com/menu-xml-on-tapestry-5-tp4516397p4516397.html
Sent from the Tapestry - User mailing list archive at Nabble.com.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org

Reply via email to