cancel
Showing results for 
Search instead for 
Did you mean: 

Properties file with Alfresco....

mcasanket
Champ on-the-rise
Champ on-the-rise
Hi All,  Smiley Very Happy
  
     I am having problem for displaying the labels from properties file. I have put the properties file at proper location. But don't know how to use it with activity.

  I want to use the properties file for clms-activate-contract.bpmn20.xml file for display workflow label, task label etc…
  Please help….

Thanking you!
2 REPLIES 2

jpotts
World-Class Innovator
World-Class Innovator
Did you tell Spring about your properties bundles? It would look something like this:
    <!– Add Someco messages –>
    <bean id="someco.resources" class="org.springframework.extensions.surf.util.ResourceBundleBootstrapComponent">
        <property name="resourceBundles">
            <list>
                <value>alfresco.web-extension.messages.scModel</value>
                <value>alfresco.web-extension.messages.scWorkflow</value>
            </list>
        </property>
    </bean>
This came from theecmarchitect.com advanced workflows tutorial. You might want to see if the tutorial or the accompanying code are helpful to you.

Jeff

mcasanket
Champ on-the-rise
Champ on-the-rise
Thanks Jeff…

This came from theecmarchitect.com advanced workflows tutorial. You might want to see if the tutorial or the accompanying code are helpful to you.

Jeff


It helped me!
Thanking you once again!
Have a nice time!  Smiley Very Happy