Hi, I want to have a controller page which uses a hidden field to forward to a display page in awake.
If no display page is specified in request, runs controller.writeContent(), controller.Next sets the hidden field in request self.request().delFeld('_action_') # because Page1 has a Next action self.forward( page1 ) Actions in the display page can forward to next page or back to controller. Works with url ../wk/test/controller but ../wk/test/contoller/rubbish submitting controller.Next() causes a recursive loop: controller.awake controller.awake.forward(page1, 'mycontext') controller.awake ................................. No call to page1.awake() ExtraPathInfo is turned on but neither the controller or page1 do anything with extraURLPath. I am using the CVS version of WebWare. Found something in WebWare-Devel which suggested that 'there are subtle side-effects with ExtraPathInfo' & passing context explicitly in forward, Didn't help. Set ExtraPathInfo = False No problem I would like to use ExtraPathInfo in hrefs, any suggestions welcome? David ------------------------------------------------------- This SF.Net email is sponsored by OSTG. Have you noticed the changes on Linux.com, ITManagersJournal and NewsForge in the past few weeks? Now, one more big change to announce. We are now OSTG- Open Source Technology Group. Come see the changes on the new OSTG site. www.ostg.com _______________________________________________ Webware-discuss mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/webware-discuss