C2 how javascript can read or write a Session attribute?

2001-07-03 Thread Apostolou, Kostantinos
Hi I created I session. Now I want to my clent to modify an attribute or read an attribute do you know how java script can do it? Apostolou, Kostantinos.vcf - Please check that your question has not already been answ

Re: Cocoon 1.8.3???

2001-07-03 Thread Frans Thamura
I prefer to use 1.8x, because all of my script is not work in cocoon 2, that is because sitemap.xmap file. Still question Frans - Original Message - From: "Ramsés Morales" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, July 03, 2001 6:11 PM Subject: Cocoon 1.8.3??? > Hi.

formvalidator and xform

2001-07-03 Thread java guru
Hi., I really like the idea of form validator stuff and appreciate the efforts put into it... I was wondering if there is work goingon in the area of xforms/xfdl stuff.. Your input is highly appreciated.. Do You Yahoo!? For regul

Re: C2/Tomcat 3.2.2: Include Cocoon-Content in JSP

2001-07-03 Thread Jeff Turner
On Tue, Jul 03, 2001 at 10:39:19PM +0200, Stefan Seifert wrote: > I want to include the result of a cocoon transformation as part of > another JSP Page as follows: > > ... jsp content ... > > <% > String strIncludeURL = "../cocoon/meeting_agenda.htm?MeetingID=1"; > %> > > > ... jsp content ...

Re: The sitemap handler's sitemap is not available Help

2001-07-03 Thread Lajos Moczar
I've watched this list for months as others have had this problem, and today I got bit by it myself (Cocoon2b1 w/ Tomcat 3.2.2 on Win 98). Just delete $TOMCAT_HOME/lib/jaxp.jar and $TOMCAT_HOME/lib/parser.jar. That did it for me. Lajos Galatea IS Inc. Kalven Beaver wrote: > HelpHelp...

Re: The sitemap handler's sitemap is not available Help

2001-07-03 Thread java guru
this problem is being reported and sollutions being suggest numerous times...Please seach the mail archive... --- Kalven Beaver <[EMAIL PROTECTED]> wrote: > HelpHelp... > Anyone run into this problem and have a workaround > or > solution? Followed instructions and still get: > > -

The sitemap handler's sitemap is not available Help

2001-07-03 Thread Kalven Beaver
HelpHelp... Anyone run into this problem and have a workaround or solution? Followed instructions and still get: type internal-server-error message The sitemap handler's sitemap is not available. description

Cocoon 1.8.3???

2001-07-03 Thread Ramsés Morales
Hi. Are you planning a new Cocoon 1.8.x release, or we have to jump immediately to Cocoon 2?? thanks for your help. - Please check that your question has not already been answered in the FAQ before posting.

Re: [C2] - trying out Simple SQL

2001-07-03 Thread java guru
Hi., The poolable error i got in the instances where the connection pool couldnt be created for any reason..so 1. You could specify jdbc driver properties in database.properties and then go ahead with build process. That way the correct jdbc properties would be propagated to different parts of

RedHat 7.1

2001-07-03 Thread Miles Elam
Is anyone else running Cocoon2b1 on a RedHat 7.1 system with either the Sun or the IBM 1.3.x JVM? I've been having no end of trouble getting it to work on three different boxes. Google searches turn up reports of problems with Tomcat (for example). I tried the solutions for Tomcat-related JVM p

[C2] - trying out Simple SQL

2001-07-03 Thread Colin Paul Adams
I've just got Cocoon 2 up and running successfully on Linux (2.4.3 with Sun JDK 1.3.1, Apache 1.3.19 and Tomcat 3.2.2). I'd like to get JDBC access going with Postgresql 7.0.3. Can anyone tell me what I need to do? I've tried editing web.xml to specify postgresql.Driver, and I also edited both da

XSP and DTD

2001-07-03 Thread Mohamed Ramzy
hi i have a very strange problem, actually i'm passing parameters from HTML file into .XML file. in the .XML i'm using XSP to receive these parameters, i'm using a DTD to include external entities. here is the code %entite; ]> http://www.apache.org/1999/XSP/Core";> request.getParamet

Floating Point alignment

2001-07-03 Thread Carloz Alaniz
Does anybody know how to use XSLT to align floating point numbers in an HTML Table? (e.g.) My ex.xml file looks like this: My Heading 1.234 23.3432 1.2 111.221 - My ex.xsl file looks like this: http://www.w3.org/1999/XSL/Transform";> Ex

Help... How to dynamically generated pages without recompiling sitemap?

