zorba-the-geek / smartgwt

Automatically exported from code.google.com/p/smartgwt
0 stars 0 forks source link

DataSourceField.setValueMap((String[]) null) and ListGridField.setValueMap((String[]) null) throw NullPointerException #83

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
- What steps will reproduce the problem?
Execute mentioned methods with specified arguments.

- What is the expected output? What do you see instead?
Expected to have corresponding properties set to null, instead
NullPointerException thrown.

- What version of the product are you using?
1.0b1

- Please provide any additional information below.
I assume null value is possible to set since in JavaDoc they are mentioned
as default. Also it might be the same problem in many other places where
DataClass.setAttribute with array parameter executed (or JSOHelper methods
used directly).

Original issue reported on code.google.com by durinda....@gmail.com on 15 Jan 2009 at 2:17

GoogleCodeExporter commented 9 years ago
Fixed in SVN.

Original comment by sanjiv.j...@gmail.com on 16 Jan 2009 at 6:16