Hi,
I need to apply an if condition in the <title> in a layout component.
In my layout I want to do :

<html xmlns:t="http://tapestry.apache.org/schema/tapestry_5_1_0.xsd";>
    <head>
        <t:if test="condition">Error in </t:if><title>Page title</title>
    </head>
    <body>...........

So I can get the information that current page is in error
(information stored in session),
but I seem that Tapestry don't reload Layout. So even if my page is in
error my IF is not verifiyed.

How can I tell Tapestry to reload layout page ?

thanks in advance.

Reply via email to