2001-07-03 Thread Jessica Kung
Dear Cocoon users We are in the midst of implementing a publishing tool using Cocoon 2. We understand that in order to add a new web page into the system, we will need to update the sitemap file and recompile this. We may need to restart Tomcat as well in order for the system to recognise the

C2/Tomcat 3.2.2: Include Cocoon-Content in JSP

2001-07-03 Thread Stefan Seifert
I want to include the result of a cocoon transformation as part of another JSP Page as follows: ... jsp content ... <% String strIncludeURL = "../cocoon/meeting_agenda.htm?MeetingID=1"; %> ... jsp content ... Unfortunately this does not work. If i use a JSP page as include destination it wor

XML inside XML, and XSLT inside XSLT

2001-07-03 Thread Carloz Alaniz
Can someone help me or tell me there is such a thing as including an XML file inside another XML file, or including an XSLT file inside another XSLT file? Does such a thing exist?? ~carloz begin:vcard n:Alaniz;Carloz x-mozilla-html:FALSE org:ASIC New Products Development adr:;; version:2

FW: RuntimeException: Error creating org.apache.cocoon.processor.xsp.XSPProcessor:

2001-07-03 Thread shivanarayanan
BDY.RTF

Query problems !

2001-07-03 Thread Gustavo Mejia
Hi !! I am making a query passing it from a JSP file, my code is very simple but I got an error: java.lang.RuntimeException: Error executed prepared statement:  ?  at _C_._tomcat._webapps._cocoon._m3._query_m3.populateDocument(_query_m3.java:233)  at org.apache.cocoon.processor.xsp.XS

Re: Cocoon-2.0 with Tomcat-3.2.2 on Sun/Solaris

2001-07-03 Thread Marcus Crafter
Hi Joseph, We have a similar configuration here, but its with Solaris 2.6. What's happening when you start tomcat ? What's in the servlet and cocoon2 logfiles ? Cheers, Marcus On Tue, 3 Jul 2001, Rajkumar, Joseph wrote: > Hi Folks > > Does any one

Re: Help... C2- How to dynamically create new pages without recompiling sitemap?

2001-07-03 Thread Sergio Carvalho
On Wed, 04 Jul 2001 00:01:05 +0800, [EMAIL PROTECTED] wrote: -- > Dear Cocoon users > > We are in the midst of implementing a publishing tool using Cocoon 2. We > understand that in order to add a new web page into the system, we will > need to update the sitemap file and recompile this. We may n

RE: Help... C2- How to dynamically create new pages without recompiling sitemap?

2001-07-03 Thread Vadim Gritsenko
> -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, July 03, 2001 12:01 > To: [EMAIL PROTECTED] > Subject: Help... C2- How to dynamically create new pages without recompiling sitemap? > > > Dear Cocoon users > > We are in the midst of implementing

RE: how to precompile the xsp ?

2001-07-03 Thread java guru
There is a procedure describe in faq of c2 on how to pre-compile the jsps at the build level..I tried but not luck..i have posted same to this mailing list so may times with no response... Hopefully, someone would reply --- JEULIN Olivier <[EMAIL PROTECTED]> wrote: > I'm working with C1, b

Re: Cocoon-2.0 with Tomcat-3.2.2 on Sun/Solaris

2001-07-03 Thread java guru
Hi., Best thing would be delete the log and start the c2 again.. send the log with environment info to mailing listand hope Do You Yahoo!? For regular News updates go to http://in.news.yahoo.com

Re: Help... C2- How to dynamically create new pages without recompiling sitemap?

2001-07-03 Thread java guru
Hi., If u see the cocoon2 sitemap. it has something like patterns which map the user request to the actual document to be published. And you can use wildcards in the patterns to send the web pages dynamically to the user. So i think the web page(or xsp or image) names to be requested need not b

C2: Sitemap problem

2001-07-03 Thread Martin Mauri
Hi Cocooners, I've posted this message some time ago, but I had no response, so I'll try again. The fact is that I'm trying to get C2 running, I've got Tomcat 3.2.1 over Win ME and after reading the installation documentation and starting Tomcat, I point with mt browser to http://localhost:8080/

RE: how to precompile the xsp ?

2001-07-03 Thread JEULIN Olivier
I'm working with C1, but I think XSP works the same way in C2: XSP pages are compiled if - the java file doesn't exist - the XML file is newer than the java file So, if you want to "precompile" XML files, you'll have to send a request for those files to your web server. I guess the

