• 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

Null Pointer Exception After calling Execute And Wait Interceptor

 
Greenhorn
Posts: 7
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi ,
Iam beginner in Struts2,
iam having query on Execute and wait Interceptor ,

my code flow is like this

Login->Wait Interceptor->Menu/Fail.jsp

I added Interceptor in Struts.xml



When i run the project,
After Submitting Login.jsp ,Wait.jsp is rendered after that it throws Null pointer Exception instead of Menu.jsp

I went through Forums i find a similar query,but i dont understand the reason for this,

https://coderanch.com/t/433155/Struts/Application-Frameworks/with-execAndWait-interceptor


With reference to http://struts.apache.org/2.0.6/docs/execute-and-wait-interceptor.html

i tried adding delay before the wait page


Could any one please help me out ,
Thanks in advance,
Arvin

 
Roses are red, violets are blue. Some poems rhyme and some don't. And some poems are a tiny ad.
a bit of art, as a gift, that will fit in a stocking
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic