Posts

Showing posts from July, 2016

Id based browsing to any property defined in item descriptor in BCC(Merchandizing)

Image
How to change id based browsing to any property defined in item descriptor in BCC(Merchandizing). Below screenshot  displays only id's (Left side panel) while browsing.We should be able change  it to any property defined in item descriptor. Below fix will replace id to other property( QuestionCategory) <item-descriptor name="Quiz" item-cache-size="10000" query-cache-size="10000" display-property ="QuestionCategory">

Auto Compiled or precompiled JSP in JBOSS 6 for DEV

Auto Compiled JSP in JBOSS 6 Below tag needs to be added in JBOSS 6 in DEV environment as JBOSS 6 does not come with precompiled JSP feature /jboss/jboss-eap-6.4/standalone/configuration/local.xyz.xml <subsystem xmlns="urn:jboss:domain:web:2.2" default-virtual-server="default-host" native="false">  <configuration>                 <jsp-configuration development="true" trim-spaces="true" x-powered-by="false"/>   </configuration>