aspose file tools
The moose likes JSF and the fly likes Using ValueExpression's in a validator tag Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Java » JSF
Reply Bookmark "Using ValueExpression Watch "Using ValueExpression New topic
Author

Using ValueExpression's in a validator tag

Rob Micah
Ranch Hand

Joined: Aug 30, 2011
Posts: 89
I have a component on which I need 2 validations performed. I want to execute the required validator, based on a ValueExpression, and a custom validator I've written. The problem I'm running into is that the jsf validator tags have a disabled property and although the documentation states they accept a ValueExpression, they do not. So this led me to attempt adding an attribute to my own validator that would accept a ValueExpression. Unfortunately I am not having any luck. Here's my taglib.xml

So my questions are:
1. Is it possible to create a ValueExpression attribute on a custom validator tag? and
2. What do the validator property-handling methods look like?
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: Using ValueExpression's in a validator tag
 
Similar Threads
J4J Tag Library rendering problems
problem with code-completion for Facelets custum tags
My own JSF component renders span after div when only div should be rendered. What's wrong?
Facelets custom tag not recognized ?
[facelets] custom taglibrary not recognized