Relative Content

Tag Archive for jsf

Classic ASP to Java UI Conversion

My question is based on a business model of a financial services organization that currently is supporting applications that are a hybrid mix of Classic ASP and Java, with some JSP’s already in some of the applications.

Custom validator in Bean – JF specification

I need a custom validator to sum up selected checkboxes within a per ui:repeat built structure. That works pretty good but the question is if this is a legal validator since I don’t care the regular signature FacesComponent fc, UIComponent ui, Object o) for this: