<formBean>要素 |
![]() |
ネームスペース: | http://xmlns.oracle.com/uix/struts |
派生元: | <ui:boundValue>要素 |
グループ: | UIX Components |
要素の型: | BoundValue |
説明 |
![]() |
<formBean>要素は、現在のStrutsフォームBeanのプロパティにアクセスするBoundValueです。
<styledText>のtext属性は、formにより記述されるBeanのuserプロパティを使用します。
<struts:form name="SomeForm" beanName="userBean">
<contents>
<styledText>
<boundAttribute name="text">
<struts:formBean property="user"/>
</boundAttribute>
</styledText>
</contents>
</struts:form>
例 |
![]() |
<styledText>のtext属性は、formにより記述されるBeanのuserプロパティを使用します。
<struts:form name="SomeForm" beanName="userBean">
<contents>
<styledText>
<boundAttribute name="text">
<struts:formBean property="user"/>
</boundAttribute>
</styledText>
</contents>
</struts:form>
Copyright © 2001, 2004, Oracle.All rights reserved.