External login page and authentication issues

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

External login page and authentication issues

Deepaks
Hi,

I have been working on a zk framework interfaced component. And having few issues with authentication.

1. I want to create a login page which is outside of the main ofbiz tabbed panel system. For that I have almost used the webcommon ftl page and works ok for login. But for other zul pages which I have mapped through the controller (It works with auth in security set to false) I get the following error -
---- exception report ----------------------------------------------------------
Problems Processing Event
Exception: java.lang.NoSuchMethodException
Message: org.ofbiz.securityext.login.LoginEvents.checkExternalLoginKey(javax.servlet.http.HttpServletRequest, javax.servlet.http.HttpServletResponse)
---- stack trace ---------------------------------------------------------------

Any idea where im going wrong

2. One more doubt I have is - Do I have to do something for the user session info to be passed on to the zk pages?
As per documentation, they just act like jsp pages. IMO the controller should be able to handle that (I might be wrong here).

Thanks in advance for all the help.

Deepak