Hi, does an error/exception occur on your "next page"? Is some output/stacktrace on the JBoss console? Maybe your errorpage is not found/valid. Do you have an "errorpage" attribute in your "@page" tag? Is this errorpage available? Or did you declare an error handler in your web.xml?
About the JARs: the database connector (and related jars) should be placed in "server\default\lib", but the rest can be placed in "WEB-INF\lib" of your web app. Best regards Wolfgang View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4230036#4230036 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4230036 _______________________________________________ jboss-user mailing list [email protected] https://lists.jboss.org/mailman/listinfo/jboss-user
