element getProperty

element {http://java.sun.com/JSP/Page}getProperty

Abstractfalse (This can be used in an instance)
Nillablefalse (Instance values cannot use xsi:nil)
Target Namespacehttp://java.sun.com/JSP/Page
Declared Namespacesxmlns:xsd=http://www.w3.org/2001/XMLSchema
xmlns:jsp=http://java.sun.com/JSP/Page
xmlns=http://java.sun.com/JSP/Page


Source

<xsd:element name="getProperty">
    <
xsd:annotation>
        <
xsd:documentation>
getProperty obtains the value of an object property.

Constraint: The object named by the name must have been
"introduced" to the JSP processor using either the
jsp:useBean action or a custom action with an associated
VariableInfo entry for this name.

???The spec is interpreted as restricting the values of
property to Identifier.
        
</xsd:documentation>
    </
xsd:annotation>
    <
xsd:complexType>
        <
xsd:attribute ref="jsp:id"/>
        <
xsd:attribute name="name" use="required" type="Identifier"/>
        <
xsd:attribute name="property" use="required" type="Identifier"/>
    </
xsd:complexType>
</
xsd:element>


Documentation

getProperty obtains the value of an object property.
Constraint: The object named by the name must have been
"introduced" to the JSP processor using either the
jsp:useBean action or a custom action with an associated
VariableInfo entry for this name.
???The spec is interpreted as restricting the values of
property to Identifier.


element getProperty


Stylus Studio XML Schema Library Home
Site Map | Privacy Policy | Terms of Use | Trademarks
Stylus Scoop XML Newsletter:
W3C Member
Stylus Studio®, a product from DataDirect Technologies, is a registered trademark of Progress Software Corporation, in the U.S. and other countries. © 2004-2006 All Rights Reserved.