Re: html:options problem with labelProperty

2002-03-14 Thread keithBacon
quick wild guess.. one of the calls to getMerchandiseCategoryDescriptions() returns null. try returning "it was null" if you are about to return a null. --- Allen Walker <[EMAIL PROTECTED]> wrote: > I have the following: > > [html:select property="merchandiseCategory"] > [html:options propert

html:options problem with labelProperty

2002-03-13 Thread Allen Walker
I have the following: [html:select property="merchandiseCategory"] [html:options property="merchandiseCategoryCodes" labelProperty="merchandiseCategoryDescriptions"/] [/html:select] Now when I take out the labelProperty attribute, all works. When the labelProperty attribute is in, I get: java