Changes for page test

Last modified by Jip-jan Alunkel on March 13, 19:02

From version 114.13
edited by Jip-jan Alunkel
on March 13, 14:22
Change comment: Updated class property
To version 114.17
edited by Jip-jan Alunkel
on March 13, 14:26
Change comment: Updated class property

Summary

Details

Page properties
Content
... ... @@ -56,7 +56,9 @@
56 56   })
57 57   #foreach($attr in $attrMap.keySet())
58 58   #if($elementDataObj.containsKey("$!attr"))
59 - #set($attrMap["$!attr"] = "$attr = ")
59 + #set($elemAttrVal = $elementDataObj["$attr"])
60 +
61 + #set($attrMap["$!attr"] = "$attr = $elemAttrVal")
60 60   $attrMap[$attr]<br />
61 61   #end
62 62   #end