When i am fetching a value from DB using DB-read, and trying to write
the value using dynament, without using read dynament, the value is
displaying in the html page. This is not happening in other projects
in same liveserver
Please advise on this issue whether any mistake in coding or is there
any configuration changes needs to be done
Code snippet for Reference
<rde-dm:rdb mode="query" alias="DB-read" sql="SELECT REGR_SITE_USR_ID
AS USERID FROM RIUT_REGR_SITE_USR WHERE
REGR_SITE_USR_ID='[#session:username#]' and USR_TY_CD='AN'" rde-
id="04"/>
<rde-dm:attribute mode="write" source="request" attribute="UserID"
value="[#xpath:rde-node('04') //USERID/text()#]"/>
Here in this code UserID is displaying in html page.
--
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.