I am using a UseBean in my Jsp
<wcbase:useBean id="category" classname="com.ibm.commerce.catalog.beans.CategoryDataBean" scope="page" />
then I try to get 'CatalogEntryDataBeans' value using 'category' instance, something like
category.catalogEntryDataBeans
but i get nothing.
Please tell me what I am missing?
I have researched a lot , specifically set the targets (passed catalogId and categoryId to CategoryDataBean) but all in vain.
I have been trying to get catalogEntryDatBeans value for almost 7 hours, now no idea/debug-method left in my mind.
I would really be grateful if someone please help me get this value.