cancel
Showing results for 
Search instead for 
Did you mean: 

problem with listbox getting error

Former Member
0 Kudos

Hi Frinds,

We are using nwds7.0.0.9 and EP6.0 with sp16. we are trying to dvelop an application, in our view contains listbox(we are trying to featch vales from node and display in this listbox), but we are getting fallowing error

"java.lang.NoClassDefFoundError:comm.sap.tc.webdynpro.clientserver.uielib.standard.api.IWDItemListBox"

Please tell me why i am getting this error

Thanks

Gana

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi,

ListBox UI element does not exist in EP6.0.It comes only with the EP7.0 I guess.

Hence you either use DropdownbyIndex or DropdownbyKey instead.

Or you might try deploying ur applicaion in EP7.0 if u have one

As you have NWDS 7.0 you are able to see Listbox at design time but runtime it will not be available with EP6.0. I would suggest you to use NWDS version similar to that you portal.

siddharth_jain
Active Contributor
0 Kudos

Hi ,

Seems like following WD UI library doesnot exist/deployed on your EP server.As per my understanding there is a mismatch in your NWDS and WAS ep version.

U have to use compatible NWDS version with your EP WAS version check with the Basis.

Siddharth