• 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

While click on button action is not reach in LoginAction class

 
Ranch Hand
Posts: 224
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Dear All,

While click on login button its request is not reach in the loginaction class?Does my code having any problem?I tried with debugging mode.It come to LoginForm.java.
But not comming LoginAction.java.


login.jsp



struts-config.xml




Please suggest.

Thanks for your time.
Regards,
Sumanta
 
Ranch Hand
Posts: 64
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

sumanta panda wrote:Dear All,

While click on login button its request is not reach in the loginaction class?Does my code having any problem?I tried with debugging mode.It come to LoginForm.java.
But not comming LoginAction.java.


login.jsp



struts-config.xml




Please suggest.

Thanks for your time.
Regards,
Sumanta



I would like to know about your javascript method details. Because onclick you submiting form with arg 4.
You calling action="/pkilogin.do?action=pkiaction" on jsp. If you are passing parameter action here so it seems that you are using dispatch action but there is no configuration for parameter on struts-confige page (in action mapping) for key pkiaction.


However please post action code as well as more details of JSP.
 
Consider Paul's rocket mass heater.
reply
    Bookmark Topic Watch Topic
  • New Topic