Hi
I am using the lightbox to logon onto ofbiz ecommece and also to show errors.
The idea is that I do not redirect customers to another page while they are
making a purchase etc.
Error messages Scenario: I redirect to some results page and an error occurs
In this case I do not want the user to be directed away from the page they are
on. I just show the error message.
I am not able to use "error" response in the controller.xml because:
a - some of my pages are generated dynamically and would have to regenerated -
in my case of a search result listing
b - tabbed pages are difficult to return to correct tab
Logon Scenario:
The same applies for logon. I want the user to be return to my generated page.
I thought of using ajax for logon but https can't be called from an http page.
Any ideas?
Thanks
Rees