cancel
Showing results for 
Search instead for 
Did you mean: 

Error in table binding (Select an attribute of type string)

Former Member
0 Kudos

Dear All,

I'm doing the <i>TUT_FLIGHTLIST</i>example of the webdynpro. Now i'm struck at the step of Table Binding. <b>System says that error for UI element...select an attribute of type string.</b>. Please suggest.

Thanks,

Anup.

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

May be you trying to bind TextView UIElement in table to a contextAttribute of type other than "String".

Please change the UIElement type.

Regards, Anilkumar

Former Member
0 Kudos

Try using the template table to bind the node. That would use the appropriate UIelement corresponding to the context attribute.

Former Member
0 Kudos

Thanks all...

It is solved...actually i was missing one of the step in editing UI components.