Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想要达到这样的目标,让我们有一个:
<h:outputText id="name" value="#{Bean.foo.name}"/>
在数据表的某个列中,我想通过单击布局上的此输出文本来实现,以便更改为:
<h:inputText value="#{Bean.foo.name}"/>
换句话说,通过单击输出文本更改为经典输入字段,有没有办法使用 ajax 组件来做到这一点,谁能给我一些概念,我会非常感激。
提前致谢
如果在这里使用 PrimeFaces 组件不是问题,那就是;就地组件