One of the new features intruduced with JSF 2 is JSR-303 aka. Bean Validation. With bean validation the input’s are validated against built-in or user defined annotations, placed on the fields, methods or classes. I’m often in the situation, where I have to validate different values in the same form, depending on what action should …
Tag Archive: jsf
Apr
13
Designer friendly JSF using jsfc attribute
Have you ever tried to edit your jsf code using a visual designer like dreamweaver? Or do you get your html layout from a professional designer and have to “translate” it to jsf? In the first case, most times it will be look very strange, because the designer doesn’t understand the jsf tags and so …