And tell your favorite html editor to use XHTML, no HTML.

cyrille

erwin_br a écrit :
Ex: This wokr fine!!!!
<html xmlns:t="http://tapestry.apache.org/schema/tapestry_5_0_0.xsd";>
    <head>
        <title>musiclib Start Page</title>
    </head>
    <body>
                <table t:type="grid" rowsPerPage="10" pagerPosition="both"
source="tracks">
                        <t:parameter name="ratingCell">
                         XXXX
                        </t:parameter>
                </table>
    </body>
</html>

But if i edit on publish or front page like this:
<html xmlns:t="http://tapestry.apache.org/schema/tapestry_5_0_0.xsd";>
<head>
        <title>musiclib Start Page</title>
</head>
<FRAMESET COLS="30%, 70%">
    <FRAME SRC="coluna1.html" NORESIZE SCROLLING="YES">
     <frameset ROWS="20%, 80%">
    <FRAME SRC="linha1.html" NORESIZE SCROLLING="NO">
   <FRAME SRC="linha2.html" NORESIZE SCROLLING="NO">
</frameset>
<body>
</body>
</html>
I get this error!!!!!!
An unexpected application exception has occurred.

    * org.apache.tapestry.ioc.internal.util.TapestryException
      Failure parsing template context:WEB-INF/Start.html: Attribute name
"NORESIZE" associated with an element type "FRAME" must be followed by the '
= ' character.

      location
          context:WEB-INF/Start.html, line 6, column 40
          1 <html
xmlns:t="http://tapestry.apache.org/schema/tapestry_5_0_0.xsd";>
          2 <head>
          3 <title>musiclib Start Page</title>
          4 </head>
          5 <FRAMESET COLS="30%, 70%">
          6 <FRAME SRC="coluna1.html" NORESIZE SCROLLING="YES">
          7 <frameset ROWS="20%, 80%">
          8 <FRAME SRC="linha1.html" NORESIZE SCROLLING="NO">
          9 <FRAME SRC="linha2.html" NORESIZE SCROLLING="NO">
          10 </frameset>
          11 <body BACKGROUND="paper.gif" BGCOLOR="#FFFFFF" TEXT="#000000"
LINK="#0000FF" VLINK="#FF66FF" ALINK="#FF0000">

    * org.xml.sax.SAXParseException
      Attribute name "NORESIZE" associated with an element type "FRAME" must
be followed by the ' = ' character.



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to