Hi,

sorry for not following up my own post that was already answered. I was
quite busy and thought I could find some examples to the given answer.

Again my question:
************************************************************************
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>
**********************************************************************

One answer that was posted by Mark:
You can generate your form definition files using jxtemplate (in a cocoon
pipeline). Then when you want to reference your definition file, use
cocoon:// to access it.


My problem: 
I don't know how to implement this. I was looking for samples, but I
couldn't find any.

Could anyone please post me a simple example how to implement this.
Or if there are examples in the web, a link to it.

Thanks

-- 
Weitersagen: GMX DSL-Flatrates mit Tempo-Garantie!
Ab 4,99 Euro/Monat: http://www.gmx.net/de/go/dsl

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

Reply via email to