锘??xml version="1.0" encoding="utf-8" standalone="yes"?>
2銆乯avaBean涓?/p>
class:org.edward.Mybean,
porperty錛歔double firstNumber,double secondNumber,double result];
method:public String add(){result = firstNumber + secondNumber;return "suceess";}
3銆乯sp欏甸潰錛屼互jsf涓烘ā鏉垮垱寤簀sp鏂囦歡
add.jsp
<h:form> |
result.jsp
<h:inputText value="#{myBean.result}"></h:inputText> |
4銆乫aces-config.xml
<managed-bean> |