I�m planning to get a SCWCD certification and want to buy a book. Which one is better, Head First Servlets & JSP (by Bryan Basham, Kathy Sierra, Bert Bates) or SCWCD Exam Study Kit: Java Web Component Developer Certification (by Hanumant Deshmukh, Jignesh Malavia, Matthew Scarpino)??
If i take the SCWCD Exam Study Kit I will buy the one that convers J2EE 1.4 (release January 31)
when i try to access a page like login/ok.jsp, i get a login page and after submit i get the right page (login/ok.jsp)... This is working But when i call request.isUserInRole("admin") i got false (after succesfully login).
In Jboss 3.2.5 this works perfectly (request.isUserInRole("admin")==true)... Does anyone knows what is happening?