Kevin Self - 2004-11-03

Logged In: YES
user_id=568981

Make sure that you have created the Constructor in the
MyMenu class, something like:

public MyMenu(AtrisApplication lapp)
{
super(lapp);
}