Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
So here's my little problem:
In my template I call a macro.
<umbraco:Macro EmailTo="[$emailTo]" EmailSubject="[$emailSubject]" EmailBody="[$emailBody]"....
This macro is a wrapper for a usercontrol (contactform). As you can see I use the Advanced Parameter Syntax to get the settings from the page.
Now If i add a subnode the parameter EmailBody is null in my codebehind. This is only on the subpage.
So:
page_one -> properties filled|___page_two -> no properties filled
page one would work
page two would not work
How can this happen? Anybody?
I did some more research on this problem and found that the parameter is not passed if it is of type Text Multiline. The textstring types are passed recursively.
Is this something familiar?
Nobody ever noticed this issue?
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
Advanced Macro Parameters Recursive?
So here's my little problem:
In my template I call a macro.
This macro is a wrapper for a usercontrol (contactform). As you can see I use the Advanced Parameter Syntax to get the settings from the page.
Now If i add a subnode the parameter EmailBody is null in my codebehind. This is only on the subpage.
So:
page one would work
page two would not work
How can this happen? Anybody?
I did some more research on this problem and found that the parameter is not passed if it is of type Text Multiline. The textstring types are passed recursively.
Is this something familiar?
Nobody ever noticed this issue?
is working on a reply...