anything under 10000 is demo data.
when something is added thru the UI or services it uses the
delegator.getNextSeqId
which starts at 10000
so there maybe an error in the hand editing of the demo data.

Abhishake Agarwal sent the following on 10/23/2008 7:45 AM:
> Hi,
> 
> I think there is a bug while displaying  description for
> productFeatureCategoryId in feature category  screen.
> (https://demo.hotwaxmedia.com/catalog/control/EditFeatureCategories)
> 
> description is same as Id, while in DB it is
> different(productFeatureCategoryId:1000, description:Hazmat Features )
> (
> https://demo.hotwaxmedia.com/webtools/control/FindGeneric?entityName=ProductFeatureCategory&find=true&VIEW_SIZE=50&VIEW_INDEX=0
> ).
> 
> I think this is the issue with Id "1000" because all the other data get
> displayed correctly.
> 
> I also printed the value of EntityListIterator returned by service
> performFind  in runAction method of ModelFormAction.java but all the generic
> values contain proper data in it.
> 
> Please help me know what might be problem.
> 
> Regards,
> Abhishake
> 

Reply via email to