I have a page which contains an input component for which the limits should be determined at runtime. Does anybody know how this can be best achieved?

I tried something like the following in my template

<input t:type="TextField" t:value="value.CheckedField" t:validate="min=${value.MinimumValue},max=${value.MaximumValue}"/>

But this fails.

Any ideas?

Thanks,
Joachim

--
Joachim Van der Auwera
PROGS bvba, progs.be


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to