I'm working on a component which requires some properties that the user sets during run time.Initially, I was simply using a properties.get('employeename') to fetch this property from my component(JSP), but I'm trying collect this value from a java bean.How to fetch this property 'employeename' (wh...