Thanks for the reply Tim. We are not currently using locales - I shall have
to read up on them.
It seems though that DynaMents should be able to solve the problem. The
code below is not working, but illustrates what I'm trying to accomplish.
Am I on the right track?
<rde-dm:attribute mode="write" source="request"
attribute="rdeResponseStatus" op="set" value="404"/>
<rde-dm:attribute mode="choose">
<rde-rd:when test="request:'<%CURRENT%>' contains 'com/eng'">
<rde-dm:include content="com/eng/error.html" />
</rde-rd:when>
<rde-rd:when test="request:'<%CURRENT%>' contains 'deu/deu'">
<rde-dm:include content="deu/deu/error.html" />
</rde-rd:when>
</rde-dm:attribute>
--
You received this message because you are subscribed to the Google Groups
"RedDot CMS Users" group.
To view this discussion on the web visit
https://groups.google.com/d/msg/reddot-cms-users/-/F1gwicZKrYcJ.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/reddot-cms-users?hl=en.