Skip to content

Instantly share code, notes, and snippets.

@charyorde
Last active December 30, 2015 21:29
Show Gist options
  • Save charyorde/7888227 to your computer and use it in GitHub Desktop.
Save charyorde/7888227 to your computer and use it in GitHub Desktop.
Jive Tips object spring bean registration
<bean id="welcomeGroupsAndPagesTip" class="com.jivesoftware.community.tips.impl.DefaultTip" scope="prototype">
<property name="selector" value="#navCreate"/>
<property name="templateName" value="jive.tips.invitation.welcomeGroupsAndPagesReco"/>
</bean>
<bean id="placeRecoWelcomeTip" class="com.jivesoftware.community.util.spring.MergeableCollection" scope="prototype" parent="welcomeTips">
<property name="source">
<util:list value-type="com.jivesoftware.community.tips.Tip" scope="prototype">
<ref bean="welcomeGroupsAndPagesTip"/>
</util:list>
</property>
</bean>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment