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.
Internationalization on a service layer of an application
My specific problem is how to handle internationalization of specific messages from an architecture layer that is not the view layer(e.g service layer).
Internationalization on a service layer of an application
My specific problem is how to handle internationalization of specific messages from an architecture layer that is not the view layer(e.g service layer).
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: