Skip to Main Content

Calling layout templates with an argument

785434Jul 16 2012 — edited Jul 17 2012
Is there a way to call a layout template with an argument where the argument won't get passed in the query string?

e.g:

<render:gettemplateurl
assembler="wrapath"
c="Page"
cid="1234567890"
outstr="theURLVariable"
site="MySite"
slotname="wra"
tid="1234567890"
tname="/OuterLayout"
wrapperpage="GST/Dispatcher">
<render:argument name="variable1" value="value1"/>
</render:gettemplateurl>


My generated url has .../mypage?packedargs=variable1=value1.

I don't want this passed as a query string rather a template argument similar to render:calltemplate.

Thank you!
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked due to inactivity on Aug 14 2012
Added on Jul 16 2012
1 comment
128 views