Hi,

I'm still very new to LS and I've been trying to get some
personalization code to execute
This sample is closely based on the training documentation...

Here is the code inserted in my CMS page:
<BODY>
<rde-dm:attribute mode="condition" tag="notag">
  <rde-dm:constraint>request:popup-message ne ""</rde-dm:constraint>
  <script>
    var msg = '<rde-dm:attribute mode="read" attribute="request:popup-
message"/>';
    alert(msg);
  </script>
</rde-dm:attribute>
</BODY>

The page has been published both in LS and the dev site

Calling my page with the parameter test.shtml?popup-message=blah
I should have a JS popop saying "blah"... but instead I get "<rde-
dm:attribute mode="read" attribute="request:popup-message"/>"
The page content shows "request:popup-message ne """ and a view source
shows unexecuted personalization code -- exactly as shown above

I changed the page's filename and republished it only in LS -- but I
get a 404

It looks as if the html server is not sending the request to LS
Is there something that needs to be configured for this to work ?
I tried the same code encased in <rde-dm:dynaments> but got the same
results

Your help is greatly appreciated !

Thanks,
E

-- 
You received this message because you are subscribed to the Google Groups 
"RedDot CMS Users" group.
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