First you have to know where is the component load from. You can get this
info in ofbiz-component.xml.
Below is from ofbiz-component.xml in product directory
<webapp name="catalog" title="Catalog" server="default-server"
location="webapp/catalog"
base-permission="OFBTOOLS,CATALOG" mount-point="/catalog"/>
Next you look into widget directory. For ofbiz standard, it is usually put
in CommonScreen.xml.
For catalog case, it is under CatalogCommonScreens.xml.
If you really cannot find it, use your linux find and grep command. Then you
should have no problem with that.
----- Original Message -----
From: "amit charaya" <
[hidden email]>
To: <
[hidden email]>
Sent: Saturday, June 16, 2007 4:06 PM
Subject: free marker