Re: embperl2 on freebsd compile failure

2002-11-11 Thread David J. Mark
I had this same issue trying to build Embperl-2.0b8 under FreeBSD. DJM:> On Sun, 2002-11-10 at 14:37, Gerald Richter wrote: > > Can't find typemap in > > /usr/home/jbb/build/Embperl-2.0b9_dev-3/xs/Embperl/App > > *** Error code 2 > > > > Did you run make or make install? > > If you run make ins

XP IE specific display issues?

2002-11-11 Thread Saadiq Rodgers-King
It seems that IE under XP periodically fails to display Embperl (*.epl) pages. It isn't every request but it's often enough to be significant. I'm theorizing it isn't a server side problem because if I watch the logs as the problem occurs, it doesn't register a request. So I'm guessing the browse

Re: Embperl::Form::Validate bug

2002-11-11 Thread Ilia Lobsanov
Gerald, the JS code for Radio would go something like this: for ( var i = 0; i < radio_element.length; i ++ ) { if ( radio_element[i].checked ) return true; } the JS code for Select would go something like this: if ( select_element.selectedIndex != 0 ) return true; ilia. On Wed, Oct 16, 20

Re: Embperl::Object 2.0b9 offline

2002-11-11 Thread Neil Gunton
Gerald Richter wrote: > > > > I meant the code snippet doesn't work with Embperl::Object (when i > > change HTML::EmbperlObject to Embperl::Object) > > > > ok, this would have been to easy > > What happens? (error message, wrong output?) Does make test works correctly? Gerald, I think this

error document continues

2002-11-11 Thread Jordan Baker
I'm still looking into this. What I've found so far: I have foo.epl, deliberately to cause a server error: [- @()(sdAFOK:LASFL:ASFKLASF ASF AKSF -] When I try to access it access.log is saying the request status is 200 not 500. What gives? I have my EMBPERL_OPTIONS as set below for optReturnEr

Re: @ISA corrupted

2002-11-11 Thread Kee Hinckley
At 8:33 PM +0100 11/10/02, Gerald Richter wrote: First print out the content of @ISA, see what it contains when the page is served ok and when it fails. Maybe some other module youare using is I put a debug statement in both the template, and in the page that it is executing. 1036987605 6

Re: Embperl::Object 2.0b9 offline

2002-11-11 Thread Gerald Richter
> I meant the code snippet doesn't work with Embperl::Object (when i > change HTML::EmbperlObject to Embperl::Object) > ok, this would have been to easy What happens? (error message, wrong output?) Does make test works correctly? Gerald --

Re: Embperl::Object 2.0b9 offline

2002-11-11 Thread Gerald Richter
> I can't get Embperl::Object 2.0b9 to work in offline mode. > This works for the old HTML::EmbperlObject : > > use HTML::EmbperlObject; > Change HTML::EmbperlObject to Embperl::Object Gerald - Gerald Richterecos electronic

Embperl::Object 2.0b9 offline

2002-11-11 Thread Ilia Lobsanov
I can't get Embperl::Object 2.0b9 to work in offline mode. This works for the old HTML::EmbperlObject : use HTML::EmbperlObject; my $path = '/htdocs'; my $h = { path => $path, object_addpath => $path, object_base => 'base.epl', inputfile => "${path}/.index.epl", outputfile => "${path}