<html><head></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><div>Sorry, my last email contained the wrong sample code. Here is the correct sample code</div><div><br></div><div>---------------------------</div><div><br></div>I am working on a recipe that provides the user with a directive that selects a page text variable found on a specified page. Unfortunately, I'm finding that if the PTV contains a link whose target is {$FullName}, the link appends "FullName" to the target. For example<br><br><div><b>on Main.MyPage:</b></div><div><br>MyPTV: [[{$FullName}?action=...etc.</div><div><br></div><div>The directive mistakenly gives me a link to a page named "Main.MyPageFullName" as if I had written<br><br>[[{$FullName}FullName?action=...etc.<br><br>Why does this transformation happen? How can I prevent it?<br><br>Randy</div></body></html>