You're right! Gotta change that at some point....
Si
On Sep 7, 2006, at 8:48 AM, Jacques Le Roux wrote:
I just found that Hello world examples do not work.
To get them to work I changed the line
<listener><listener-
class>org.ofbiz.securityext.login.LoginEventListener</listener-
class></listener>
with
<listener><listener-
class>org.ofbiz.webapp.control.LoginEventListener</listener-
class></listener>
in the web.xml file of each hello world application.
Best regards,
Bilgin Ibryam
Yes this has changed recently. Thanks
Jacques