• 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 2.x anotation problem help me any body

 
Greenhorn
Posts: 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hello
how to comunicate one jsp page to Action class
when annotation is used in our program 2.x
then struts.xml is not reqiured
ex.
<html:form action="login">
---------------------
-------------------
---------------------
</html>
how to communicate action value to FilterDispatcher
becouse
witout anotation we are configure in struts.xml
<action name="/login">

but with anootation where is configure

telll me any body
 
reply
    Bookmark Topic Watch Topic
  • New Topic