Re: [Zope] javascript problem

2010-04-23 Thread Garry Saddington
Jaroslav Lukesh wrote: > Did You have the "number" field in the hidden layer? > > - Original Message - From: "Garry Saddington" > > > >> I'm using the following javascript to gather phones:number values for >> form submission. >> >> for (var idx = 1; idx < max; idx++) { >> if (eval("d

[Zope] ANN: eGenix mxODBC Zope Database Adapter 2.0.1

2010-04-23 Thread eGenix Team: M.-A. Lemburg
ANNOUNCEMENT mxODBC Zope Database Adapter Version 2.0.1 for Zope and the Plone CMS Available for Zope 2.12 and later on Windows,

Re: [Zope] javascript problem

2010-04-23 Thread Jaroslav Lukesh
- Original Message - From: "Garry Saddington" > Jaroslav Lukesh wrote: >> Did You have the "number" field in the hidden layer? >> >> - Original Message - From: "Garry Saddington" >> >> >> >>> I'm using the following javascript to gather phones:number values for >>> form subm

Re: [Zope] javascript problem

2010-04-23 Thread Jaroslav Lukesh
- Original Message - From: "Jaroslav Lukesh" > I think that you have bad code - see your error message. So try somethong > like: > document.forms.playlist.phones.number[1] > instead of > document.forms.playlist.phones.number:records.1.value Oh, sorry, javascript, not python :o) JL _

Re: [Zope] javascript problem

2010-04-23 Thread Garry Saddington
Jaroslav Lukesh wrote: > > - Original Message - From: "Jaroslav Lukesh" > >> I think that you have bad code - see your error message. So try >> somethong like: >> document.forms.playlist.phones.number[1] >> instead of >> document.forms.playlist.phones.number:records.1.value > > Oh, sor

Re: [Zope] problem with commits in SQLAlchemyDA

2010-04-23 Thread Brad Allen
On Thu, Apr 22, 2010 at 11:37 PM, Andreas Jung wrote: >> Can this fix be included in the upstream SQLAlchemy DA, so nobody has >> to monkeypatch it in? >> > > Sorry - being to busy right now. Please commit the fix yourself and > someone with Zope checkin permissions in the repos and create a new >

Re: [Zope] problem with commits in SQLAlchemyDA

2010-04-23 Thread Brad Allen
On Fri, Apr 23, 2010 at 9:44 AM, Brad Allen wrote: > On Thu, Apr 22, 2010 at 11:37 PM, Andreas Jung wrote: >>> Can this fix be included in the upstream SQLAlchemy DA, so nobody has >>> to monkeypatch it in? >>> >> >> Sorry - being to busy right now. Please commit the fix yourself and >> someone w

Re: [Zope] problem with commits in SQLAlchemyDA

2010-04-23 Thread Andreas Jung
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Brad Allen wrote: > On Fri, Apr 23, 2010 at 9:44 AM, Brad Allen wrote: >> On Thu, Apr 22, 2010 at 11:37 PM, Andreas Jung wrote: Can this fix be included in the upstream SQLAlchemy DA, so nobody has to monkeypatch it in? >>> Sorry - bei

Re: [Zope] problem with commits in SQLAlchemyDA

2010-04-23 Thread Brad Allen
On Fri, Apr 23, 2010 at 10:32 AM, Andreas Jung wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Brad Allen wrote: >> On Fri, Apr 23, 2010 at 9:44 AM, Brad Allen wrote: >>> On Thu, Apr 22, 2010 at 11:37 PM, Andreas Jung wrote: > Can this fix be included in the upstream SQLAlchemy

Re: [Zope] problem with commits in SQLAlchemyDA

2010-04-23 Thread Brad Allen
On Fri, Apr 23, 2010 at 11:14 AM, Brad Allen wrote: > To install the 'dev' version using buildout, it might look something like > this: > > recipe = zc.recipe.egg > eggs = Products.SQLAlchemyDA==dev Or, you could put it in a version.cfg file which some buildouts use, [versions] Products.SQLAlche

Re: [Zope] problem with commits in SQLAlchemyDA

2010-04-23 Thread Tres Seaver
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Brad Allen wrote: > On Thu, Apr 22, 2010 at 11:37 PM, Andreas Jung wrote: >>> Can this fix be included in the upstream SQLAlchemy DA, so nobody has >>> to monkeypatch it in? >>> >> Sorry - being to busy right now. Please commit the fix yourself and >>

Re: [Zope] problem with commits in SQLAlchemyDA

2010-04-23 Thread Tres Seaver
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Andreas Jung wrote: > Brad Allen wrote: >> On Fri, Apr 23, 2010 at 9:44 AM, Brad Allen wrote: >>> On Thu, Apr 22, 2010 at 11:37 PM, Andreas Jung wrote: > Can this fix be included in the upstream SQLAlchemy DA, so nobody has > to monkeypatch i

Re: [Zope] problem with commits in SQLAlchemyDA

2010-04-23 Thread Andreas Jung
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Tres Seaver wrote: > Andreas Jung wrote: >> Brad Allen wrote: >>> On Fri, Apr 23, 2010 at 9:44 AM, Brad Allen wrote: On Thu, Apr 22, 2010 at 11:37 PM, Andreas Jung wrote: >> Can this fix be included in the upstream SQLAlchemy DA, so nobody h