采用JSF设计网页,却出现不能正常使用javabean
代码在其他机子运行是成功的,这是配置问题吗?tomcat可以正常运行...代码如下:<f:view><h:form><fontcolor=red><h:panelGrid...
代码在其他机子运行是成功的,这是配置问题吗?tomcat可以正常运行...
代码如下:
<f:view>
<h:form>
<font color=red>
<h:panelGrid columns="2">
操作数1:<h:inputText value="#{calculator.first}"/> <br>
操作:<h:inputText value="#{calculator.operator}" size="1" /> <br>
操作数2:<h:inputText value="#{calculator.second}"/><br>
结果:<h:outputText value="#{calculator.result}"/> <br>
<h:commandButton value="计算" action="#{calculator.calculate()}" />
</h:panelGrid >
</font>
</h:form>
</f:view> 展开
代码如下:
<f:view>
<h:form>
<font color=red>
<h:panelGrid columns="2">
操作数1:<h:inputText value="#{calculator.first}"/> <br>
操作:<h:inputText value="#{calculator.operator}" size="1" /> <br>
操作数2:<h:inputText value="#{calculator.second}"/><br>
结果:<h:outputText value="#{calculator.result}"/> <br>
<h:commandButton value="计算" action="#{calculator.calculate()}" />
</h:panelGrid >
</font>
</h:form>
</f:view> 展开
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询