I have resource bundle as Java 开发者_StackOverflow中文版class that read values from database. When i update db i need to reload bundle, but i don\'t know how. Anybody helps ?
I\'ve been stuck on this issue for a while now. I found a earlier post where BalusC gave advice on creating your own converter called \"EmptyToNullConverter\" for JSF version 1.2
I would like to integrate ice push into my web application. I have a page(placeinfo.jsf) shows information of a place and ui:include weather.jsf for weather information of the place.
Are there any differenc开发者_运维知识库es in JSF2.0 life cycle as compared to JSF1.2? I see many features in JSF2.0, just wondering about life cycle.No change in life cycle!!
I have many fields on witch I have to validate length. It\'s not a problem with <f:validateL开发者_运维知识库ength> tag. I can also add custom message for this validator.
I tried simply: public class UIDemoComponent extends UIComponentBase { private String someVariable;// this gets always cleared, getters/setters omitted
I want to attach validator to composite component, and I want it to be attached to every child component inside:
As suggested by a user time ago in another question, I need to inject a bean in another bean. So, i do the following :
I\'ve recently deployed my application on a glassfish installation running on Unix and I\'m having serious performance issues with a section of the code.
I have got this site: <!DOCTYPE html PUBLIC \"-//W3C//DTD XHTML 1.0 Transitional//EN\" \"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd\">