Re: design question

2001-06-16 Thread Gerald Richter
> > Data Missing > > This document resulted from a POST operation and has expired from > the cache. If you wish you can repost the form data to recreate > the document by pressing the reload button. > The problem is that your browser didn't have cached the page content. One possib

Re: Error Message Produced by EmbperlObject

2001-06-16 Thread Gerald Richter
Hi, > > [warn] [3725]ERR: 32: Line 40: Warning in Perl code: Embperl path > search /path/to/file/menu.epl > Looks like you are using an old version of Embperl where I have forgot to delete a "warn" which was left over from debugging. You can safely ignore this message. Upgrading to 1.3.3 should

Re: Expiration

2001-06-16 Thread Gerald Richter
> How create corect expiration by time. > ôÏÅÓÔØ There is system of monitoring and there is necessary do so if user > did not update any page during 30 mines, that force its once again do logon. > > That have charge of time lifes of session? > How check this variable and set this variable in runti

Re: Separating code from layout

2001-06-16 Thread Gerald Richter
Hi, there are several possibilities: 1.) As Jack already wrote you can do the computing in a separate file and call the output page via Execute. The file that does the computing could either be another Embperl page or a Apache::Registry script or any other Perl programm. You can pass variables v