UIComponent « validation « JSF Q&A





1. JSF converter Validation Error: value is not valid for SelectOneMenu UIComponent    stackoverflow.com

I am using the managedBean userHome in requestScope, in which the entity 'user' is going to be persist. The user has the leader column which is mapped in ManyToOne relation.My Code looks ...

2. retrieve UIComponent value in custom validator with EL expressions    coderanch.com

Hello, I'm trying to retrieve the value of a HTMLOutPutLable component in my Custom validator. The value is an EL-Expression (using a Message.property-File). As long as I write a "normal" value for the value Attribute in the OutPutLable-Tag everything works fine, but with an EL-Expression the getValue()-Method always returns null. Here are the important parts of my code: jsp: