How to handle Blank Dropdowns

2008-01-16 Thread BJ Freeman
https://demo.hotwaxmedia.com/partymgr/control/EditCommunicationEvent the Reason Enum Id drop down has not data, and it is visible. I believe if a drop down has not data, it should not be displayed. The other is that a log should show what was accessed and that no data was found. would this be an

Re: How to handle Blank Dropdowns

2008-01-16 Thread Adrian Crum
It looks to me like there is no seed data to populate the dropdown. -Adrian BJ Freeman wrote: https://demo.hotwaxmedia.com/partymgr/control/EditCommunicationEvent the Reason Enum Id drop down has not data, and it is visible. I believe if a drop down has not data, it should not be displayed.

Re: How to handle Blank Dropdowns

2008-01-16 Thread xpingxu
freeman, are you using the ofbiz for development? On Jan 17, 2008 8:05 AM, Adrian Crum [EMAIL PROTECTED] wrote: It looks to me like there is no seed data to populate the dropdown. -Adrian BJ Freeman wrote: https://demo.hotwaxmedia.com/partymgr/control/EditCommunicationEvent the Reason

Re: How to handle Blank Dropdowns

2008-01-16 Thread Bilgin Ibryam
BJ, I believe if a drop down has not data, it should not be displayed. I think this could be a form widget improvement issue. Bilgin

Re: How to handle Blank Dropdowns

2008-01-16 Thread BJ Freeman
xpingxu: the link I used is the trunk version of ofbiz. it is updated nightly. I always check against the demo to verify my findngs. Adrian: it may be, but I have other Dropdowns that act the same way. Like Y/N and all I see is select name=reasonEnumId size=1option value=nbsp;/option/select/td so