OpenCMS - Search field of custom bean
- by Luigi 1982
Hi at all...
I make some beans with information from VFS of OpenCMS. I want to make searchable the data of my beans. I follow this step but without success:
1) Extends my bean class with CmsSearch and ovverride init method. After I make some stuff for the constructor of my bean:
/* Some stuff for CMSSearch */
/** Constant for the fields we…