Can we declare mehtods in bean other than the standard naming convention(getter/setter) and call these mehtods in our jsp. If yes then it means that we can create a bean without any getter/setter mehtod. How it is?
If you declare methods in your bean, you might be able to use a tag library to access them. The functions in the bean would have to be public static and take a reference to your bean...