tags:

views:

397

answers:

1

There is some way to disable ? I want allow or not allow user to edit data. Maybe I need other component?

+1  A: 

Just display an outputText instead of an inplaceInput when you don't want to allow edit. Use CSS to make it look like an inplaceInput. But you may have user confusion if they can't edit something that looks like an editable thing.

Martlark