Re: Binding problem...[SOLVED]

2005-06-14 Thread Roberto Marra
I modify the code in the binding file like that:   ... fb:load-form>    var pointer = jxpathContext.getPointer('nazione');    var formValue = widget.getValue();    var appValue = doCountryConversion(formValue);    pointer.se

Re: Binding problem...

2005-06-14 Thread Marc Portier
Roberto Marra wrote: > Hi guys, > still here with some problem of binding. Let me explain the situation. > First of all a snipped of how the file are made: > > -- Binding file -- > ... > > > I suspect this path to be wrong? Reading those 3 together assumes there is one object in memory (le

Re: Binding problem

2004-11-26 Thread angeloimm
Please help me... i'm not able to solve it -- Initial Header --- >From : "angeloimm" [EMAIL PROTECTED] To : "cocoon" [EMAIL PROTECTED] Cc : "users" [EMAIL PROTECTED] Date : Fri, 26 Nov 2004 12:38:17 +0100 Subject

Re: Binding problem

2004-11-26 Thread angeloimm
org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:683) at java.lang.Thread.run(Thread.java:534) I'm really becoming crazy about this error. why doesn't it work? -- Initial Header --- >From : "Jens Maukisch" [EM

Re: Binding problem

2004-11-26 Thread Jens Maukisch
Hi, > function confHome(){ > var log = Logger.getLogger( "Configurator.js" ); > log.info( "Getting all modules from interface inner class" ); > var modules = ( ( Collection )( > Configuration.Conf.getModuleCollection() ) ); > var defConf = new Form("forms/defConf.xml"); > var bindingU