how to send selected dropdown list value property to HTML in Pega
Dear Pega Community,
i have problems send selected dropdown list value property to popup(actions : Open URL in Window) window which i create in HTML. how i can print out the value in HTML?. i allready try to print with <pega:reference/> tag but it not print the value. do you have any solutions with my problems?. thank you very much.
below is my activity step :
1. Method = Property-Set
method-parameters :
propertiesName = Param.TelephoneNumber
propertiesValue = .TelephoneNumberChoosen
2. Method = Show-Stream
method-parameters :
StreamClass : Rule-Obj-HTML
StreamName : PegaCallAppletHTML
below is my HTML code :
<html>
<body>
<p><pega:reference name="Param.TelephoneNumber" mode="literal"/> keleus</p>
</body>
</html>