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.
Is the request properties object containing the categoryId and catalogId parameters? Also, does this return a value: ${category.description.name}?
Are you getting the catalog entries returned in any other way? I.e. is your store, category and products correctly configured (including the description tables) and the issue is just with this data bean through this tag?