Hi All
I am trying to generate a selection-list for CForms via JXTemplate, so it can be populated by static constants from Java Objects. No bizdata is being passed to the template.
something like this:
<fd:selection-list
xmlns:jx="http://apache.org/cocoon/templates/jx/1.0"
xmlns:i18n="http://apache.org/cocoon/i18n/2.1"
xmlns:fd="http://apache.org/cocoon/forms/1.0#definition"
>
<fd:item value="${Packages.org.apache.cocoon.bean.query.SimpleLuceneCriterion.ANY _MATCH}">
<fd:label><i18n:text i18n: catalogue="local">search.${Packages.org.apache.cocoon.bean.query.SimpleL uceneCriterion.ANY_MATCH}.match</i18n:text></fd:label>
</fd:item>
. . .
</fd:selection-list>
The expressions result in empty strings.
Can anyone see what I am doing wrong?
Thanks for any suggestions.
regards Jeremy
--------------------------------------------------------
If email from this address is not signed
IT IS NOT FROM MEAlways check the label, folks !!!!! --------------------------------------------------------
smime.p7s
Description: S/MIME cryptographic signature
