Joe Trewin a écrit :
Try changing the <span> to a <div> ... (Tapestry doesn't care what it
is, and spans have inline layout meaning that they can only contain
other inline tags - div is a block element, so it can).
Thanks a lot.

I've just try with Eclipse3.3 and it complains : Invalid location of tag (div).

I will try with DreamWeaver...

cheers,
cyrille
-----Original Message-----
From: #Cyrille37# [mailto:[EMAIL PROTECTED] Sent: 20 July 2007 17:14
To: Tapestry users
Subject: [T4] Shell and Border ok but ...

Hello

I got a @Border with a @Shell to get all stuff common for all pages. It's working but ... All that <span> around the <body> are not compatible with HTML, so wysiwyg editor are not happy.

Perhaps I've miss some knwoledge ?

The Boder.html :

<html>
...
</head>
<span jwcid="$content$">
<span jwcid="@Shell" title="Scrutalys" disableCaching="true" consoleEnabled="true" debugEnabled="true" browserLogLevel="DEBUG"> <body jwcid="@Body"> ... <span jwcid="@RenderBody">This is the page content.</span> </body> </span> </span> </html>

A tipycal page.html :

<html >
...
</head>
<body jwcid="$content$">
<span jwcid="@Border">
    ...
</span>
</body>
</html>





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

Reply via email to