Re: Antwort: Re: Antwort: Re: Antwort: Re: Antwort: Re: Problems with embperl-2.0b8

2002-07-04 Thread Gerald Richter
> > Okay, may the list help me. > > So here is my question again. > I have following directory structure > > docroot /base.epl > docroot/content.epl > docroot/index.html > docroot/main > docroot/main/content.epl > docroot/main/index.html > docroot/main/navbar.epl > > In 'docroot/content.epl'

Re: bug in tables and [* *]

2002-07-04 Thread Jochen Topf
On Thu, Jul 04, 2002 at 04:21:45PM +0200, Gerald Richter - ecos gmbh wrote: > > Take the following table: > > > > > > > > > > XXX > > > > > > [* if ($t) { *] > > > > > > YYY > > > > > > [* } *] > > > > > > If $t is true it works. If $t is false, the wh

Antwort: Re: Antwort: Re: Antwort: Re: Antwort: Re: Problems with embperl-2.0b8

2002-07-04 Thread wolfgang--onsys . leideck
Okay, may the list help me. So here is my question again. I have following directory structure docroot /base.epl docroot/content.epl docroot/index.html docroot/main docroot/main/content.epl docroot/main/index.html docroot/main/navbar.epl In 'docroot/content.epl' is one single line with '[-

Re: bug in tables and [* *]

2002-07-04 Thread Gerald Richter - ecos gmbh
> Take the following table: > > > > > XXX > > > [* if ($t) { *] > > > YYY > > > [* } *] > > > If $t is true it works. If $t is false, the whole contents of the table will > be skipped, even the XXX part. (This is in 2.0b8) > Looks like a bug, quick

Re: enctype multipart/form-data PROBLEMS

2002-07-04 Thread Gerald Richter - ecos gmbh
Hi, > > I am refering to a message you posted on a discussion group > > > I read an email which I believe was from you, if not sorry for the bother. > > But we are having a very similar problem with our web page. When we try to > > pass the values back to our cgi script they are all blank. But whe

Re: Antwort: Re: Antwort: Re: Antwort: Re: Problems with embperl-2.0b8

2002-07-04 Thread Gerald Richter - ecos gmbh
Hello, > yes 'base.epl' calls 'content.epl' from the project root-dir and this calls > 'index.html'. > In that 'index.html' i have a call to 'main/index.html' which should also call > 'main/content.epl', > but this doesn't work. > main/content.epl will not be called automaticly for you in this se

Re: sessionmanagement with embperl

2002-07-04 Thread Gerald Richter - ecos gmbh
> > After unziping the Apache:Session 1.5 I get so many different files. > > Where am I to put all of them? > > How exactly do I install Apache::session? ... I used makefile...but where do I run like "make", > > "make test" and "install" on a windows system? > Do you use ActiveState Perl?

Re: weird escmode behaviour

2002-07-04 Thread Gerald Richter - ecos gmbh
Hi, > > > However when I run escmode.pl where escmode.pl is the following perl script. > > -- > #!/usr/local/bin/perl > > use HTML::Embperl; > HTML::Embperl::Execute("/export/home/mjs/bin/escmode.epl"); > -- > Execute does not scan the environment per default. In version before 2.0b6 you need to

weird escmode behaviour

2002-07-04 Thread Michael Smith
Title: weird escmode behaviour Hi there, I wonder if anyone (well, Gerald probably) could explain this unexpected behaviour when I run embperl in two slighly different ways: I have in my environment EMBPERL_ESCMODE=0.  When I run "embpexec.pl escmode.epl" (where escmode.epl just outputs $es