C1: problem with FOR STATEMENT

2001-07-27 Thread Simone Bortolaso
Why cocoon take this error     Java.lang.Exception: XSP Java Compiler: Compilation failled for _myindex.java     6735: Undefined variable: numcurves xspExpr(numcurves,document)      in the nested statement:          for(int subsection = 0; subse

Problem with memory

2001-06-20 Thread Simone Bortolaso
What can i do if during page loading comes the following exception: java.lang.Exception: FATAL ERROR: the JVM ran out of memory when processing the request. The maximum amount of memory used by your VM can be changed at a command line. Is possible change automatically the memory dimensio

Re: which is the problem? thanks for all...

2001-06-19 Thread Simone Bortolaso
Ok now it works very well. The only thing i dont' understand is the correct use of tag. Thresholds: Date Pre-alarm Threshold Alarm Threshold for(int u = 0; u < viewer.getThrValues().length; formatDate(u,1,viewe

Re: which is the problem?

2001-06-19 Thread Simone Bortolaso
iginal Message - From: "Morrison, John" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, June 19, 2001 10:05 AM Subject: RE: which is the problem? > Best place to look - the generated Java code. > > > -Original Message- > > From: Simon

Re: which is the problem?

2001-06-19 Thread Simone Bortolaso
(int u = 0; u < u++){ > > > formatDate(u,1,viewer) > formatDate(u,2,viewer) > > formatDate(u,3,viewer) > > > } > > J. > > -Original Message- > From: Simone Bortolaso [mailto:[EMAIL PROTECTED]] >

which is the problem?

2001-06-19 Thread Simone Bortolaso
The compilator say:   java.lang.Exception: XSP Java Compiler: Compilation failed for _index.java 2385: Undefined variable: u xspExpr(formatDate(u,1,viewer),document)         . End the code is:         Thresholds:      Date  Pre

Re: Whitespace

2001-06-18 Thread Simone Bortolaso
hi, for me it depends by XML definition language. try with (eg. , NOT ) i hope it work fine. Simone - Original Message - From: "Pachal" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, June 18, 2001 6:27 AM Subject: Whitespace > Hi, > > Is there a way for me to keep the whit

generate dinamic page from a single index.xml

2001-06-14 Thread Simone Bortolaso
Hi My prior mail was been quite generic. The question is about the possibility of create dynamically web page starting from a single index.xml page and translate with cocoon and XSLT. Following the links on index.xml displayed on browser the will load a new page that came from index.xml

Re: Cocoon & Tomcat & Apache

2001-06-14 Thread Simone Bortolaso
east mine > do that :) > > Best regards, > > - > Luca Morandini > GIS Consultant > [EMAIL PROTECTED] > +39 0744 59 85 1 Office > +39 0335 681 02 12 Mobile > http://utenti.tripod.it/lmorandini/index.html > ----- &

Re: Cocoon & Tomcat & Apache

2001-06-14 Thread Simone Bortolaso
The real problem is that if you want run tomcat and apache like nt-services together then you find out that they doesn't worked. Simone - Original Message - From: "Aurelien DEHAY" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, June 14, 2001 1:45 PM Subject: Cocoon & Tomcat &

xml page1 calls xml page2

2001-06-13 Thread Simone Bortolaso
My situation is just a standard case where from a begin page (index.xml) i want to navigate farward an back to other page in my site. The index.xml calls for example a second.xml page in my browser. Can i do this with C1? Is there a little examples? Thank in advance Simone. 

Can not add xsp:expr to xsl:attribute

2001-06-07 Thread Simone Bortolaso
Hi all, is there a way to jump across the following problem?    1)    if(viewer.isPie()){      viewer.getUnavailable()           }     2) Alternatively, I try to define a xsl variable and assign it with in   viewer.getUnavailable()    if(viewer.isPie()){             }   but it