When i am using p:menuItem, i am not able to find the converter attribute as we have in the p:selectOneMenu. Is there any alternative to this? Please let me know.
I am using primefaces 3.4.2 version.
Thanks
When i am using p:menuItem, i am not able to find the converter attribute as we have in the p:selectOneMenu. Is there any alternative to this? Please let me know.
I am using primefaces 3.4.2 version.
Thanks
You can use converters just in components which are value holders (these are input elements). Menuitem is UICommand component, which fires some actions. Only output which you can convert is value. For that you have to make to string conversion on your own. You have to do that in you backing bean, and read that value on page in EL.