从支持bean向p:editor添加文本

时间:2016-04-14 15:00:15

标签: primefaces

Related example

String value = FacesContext.getCurrentInstance()
             .getExternalContext().getRequestParameterMap().get("editor_input");

这段代码可以获取和更新p:inputTextarea或p:outputLabel值,但我不能使用p:editor来处理这段代码 - 抛出异常:

com.sun.faces.context.AjaxExceptionHandlerImpl.handlePartialResponseError org.primefaces.expression.ComponentNotFoundException: Cannot find component for expression "form:editor_input" referenced from "j_id1"

“form:editor_input”是来自我的页面源的p:编辑器的id。 是否可以将来自辅助bean的文本附加到此PF组件?

0 个答案:

没有答案