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' -

Making Empty C++ Project: General exception (Exception from HRESULT:0x80131500) Visual Studio Community 2015 -

How to fix java warning for "The value of the local variable is not used " -