I would like for an outputText element to be hidden (i.e. not rendered) when the corresponding inputText element has input and validated (by a standard tag-based validator). Is that possible?
How would this property be aware of validation errors since I don't use an inline validator??? J.
Remko Strating
Ranch Hand
Joined: Dec 28, 2006
Posts: 893
posted
0
That property should not be aware of a validation error, because by a validation error of the other property there will be no post of the form and so the value of the backing bean will not change and your outputText will be displayed.
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.