我正在使用 2.0 的 JSP 应用程序中执行 Ajax。
我的代码:
<f:view>
<h:form>
<h:inputText id="name" value="#{ user.username }"></h:inputText>
<h:commandButton value="Load" >
<f:ajax execute="name" redner="outputname"/>
</h:commandButton>
<h:outputLabel id='outputname' value="#{ user.username }"></h:outputLabel>
</h:form>
</f:view>
发生了一些错误,我不知道原因。
The tag f:ajax is only available on facelets.
和
/index.jsp (line: 17, column: 3) No tag "ajax" defined in tag library imported with prefix "f"