我的第二个布局不起作用(Tapestry 5)

发布于 2024-12-17 19:52:02 字数 1426 浏览 1 评论 0原文

我有两个布局,并且都在索引页面中工作,但是当我给另一个布局时,第二个布局不起作用。我不知道问题是什么,我是挂毯新手。

我的代码是

    <html t:type="layout1" title="accountInfo VideoClub"
        xmlns:t="http://tapestry.apache.org/schema/tapestry_5_1_0.xsd"
             xmlns:p="tapestry:parameter">
               <head>

  <meta content="yes" name="apple-mobile-web-app-capable"/>
  <meta content="black" name="apple-mobile-web-app-status-bar-style"/>
  <meta content="text/html; charset=UTF-8" http-equiv="content-type"/>
   <meta content="width=device-width; initial-scale=1.0; maximum-scale=1.0;   
     user-scalable=0;" name="viewport" />

    <title>Video Club</title>

    <link href="./layout/layout.css" type="text/css" rel="stylesheet" />  

     </head>

    <body>

     <div id="wrap"> 

<div id="scroll">

 <ul id="thelist"> 

    <div style="text-align:center;">
    <p><h1>Account info</h1>
    <t:actionlink t:id="getStatus"> <img src="../layout/images 
                      /sub.png"/>          
       </t:actionlink><br/><br/>
    <t:actionlink t:id="getStatuss"> <img src="../layout/images
             /cancel_sub.png"/> </t:actionlink><br/></p>

    </div>

    </ul>
</div>
    </div>
     </body>    

        </html>

I have two layouts and both are working in index page, but when I give to another the second one doesn't work. I don't know what the problem is, I'm new to tapestry.

my code is

    <html t:type="layout1" title="accountInfo VideoClub"
        xmlns:t="http://tapestry.apache.org/schema/tapestry_5_1_0.xsd"
             xmlns:p="tapestry:parameter">
               <head>

  <meta content="yes" name="apple-mobile-web-app-capable"/>
  <meta content="black" name="apple-mobile-web-app-status-bar-style"/>
  <meta content="text/html; charset=UTF-8" http-equiv="content-type"/>
   <meta content="width=device-width; initial-scale=1.0; maximum-scale=1.0;   
     user-scalable=0;" name="viewport" />

    <title>Video Club</title>

    <link href="./layout/layout.css" type="text/css" rel="stylesheet" />  

     </head>

    <body>

     <div id="wrap"> 

<div id="scroll">

 <ul id="thelist"> 

    <div style="text-align:center;">
    <p><h1>Account info</h1>
    <t:actionlink t:id="getStatus"> <img src="../layout/images 
                      /sub.png"/>          
       </t:actionlink><br/><br/>
    <t:actionlink t:id="getStatuss"> <img src="../layout/images
             /cancel_sub.png"/> </t:actionlink><br/></p>

    </div>

    </ul>
</div>
    </div>
     </body>    

        </html>

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

无人问我粥可暖 2024-12-24 19:52:02

如果没有完整的代码(tml 和 java),我们无法为您提供太多帮助。

Tapestry 中的布局组件是普通组件,它们用周围的一些内容渲染其主体。

请在此处粘贴您的代码。

Without the entire code (tml and java) we can't help you much.

Layout components in tapestry are plain components, which render their body with some content around it.

Please paste your code here.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文