xPages Ext Lib ViewController -


i've found interesting bit of code link implements viewcontroller in the extension library.

how can programmer access class managed bean. have extension library (8.5.2) installed. com.ibm.xsp.extlib.data.viewcontroller can't resolved. may in on head here, willing take plunge.

thanks,

-- jeff

right click on project in java perspective/package explorer view. use build path\configure build path... menu. use fourth tab order , export. tick plug-in dependencies item. access extlib classes in java code.

unfortunately, class found sources not part of extlib distribution (package com.ibm.xsp.extlib.group), won't find it.


Comments

Popular posts from this blog

android - Why am I getting the message 'Youractivity.java is not an activity subclass or alias' -

python - How do I create a list index that loops through integers in another list -

c# - “System.Security.Cryptography.CryptographicException: Keyset does not exist” when reading private key from remote machine -