OGNL Exception while using datatable version 1.10.3.

OGNL Exception while using datatable version 1.10.3.

VishnuHBSVishnuHBS Posts: 20Questions: 2Answers: 0

Hi,
im using DataTable version 1.10.3, i got the table list by json, pagination and all perfectly.. but in my console i got the ognl execption below like this,

expr: columns[3][search][regex] val: [Ljava.lang.String;@4ee90e9 context: ognl.OgnlContext@d0c7e2e2 root:[com.hbs.selfguru.action.DashBoardAction@4d9f6ce5, com.opensymphony.xwork2.DefaultTextProvider@1da65633] value: [Ljava.lang.String;@4ee90e9
ognl.OgnlException: source is null for getProperty(null, "3")

expr: columns[3][search][value] val: [Ljava.lang.String;@4a6bb386 context: ognl.OgnlContext@da29668c root:[com.hbs.selfguru.action.DashBoardAction@4d9f6ce5, com.opensymphony.xwork2.DefaultTextProvider@1da65633] value: [Ljava.lang.String;@4a6bb386
ognl.OgnlException: source is null for getProperty(null, "3")

expr: columns[3][searchable] val: [Ljava.lang.String;@64d74895 context: ognl.OgnlContext@d0151bc1 root:[com.hbs.selfguru.action.DashBoardAction@4d9f6ce5, com.opensymphony.xwork2.DefaultTextProvider@1da65633] value: [Ljava.lang.String;@64d74895
ognl.OgnlException: source is null for getProperty(null, "4")

expr: search[regex] val: [Ljava.lang.String;@25ff9f77 context: ognl.OgnlContext@5b626d20 root:[com.hbs.selfguru.action.DashBoardAction@4d9f6ce5, com.opensymphony.xwork2.DefaultTextProvider@1da65633] value: [Ljava.lang.String;@25ff9f77
ognl.OgnlException: target is null for setProperty(null, "null", [Ljava.lang.String;@313e511e)

expr: order[0][dir] val: [Ljava.lang.String;@17314e1e context: ognl.OgnlContext@3ff27878 root:[com.hbs.selfguru.action.DashBoardAction@4d9f6ce5, com.opensymphony.xwork2.DefaultTextProvider@1da65633] value: [Ljava.lang.String;@17314e1e
ognl.OgnlException: target is null for setProperty(null, "null", [Ljava.lang.String;@25ff9f77)

expr: columns[4][data] val: [Ljava.lang.String;@5e56e8c8 context: ognl.OgnlContext@fb18eb12 root:[com.hbs.selfguru.action.DashBoardAction@4d9f6ce5, com.opensymphony.xwork2.DefaultTextProvider@1da65633] value: [Ljava.lang.String;@5e56e8c8
ognl.OgnlException: source is null for getProperty(null, "4")

expr: columns[4][name] val: [Ljava.lang.String;@1bccd2db context: ognl.OgnlContext@fea5dbd3 root:[com.hbs.selfguru.action.DashBoardAction@4d9f6ce5, com.opensymphony.xwork2.DefaultTextProvider@1da65633] value: [Ljava.lang.String;@1bccd2db
ognl.OgnlException: source is null for getProperty(null, "4")

Please help me solve this exception.

Answers

  • allanallan Posts: 61,726Questions: 1Answers: 10,110 Site admin
    edited May 2015

    Can you link to a test page showing the issue, per the forum rules please. Also please try the current release and the 1.10.8-dev nightly.

    Allan

This discussion has been closed.