Hi folks!
How can I get check if a session attribute is not set in the sitemap.
I'm trying something like:
<map:select type="session-attribute">
<map:parameter name="attribute-name" value="session-language"/>
<map:when test="">
<map:act type="session-store">
<map:parameter name="param" value="session-language"/>
<map:parameter name="session-language" value="pt"/>
</map:act>
</map:when>
</map:select>
But don't work.
Thanks in advance,
Carlos Dias
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]