XModPro

Bug? Quotes versus Apostrophes....

Anthony Baratta Anthony Baratta posted Jan 6, 2016
Active Jan 7 · Viewed 2050 times

Got my self all balled up with this one:

Correct:

<xmod:EditLink Text="Edit">
<Parameter Name="Class_Id" Value='[[Class_Id]]' />
</xmod:EditLink>

Incorrect:

<xmod:EditLink Text="Edit">
<Parameter Name="Class_Id" Value="[[Class_Id]]" />
</xmod:EditLink>

When using Quotes, the proper Value parameter is not passed to the Edit form, but with Apostrophes it works fine.

2 Replies

Loading replies...