The only idea I can think
of is to write a servlet-proxy that act as a filter. You should direct your
question to the following e-mail-adress to get more and even better ideas: [hidden email]
Best regards
Torstein Hegbom
www.netbusiness.no
Fra: Rees Watkins
(via Nabble) [mailto:[hidden email]]
Sendt: 12. oktober 2009 03:32
Til: Torstein Hegbom
Emne: light box logon
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