Hi Brett,
This is occured because in the controller the response of the request
"editcontactmech" having save-last-view="true" & in the request
"additem" have response type="view-last". so its redirecting you to the
viewprofile page.
so by doing save-last-view="false" then it will work.
--
Thanks & Regards:
Ankit Jain
Jr. Enterprise Software Developer
Hotwax Media Pvt. Ltd.
www.hotwaxmedia.com
BrettS wrote:
Hi,
Under certain circumstances, I have a problem with Ofbiz (incorrectly)
redirecting to the "Profile" page after clicking "Add to Cart". The steps I
took to produce the problem are as follows:
- Login (as admin)
- Click on "Profile" and "Update" postal address.
- "Save" the postal address. At this point, Ofbiz will load the "Profile"
page again.
- Click on "Main"
- Add "Round Gizmo" or "Tiny Chrome Widget" to cart
At this point, Ofbiz will (unexpectedly) reload the "Profile" page yet
again.
If I logout and login again, the unexpected reloading of the profile page
stops occurring.
Can anyone tell me why this behaviour is happening and/or how I might stop
it?
Thank you.
Regards Brett Sheeran