Re: Execute error return value

2001-01-15 Thread Gerald Richter
> > > My question is... how can I get the same behaviour in my intranet portal > > > code below? > > > > You can try to reset the http status, just before the end of the request > > (after executeing the footer) > > > > $req_rec -> status (200) ; > > > > but I am not sure if this works. > > Nope,

Re: Execute error return value

2001-01-15 Thread Wim Kerkhoff
Gerald Richter wrote: > > > > > My question is... how can I get the same behaviour in my intranet portal > > code below? > > You can try to reset the http status, just before the end of the request > (after executeing the footer) > > $req_rec -> status (200) ; > > but I am not sure if this wor

Re: Execute error return value

2001-01-11 Thread Gerald Richter
> > My question is... how can I get the same behaviour in my intranet portal > code below? You can try to reset the http status, just before the end of the request (after executeing the footer) $req_rec -> status (200) ; but I am not sure if this works. Gerald

Execute error return value

2001-01-11 Thread Wim Kerkhoff
Hi everyone, I'm working on a intranet portal thang, and have set up a framework that uses Execute to load the various components. That way, various developers can be working on the different objects and the look and feel of the page. The code for index.epl is below. I created a similiar system