■ネストのルートとなるBeanを指定
<nested:root name="ルートとなるBean名"/>
■ネストレベルを設定
<nested:nest property="ネストレベルに設定するプロパティ名"/>
■ネストレベルを出力or変数として定義
<nested:writeNesting
property="ネストレベルを出力するプロパティ名、設定しなければこのタグ自体のネスとレベルを出力"
id="ネストレベルを変数として定義する時の変数名、これが設定された場合ネストレベルはString型の変数として定義される"
filter="true→HTMLセンシティブな文字列をエスケープ変換する false→エスケープ変換しない"
/>
■nestedでも使える
□struts-beanタグ
define
message
size
write
□struts-htmlタグ
checkbox
errors
file
form
hidden
image
img
link
messages
multibox
options
optionsCollection
password
radio
select
submit
text
textarea
□struts-logicタグ
empty
equal
greaterEqual
greaterThan
iterate
lessEqual
lessThan
match
messegesNotPresent
messagesPresent
notEmpty
notEqual
notMatch
notPresent
present