• 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

@StrutsAction annotation tag

 
Greenhorn
Posts: 8
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi ,

Please tell me more about

@StrutsAction( path = "XXX" ,form =XXX.class, input = "/Welcome.jsp",name="XXX" , scope = "request")

annotation tag in struts 1.3

if i use this annotation am getting "Cannot retrieve mapping for action: "/Login"" this error so please tell me how to use this annotations in struts 1.x

i have actionclass: LoginAction , ActionFrom:Loginform , and action URL is "/Login"

if i use struts config file its working fine but am gettin error with @StrutsAction
so please help me


reply
    Bookmark Topic Watch Topic
  • New Topic