• 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

how to do?

 
Greenhorn
Posts: 12
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
when login.jsp is successful, and then the index.jsp is outputing.
however there is no data in, only white page.
Can you show me where indexID and indexName should be initialized.
 
Ranch Hand
Posts: 157
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Could u expalin your problem clearly.
well as can be seen from your three lines,there could be a null pointer on your index.jsp(due to request paramaters) or there is some problem with your dispatcher method while forwarding request to index.jsp

Originally posted by janelle:
when login.jsp is successful, and then the index.jsp is outputing.
however there is no data in, only white page.
Can you show me where indexID and indexName should be initialized.

 
reply
    Bookmark Topic Watch Topic
  • New Topic