Hello Fellas,
Today I'm sharing my learning to how to create a managed bean without using any component, it's very simple and easy.
Just Create a Java Class.
Make getter(accessor) and setter(mutator) as required.
Today I'm sharing my learning to how to create a managed bean without using any component, it's very simple and easy.
Just Create a Java Class.
Make getter(accessor) and setter(mutator) as required.
Open adfc-config.xml with managed bean tab under overview section.
Give the bean any name and select the Class which we just created right now.
by editing the class text-field. and see the hierarchy, find your package, and you class.
always keep the scope to the lowest. most of the times "request"
now we can simply use it as required.
Thank you :)