Or, since that's not always convenient for your html:
<t:if test="loggedin">
...
</t:if>
...
<t:if test="loggedin" negate="true">
...
</t:if>
Cheers,
Nick.
Robin Helgelin wrote:
On 8/28/07, Angelo Chen <[EMAIL PROTECTED]> wrote:
Thanks, this works! i check the doc, seems there is no 'else' in this
component like T4, right?
It works like this:
<t:if test="loggedin">
<t:parameter name="else">
Not logged in!
</t:parameter>
</t:if>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]