I'd configured the range of the random number produced by the RandomNumberModule in cocoon.xconf like this:
<component-instance class="org.apache.cocoon.components.modules.input.RandomNumberModule" logger="core.modules.input" name="random">
<min>0</min>
<max>5</max>
</component-instance>
... but it doesn't work because the range is between 0 and 999999999.
Thats wrong here?
Thank you!
Regards Stephan
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
