• 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

Dispatch Action name is coming null in the action class

 
Greenhorn
Posts: 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,
I am using multithreading in a java struts webapplication for sending waited request to the back end server(Tandem). Some times the dispatch action name in the execute method of the action class is coming null. Due to this the form is loosing the data at run time.
I had checked with alerts in the jsp page which shows me correct context path at run time but in the action class the request object can't get the parameter passed to it.
Please help me in this regard.

Thanks & Regards,
Prabhakar
 
author
Posts: 11962
5
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Prabhakar,

This forum's title is Agile and Other Processes. Your question is about a web framework for which we have a dedicated forum. I'm moving this thread over there.
reply
    Bookmark Topic Watch Topic
  • New Topic