i want to show some data to the user
the data maybe represented to user by different JSF tags based on a configuration
for example some times it may represented by text
and sometimes ...
Hi all. I'm fairly new to JSF, and wondered if anyone might be able to give me a pointer in the right direction for this scenario... I have a dynamic list of properties which I need to display on a page. However, the properties have a dynamic type - so for some properties I will need a checkbox to allow the ...
Hi, In my JSF project I am using Meta Refresh Tag that refresh the current page every lets say 90 min. so 90 min is the timeout session set in the application server. so even though the page is active it is refreshing every 90 mins that shouldnt be the case. to do so I need to get the content value ...