I generate a csp page with a function, so if I call

>    s = "Forms.Generator".GenerateInput("Spouse")

Then s contains

    <select name="Spouse" cspbind="Spouse" classname=Sample.Person
query=ByName field="ID,Name" separator=" -- "></select>

This needs to be compiled by the CSP compiler. But if I just

>    Write s

It doesn't get compiled. What do I do? A solution would be to put the string
literally into the CSP page, but that's not possible. It's generated
dynamically.

Joost Verhoog




Reply via email to