Help... C2- How to dynamically create new pages without recompiling sitemap?

2001-07-03 Thread jesskung
Dear Cocoon users We are in the midst of implementing a publishing tool using Cocoon 2. We understand that in order to add a new web page into the system, we will need to update the sitemap file and recompile this. We may need to restart Tomcat as well in order for the system to recognise the new

C2- How to implement visitor personalisation feature?

2001-07-03 Thread jesskung
Dear Cocoon users Has anyone implemented this feature before? It is a feature similar to excite.com where they allow the visitor to custom turn on or off certain sections of the web page. Any help is greatly appreciated! Is this feature possible in C2? Thanks in advanced. Regards, -

Help... [C2]how to dynamically create new pages without recompiling sitemap?

2001-07-03 Thread jesskung
Dear Cocoon users We are implementing a publishing system where a content owner is able to add new web pages. However from our understanding, we need to recompile the sitemap and also to restart Tomcat once we add a new page in the C2 system. Please advise if we understand this wrongly. If

Cocoon-2.0 with Tomcat-3.2.2 on Sun/Solaris

2001-07-03 Thread Rajkumar, Joseph
Hi Folks Does any one have this combination working on a Sun/Solaris-2.7 box. I have tried high and low to get it to work, but I am having lots of problems. I have been able to create the cocoon.war file, but I am unable to proceed further. Thanks Joseph Rajkumar PS: Please note that I

Re: AW: Cocoon2 Live Site...

2001-07-03 Thread Rajkumar, Joseph
Hi I tried it and it worked. Then after reading this email I tried again and got the same error as you mention, but wait, I tried again after another 1/2 hour and it worked. So I presume that they are doing some development and you happened to hit the site at just the wrong time, try again and

RE: Why XSP?

2001-07-03 Thread Eduardo Yanez
Hi Mikael, XSLT is just a transforming language, you can use it for transform any xml document to any other textual format (html, txt, svg, pdf, etc). On the other side you can compare XSP with JSP, they technologies for dynamic content generation, JSP allow you to create servlets easily for dyn

Re: Displaying Images ?

2001-07-03 Thread Gustavo Mejia
Yeap !! Thanks Mohamed !! I´m going to do that !! -- Gustavo Mejía Mora INFOTEC Tel: 5624 28 00 Ext: 253 Mohamed Ramzy wrote: > hi, > the idea is simpleget the name of the image file > from ur database by using esql(as u use it), then pass > it to the XSL file as a tag and put it through

[C2] exception when sitemap has changes and attempts to recompile

2001-07-03 Thread Seth Ladd
Hello, If I modify sitemap.xmap during runtime, the Cocoon 2 system notices this change, and attempts to recompile the map. I see this exception in the cocoon.log file: ERROR 33448 [cocoon ] (Thread-6): Error compiling sitemap java.lang.NullPointerException at org.apache.cocoon.env

Re: AW: Cocoon2 Live Site...

