I want reach something like this, lets have a:
<h:outputText id="name" value="#{Bean.foo.name}"/>
in a some column in datatable and i want achieve by single clicking on this output text on layout in order change to:
<h:inputText value="#{Bean.foo.name}"/>
in other words by clicking on output text to change to a classic input field, Is there any way to do this with ajax component, can anybody give me some concept about this, i will be very greatful.
Thanks in advance