Hi,
I've got a form-definition:
...
<fd:validation>
<fd:range min="5" max="25"/>
</fd:validation>
...
My aim is to pass parameters into this definition-file. Why? Because the
max-attribute (of fd:range) varies (depending whats on some database).
Is there, for example, a way of mixing Forms-definiton and JXTemplate?
Could I then write something like this?
...
<fd:validation>
<fd:range min="5" max="#{number/max}"/>
</fd:validation>
...
Thanks
Jonny
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]