04-29-2012 07:17 AM
http://oss101.com/dm/advancedSearch.pngMy issue is that for the drop down option name I am not able to localize strings, I had observed that only for the drop down fields it is not taking value from xxModel.properties
04-30-2012 01:38 PM
04-30-2012 11:29 PM
05-01-2012 01:30 AM
05-01-2012 02:29 AM
<field id="lg:nameofparty(ex.custom:prop)" label-id="assoc.lg_nameofparty" >
<control template="/org/alfresco/components/form/controls/selectone.ftl" />
</field>
<field id="lg:purpose(ex.custom:prop)" label-id="assoc.lg_purpose" >
<control template="/org/alfresco/components/form/controls/selectone.ftl" />
</field>
<field id="lg:governinglaw(ex.custom:prop)" label-id="assoc.lg_governinglaw">
<control template="/org/alfresco/components/form/controls/selectone.ftl" />
</field>
<field id="lg:orgin(ex.custom:prop)" label-id="assoc.lg_orgin" >
<control template="/org/alfresco/components/form/controls/selectone.ftl" />
</field>
<field id="lg:category(ex.custom:prop)" label-id="assoc.lg_category" >
<control template="/org/alfresco/components/form/controls/selectone.ftl" />
</field>
05-01-2012 03:19 AM
05-01-2012 03:35 AM
05-01-2012 04:06 AM
05-12-2015 04:52 PM
<control .. selectone.ftl" />
may be fetched from a resource bundle in a different context to its field label <field .. label-id= ..>
. Eg. the select option values could come from a resource bundle in Alfresco's Spring context if EnumParameterConstraint is used while the actual label could come from a resource bundle sitting in Share's Spring context.
Tags
Find what you came for
We want to make your experience in Hyland Connect as valuable as possible, so we put together some helpful links.