That's the missing link I was looking for.  Thanks!  Here's what I ended up 
with, and it works great.

<rde-dm:attribute mode="write" source="request" 
attribute="rdeResponseStatus" op="set" value="404"/>
<rde-dm:attribute mode="choose"> 
   <rde-rd:when test="session:rdeErrorInfoCurrent contains 'deu/deu'"> 
      <rde-dm:include content="deu/deu/error.html" />
   </rde-rd:when> 
   <rde-rd:when test="session:rdeErrorInfoCurrent contains 'chs/chs'"> 
      <rde-dm:include content="chs/chs/error.html" />
   </rde-rd:when>
   
      ....Etc......

   <rde-rd:otherwise>
      <rde-dm:include content="com/eng/error.html" /> 
   </rde-rd:otherwise> 
</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/-/8oXXikktg4YJ.
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.

Reply via email to