2001-07-03 Thread Daniel Pfuhl
hmm seems to be misconfigured :-( I always get an internal server error daniel --- Tobias Kieninger <[EMAIL PROTECTED]> schrieb: > Hi again, > > it seems that i forgot the URL of the new Live Site. > > http://www.XSLT-Patterns.com > > Ciao > Tobias > > > -Ursprüngliche Nachricht- >

Re: how to precompile the xsp ?

2001-07-03 Thread Mohamed Ramzy
hi, XSP is the first thing to be compiled before any thing in the file --- Ling Kok Choon <[EMAIL PROTECTED]> wrote: > hi, > >I am developing a web application with Cocoon 2. > But the xsp's performance is not very good ( > very slow ), so is it posible to precompile the xsp > file ? and may

Re: Displaying Images ?

2001-07-03 Thread Mohamed Ramzy
hi, the idea is simpleget the name of the image file from ur database by using esql(as u use it), then pass it to the XSL file as a tag and put it through variable and write the normal HTML imag tag, and in the source field write the name of ur variable i hope that can help --- Gustavo

Re: Why XSP?

2001-07-03 Thread Mohamed Ramzy
hi XSLT is just for transforming, but XSP, think about it as your gateway to include any java code in ur file, or importing any custom/not java class/classes to your file...it is the gate!! --- Mikael Ståldal <[EMAIL PROTECTED]> wrote: > What is the need for XSP? Why not use XSLT with > extensions

Install Roadblock: Newbie needs help!

2001-07-03 Thread Benjamin Cramer
Hi, I have had an uphill climb trying to get Cocoon 1.8.2 installed on my Win2K, Apache-Tomcat machine. I have read all the install hints, tips and tricks or at least I believe I have. However, I keep running into the same error: java.lang.RuntimeException: Error creating org.apache.cocoon.parse

AW: Cocoon2 Live Site...

2001-07-03 Thread Tobias Kieninger
Hi again, it seems that i forgot the URL of the new Live Site. http://www.XSLT-Patterns.com Ciao Tobias > -Ursprüngliche Nachricht- > Von: Joost Fleuren [mailto:[EMAIL PROTECTED]] > Gesendet: Samstag, 30. Juni 2001 15:04 > An: [EMAIL PROTECTED] > Betreff: Re: Cocoon2 Live Site... > > >

RE: Logicsheet chaining

2001-07-03 Thread Luca Morandini
Drasko, really ? Could please mshow an example of that ? I thought this to be impossible, since the XSP processor can't be called more than once per session... I guess. Best regards,   -    Luca Morandini

Re: ESQL Error!

2001-07-03 Thread Adrian Geissel
Use instead Adrian I think that the error is when I use     after query = "select count(*) from .". Where is the error? Can someone help me? Thanks Marco  

Re: Logicsheet chaining

2001-07-03 Thread Ulrich Mayring
Drasko Kokic wrote: > > So, it is possible in C1 too (just not elegant at > all). You can simply use or to make it elegant. Ulrich -- Ulrich Mayring DENIC eG, Systementwicklung - Please check that your question has not alr

RE: Logicsheet chaining

2001-07-03 Thread Drasko Kokic
Not compleatly true ... it is possible to apply multiple logicsheets ... just add them one after the other in the XSP file. The different thing is with the stylesheet chaining ... there you have to mess around and introduce in the resulting XML stream the XSLT processing instruction (together wit

HTML tags in XML page are escaped

2001-07-03 Thread Matthias Jahn
Title: HTML tags in XML page are escaped Hi, Some weeks ago, there were two possibilities for the problem "escaped HTML tags in a XML page". I tried both, but everytime I get the same error message. Here is a short example of what I tried:                

Re: Exception in Cocoon

2001-07-03 Thread Frans Thamura
The solution is Use tomcat 3.22 fresh from the apache.org, and remove the jaxp.jar and parse.jar and use all jar from cocoon 2 Don't use jar from any other source. I don't know why, even if you use the newest version of jar, you cocoon 2 won't work. Strange yah, I don't have any idea, what ki

RE: Logicsheet chaining

2001-07-03 Thread Luca Morandini
Matteo, I think there is no way of accomplishing this with C1. On the other hand, this could be done quite easily in C2. I'm afraid, but if you want to use more than one logicsheet/tag library you have no option but use C2. Best regards,   ---

Re: Logicsheet chaining

2001-07-03 Thread Matteo Colombo
Hi, I try to explain me better: What I want do,it is something like that. a.xml ... ... tag mapped in mylogic.xsp.xsl ... ... b.xsl: href="c.xsl" type="text/xsl" href="../mylogic2.xsp.xsl" type="xsp" type="xslt" ... ...tag mapped in mylogic2.xsp.xsl... ... In a.xml I use

Re: form-validator?

2001-07-03 Thread Christian Haul
On 02.Jul.2001 -- 05:31 PM, java guru wrote: > The problem with regular expression in that example is > that: > > for email address i just put anything and it > works..shouldnt it be of format [EMAIL PROTECTED] ??? Yes, indeed. Unfortunately, I'm not able to reproduce your observation. I remembe

Re: redirect to port 80

2001-07-03 Thread Anders Conrad
I understand that you want your web-server that is serving Cocoon to listen on port 80. I also assume that you are currently using Tomcat as a web listener on its default port 8080. Given that, you can either keep using Tomcat as a web listener and change the port number in the configuration file

Extending the standard Cocoon XSP logicsheets, namely ESQL

2001-07-03 Thread Adrian Geissel
Hi,   I'm using Cocoon 1.8.2 and it's great - dynamic content generation in an efficient and controlled manner - a real winner!   As with all technologies, there comes a point when you want it to do more - and my current aspiration is to improve the way that SQL is handled, specifically the

Logicsheet chaining

2001-07-03 Thread Matteo Colombo
Hi all, I've this question for you: XML A with --> XSL A (transform XML A in XML B adding and the instructions that are in new logicsheet)-->XSL B (format the page: output type HTML). Does it work? Is it possible to do this? Better, my question is: Is it possible transform an XML file in anoth