Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Ron McLeod
  • Paul Clapham
  • Devaka Cooray
  • Tim Cooke
Sheriffs:
  • Rob Spoor
  • Liutauras Vilda
  • paul wheaton
Saloon Keepers:
  • Tim Holloway
  • Tim Moores
  • Mikalai Zaikin
  • Carey Brown
  • Piet Souris
Bartenders:
  • Stephan van Hulst

Struts layout tld + Jboss 6.1.0

 
Ranch Hand
Posts: 32
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Report post to moderator
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

 
Sheriff
Posts: 10445
227
IntelliJ IDE Ubuntu
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Report post to moderator
Suresh, you have already been told a couple of times before, not to create duplicate threads for the same question. I'm going to close this one. Please continue your discussion in the other thread https://coderanch.com/t/559168/JBoss/Jboss-Struts
 
It runs on an internal combustion engine. This ad does not:
Gift giving made easy with the permaculture playing cards
https://coderanch.com/t/777758/Gift-giving-easy-permaculture-playing
    Bookmark Topic Watch Topic
  • New Topic