ya i did that. No luck
Type: Posts; User: amar; Keyword(s):
ya i did that. No luck
Error page exception
The server cannot use the error page specified for your application to handle the Original Exception printed below. Please see the Error Page Exception below for a description...
Hi
I am doing a reverse engineering for database with roo, it works fine with tomcat but fails on websphere 6.1.0.23. The error i get is
Error Message: SRVE0202E: Servlet [esbadmin]:...
just create a default constructor in the person class. It look for the constructor for intialization. If you get the error message again, post your code and i can help you with that
Hi
1. Create a class caller Person
public class Person {
private String name;
public Person()