• Post Reply 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
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

struts menu action attribute not working

 
Greenhorn
Posts: 27
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I am using struts 2.0.9 and struts-menu2.4.3.
In the menu-config.xml if I put action attribute... it is giving

ERROR [net.sf.navigator.taglib.DisplayMenuTag] - <Incorrect action or forward: action 'vehicle1.do invalid - no struts.jar>
My menu-config.xml is
<Menus>

<Menu name="Reports" title="Reports" width="150" >
</Menu>
<Menu name="Masters" title="Masters" width="150" >
<Item name="m1b" title="Vehicle Type" tooltip="Vehicle Type" action="vehicle.do" target="wFrame" width="150"/>
<Item name="m2b" title="Vehicle Type1" tooltip="Vehicle Type" action="vehicle1.do" target="wFrame" width="150"/>
</Menu>
<Menu name="Booking" title="Booking" width="150" >
</Menu>
<Menu name="Security" title="Security" width="150" >
</Menu>

</Menus>

Thsnks,
Partha Sarathi Chaudhuri
 
Consider Paul's rocket mass heater.
reply
    Bookmark Topic Watch Topic
  • New Topic