Xpages, faces-config, managed beans, and scoped variables -
i have properties in database if ever change, used pervasively throughout. seems might managed bean?
<managed-bean> <managed-bean-name>bu</managed-bean-name> <managed-bean-class> </managed-bean-class> <managed-bean-scope>application</managed-bean-scope> </managed-bean> i want end list of values in applicationscope.bu.
do write simple java implementation? there easier or better way?
if understand question correctly, don't think properties of managed bean want store application properties.
i stick them in application scope on landing page of application.
Comments
Post a Comment