• 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

Online Examination System using EJB

 
Greenhorn
Posts: 5
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,
I am a newbie in Java EE technology. I am trying to develop Online Examination System using EJB- entity from database, session from entity and managed bean. I am using Netbeans 5.5 as IDE(one of the requirement by professor). Right now am trying to code the login page which checks for username and password from database.
As soon as i click on the submit button, it shows the code if welcome.xhtml file instead of showing the welcome page. Could anyone please help me.

Thanks in advance,
Shilpa
 
Ranch Hand
Posts: 71
Hibernate Spring Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Such type of issues occur due to malformed source or request not reaching to the server.
Check the login page for any syntactical error.
Also check the web.xml for the url (the action you have specified in your login page) mapping.
reply
    Bookmark Topic Watch Topic
  • New Topic