Java Beans actions elements example codes?
JSP useBean Action Element:
The format of this action element is:
<jsp:useBean id = “name” scope = “page|request|session|application” class=“package.Class ” />
JSP setProperty Action Element:
The format of this action element is:
<jsp:setProperty name = “beanName or id” property = “name” value =“value”/>
JSP getProperty Action Element:
The format of thisaction element is:
<jsp:getProperty name= “beanName or id”property = “name”/>
The format of this action element is:
<jsp:useBean id = “name” scope = “page|request|session|application” class=“package.Class ” />
JSP setProperty Action Element:
The format of this action element is:
<jsp:setProperty name = “beanName or id” property = “name” value =“value”/>
JSP getProperty Action Element:
The format of thisaction element is:
<jsp:getProperty name= “beanName or id”property = “name”/>
Java Beans actions elements example codes?
Reviewed by MCH
on
April 18, 2014
Rating:
No comments: