Hello, the user-functions like login or register don`t work, if the are in an javascript-overlay. I use the jquery-plugin facebox. The overlay open up, as it should, but when I submit the login-form nothing happens.
In the view I include the overlay like this:
<a id="sign-up-button" href="{{=URL(request.application,'default',
'user/register')}}" rel="facebox">
Facebox get the content of the page by itself.
Any ideas where this problem could come from?

