Dear All,
I am using struts-layout.tld version 1.0. In my
jsp layout menu item.
<tag>
<name>menuItem</name>
<tagclass>fr.improve.struts.taglib.layout.MenuItemTag2</tagclass>
<bodycontent>JSP</bodycontent>
<attribute>
<name>action</name>
<rtexprvalue>true</rtexprvalue>
</attribute>
<attribute>
<name>key</name>
<rtexprvalue>true</rtexprvalue>
</attribute>
<attribute>
<name>link</name>
<rtexprvalue>true</rtexprvalue>
</attribute>
<attribute>
<name>onClick</name>
<rtexprvalue>true</rtexprvalue>
</attribute>
<attribute>
<name>reqCode</name>
<rtexprvalue>true</rtexprvalue>
</attribute>
<attribute>
<name>open</name>
<rtexprvalue>true</rtexprvalue>
</attribute>
<attribute>
<name>page</name>
<rtexprvalue>true</rtexprvalue>
</attribute>
<attribute>
<name>forward</name>
<rtexprvalue>true</rtexprvalue>
</attribute>
<attribute>
<name>target</name>
<rtexprvalue>true</rtexprvalue>
</attribute>
<attribute>
<name>name</name>
<rtexprvalue>true</rtexprvalue>
</attribute>
<attribute>
<name>image</name>
<rtexprvalue>true</rtexprvalue>
</attribute>
<attribute>
<name>separator</name>
<rtexprvalue>true</rtexprvalue>
</attribute>
<attribute>
<name>style</name>
<rtexprvalue>true</rtexprvalue>
</attribute>
<attribute>
<name>styleClass</name>
<rtexprvalue>true</rtexprvalue>
</attribute>
<attribute>
<name>tooltip</name>
<rtexprvalue>true</rtexprvalue>
</attribute>
<attribute>
<name>genericPolicy</name>
<rtexprvalue>true</rtexprvalue>
</attribute>
</tag>
In my jsp
<div style="overflow:auto; width: 240px; height: 422px; ">
<layout:grid >
<layout:panel styleClass="FORM" >
<layout:treeview name="rooms" expandedLevelsAtFirst="1"
closeOther="1"/>
</layout:panel>
</layout:grid>
</div>
|
but when i run jsp getting the error