Property « Component « JSF Q&A





1. JSF component tree property    coderanch.com

Yes you can declare context parameter something (don't remember exactly) like "SAVE_ON_SERVER" in web.xml and you can pass true or false for its values. If its true then the tree will be saved in session (Or Server side) and if its value is false then the tree will be saved on client side using html hidden fields on the page and ...

3. How to set browser property from a jsf component.    coderanch.com

Hi, i'm having a jsf component to to display xml file with few command buttons. One such button is to validate the xml against schema. While doing the validation i need to show the browser cursor as busy, I can set it in the button's onclick method . Again at the end of the validation i need to set the cursor ...

4. Custom Component Properties    coderanch.com

Hi, I tried to develop a Custom Component in JSF. This component is a simple drown list which displays strings in a list in a html select. Here is the code of the form.


Language : ...