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.forward( nextPage )

Actions in the display page can forward to another page or back to controller.

Works with url ../wk/test/controller but 
../wk/test/contoller/rubbish and submitting controller.Next() causes a 
recursive 
loop: 
        controller.awake
        controller.awake.forward(page1, 'mycontext')
        controller.awake ... and so on
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.

If I set ExtraPathInfo = False or avoid extrpathinfo in the url: no problem

I would like to use ExtraPathInfo in hrefs, any suggestions welcome?

David


-------------------------------------------------------
SF.Net email is sponsored by Shop4tech.com-Lowest price on Blank Media
100pk Sonic DVD-R 4x for only $29 -100pk Sonic DVD+R for only $33
Save 50% off Retail on Ink & Toner - Free Shipping and Free Gift.
http://www.shop4tech.com/z/Inkjet_Cartridges/9_108_r285
_______________________________________________
Webware-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/webware-devel

Reply via email to