cancel
Showing results for 
Search instead for 
Did you mean: 

Unable to set error field in Table

Former Member
0 Kudos

Hello,

I have inputfield in table, but when I used setValueState to mark field as error it is not working. But the same code is working fine outside the table, the issue is only with table. I have seen this thread but it didn't fixed my problem even after upgrading UI5 to 1.6 version. Please help me.

http://scn.sap.com/thread/3454087

But the interesting thing is, if I write the code in JSBIN editor then textfield in table shows error, but this is the issue when running application in NW Java 7.31 portal.

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Did anyone face the same issue?. Can somebody help me to resolve this issue.

former_member184867
Active Contributor
0 Kudos

i think the code shared in http://scn.sap.com/thread/3454087 works correctly.. Doesn't that work for you ?

Former Member
0 Kudos

As I said, code works fine in JSBIN online editor but the same code is not working when deployed on NW Java 7.31 server. Did anyone face same issue?

former_member91307
Contributor
0 Kudos

Hi Saira,

This could be issue with UI5 version as mentioned in the above message.

Below message will help find the SAPUI5 version

http://scn.sap.com/message/14481236

Thanks and Regards, Venkatesh

Former Member
0 Kudos

Thanks Venkatesh for replying. I have checked my UI5 version on server. Here is the screenshot. I am using 1.16.6 version, is it the right version?

Former Member
0 Kudos

UI5 Team,

Any idea how to resolve this issue?