dynamic « Tag « JSF Q&A





1. jsf dynamic tag from string    stackoverflow.com

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 ...

2. how to place dynamic href from a tag in JSF?    stackoverflow.com

I want to use a tag in my JSF page, but i also want to have dynamic href content. I know there is a h:commandLink in JSF but i don`t want ...

4. JSF - dynamic tag choice    coderanch.com

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 ...

5. Is it possible to have a dynamic content value in Meta Refresh Tag    coderanch.com

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 ...

6. Adding tags dynamically in JSF    coderanch.com