How to use Xindice in Cocoon?

2002-07-16 Thread Ken C
I have been reading through the mail archive and can't find up-to-date mails on 'using xindice in Cocoon'. As the user guide suggests, both XML:DB Generator and XML:DB Collection Generator are gonna be deprecated. I am wondering how cocoon can communicate with xindice and what protocol I shall be u

SUMMARY: Deleting multiple rows with the modular DatabaseDeleteAction

2002-07-16 Thread Tuomo Lesonen
Thank you Chris, everything works ok now! :) -Tuomo On 15.Jul.2002 -- 01:40 PM, Tuomo Lesonen wrote: > Hi, > > I can't figure out how to remove multiple rows with this action within a > single request. Am I using the right syntax in HTML? : Tuomo, you need to define a "set" with a "master" tha

RE: building 2.0.3

2002-07-16 Thread Carsten Ziegeler
Hi Mike, you did nothing wrong, except that you found a bug ;) No, seriously, thanks for finding this problem, I will fix it for the next release. Thanks Carsten Carsten Ziegeler Chief Architect Open Source Group, S&N AG --

Re: How to use Xindice in Cocoon2?

2002-07-16 Thread sheshadri
check for XMLDBTransformer   regards, shesh - Original Message - From: Ken C To: [EMAIL PROTECTED] Sent: Wednesday, July 17, 2002 10:49 AM Subject: How to use Xindice in Cocoon2? I have been reading through the mail archive and can't find up-to-date mails

How to use Xindice in Cocoon2?

2002-07-16 Thread Ken C
I have been reading through the mail archive and can't find up-to-date mails on 'using xindice in Cocoon'. As the user guide suggests, both XML:DB Generator and XML:DB Collection Generator are gonna be deprecated. I am wondering how cocoon can communicate with xindice and what protocol I shall be u

Re: cleaning xmlns attribute with XSL transformation

2002-07-16 Thread yuryx
It work! Thanx Vadim. Yury. Vadim Gritsenko wrote: >>From: yuryx [mailto:[EMAIL PROTECTED]] >> >>How can I set up the xsp processor that way that it will not unclude >>'xmlns' attributes to HTML output? >> >> > >This might be of help: >http://marc.theaimsgroup.com/?l=xml-cocoon-users&m=1025

XMLForm How-To problems

2002-07-16 Thread Matthew Hailstone
I followed the XMLForm How-To, which was very thorough and excellent BTW. Everything seems like it should work: I can see the start view, but when the registration view comes up, I get the following stacktrace: Original exception : java.lang.ArrayIndexOutOfBoundsException at org.apache.xml.utils

RE: creating pipeline output for XML File viewable with IE browser

2002-07-16 Thread Kulkarni, Mohan (GEL, MSX)
I guess your serialize type should be xml not html in your map. -Original Message- From: Earl Bingham [mailto:[EMAIL PROTECTED]] Sent: Tuesday, July 16, 2002 5:30 PM To: [EMAIL PROTECTED] Subject: creating pipeline output for XML File viewable with IE browser I was having difficulty co

Re: AW: ServletProxyGenerator

2002-07-16 Thread Michael Wechner
Ewert, Sven wrote: > is your generic-servlet a "single thread" servlet? No, not that I know. Just a common "HelloWorld" servlet for testing purposes: public class HelloWorld extends HttpServlet { (or how do I recognize a "single thread" servlet?) Thanks Michael P.S.: Sorry for taki

RE: creating pipeline output for XML File viewable with IE browser

2002-07-16 Thread Hunsberger, Peter
> I was having difficulty constructing a map entry that will display XML > output within the IE browser. It sounds like you have two separate problems: > In which I receive a cocoon error message > within Tomcat 4.0.1 web server. What's the error message? > In which I have the following i

creating pipeline output for XML File viewable with IE browser

2002-07-16 Thread Earl Bingham
I was having difficulty constructing a map entry that will display XML output within the IE browser. In which I receive a cocoon error message within Tomcat 4.0.1 web server. In which I have the following in a sitemap file: test.xml --- John Jacob Joseph test.xsl ---

RE: string handling in xsl

2002-07-16 Thread Luca Morandini
Suma, something like: (where spaces is a string of blanks) ? Just off the top of my head... but should work. Best regards, - Luca Morandini GIS Consultant [EMAIL PROTECTED] http://utenti.tripod.it/lmor

Re: need advice on beginning a new Cocoon based project called XMTrader

2002-07-16 Thread Josema Alonso
Dear all, Please, excuse my double post. I do not what I did but it seems I sent it twice from two different accounts. I'm sorry. Best. - Please check that your question has not already been answered in the FAQ before posting

Trouble Getting Started

2002-07-16 Thread Shawn_McManus
All, I am getting an Internal Server Error when trying to access the Cocoon servlet (http://localhost:8080/cocoon). The ServletException's root cause is a java.lang.NoClassDefFoundError for javax/xml/transform/Source. My environment is as follows: OS: Win2k using Tomcat JAVA_HOME=d:\jdk1.3.1

RE: Renamed cocoon webapp directory

2002-07-16 Thread Matthew Hailstone
I deleted my work/Standalone/localhost directory under . Works fine. Thought I did that, sorry. :) Matthew > -Original Message- > From: Matthew Hailstone > Sent: Tuesday, July 16, 2002 12:03 PM > To: [EMAIL PROTECTED] > Subject: Renamed cocoon webapp directory > > > I have both 2.0.3

Re: Réf. : XMLForms & Cocoon-2.0.3

2002-07-16 Thread Barbara Post
I could only see that C2.1 works with XMLForms, am I wrong ?   Babs --website: www.babsfrance.fr.stICQ #: 135868405 - Original Message - From: Othman Haddad To: [EMAIL PROTECTED] Sent: Tuesday, July 16, 2002 4:12 PM Subject: Réf. : XMLForms & Cocoon-2.0.3

RE: Conceptual difficulties

2002-07-16 Thread Per Kreipke
In summary: - how/where would one store an XML snippet as (effectively) a singleton object for use by all users? Per - Please check that your question has not already been answered in the FAQ before posting.

Debugging buggy XSL code

2002-07-16 Thread Lajos Moczar
Hi all - At various times (or versions), I though I have seen Cocoon spit out messages about XSL errors, like "The element type "xsl:if" must be terminated by a matching end-tag". In 2.0.2, these messages come at the Tomcat console window or logs. Wouldn't it be helpful to capture these messa

Conceptual difficulties

2002-07-16 Thread Per Kreipke
I feel like a newbie again. It seems as if with every new page or problem I have a large set of choices about where I can store information. But where I choose to store something depends on its lifetime, cachability, granularity, etc. In a typical servlet model, I understand the difference in li

Re: using i18n in xsl

2002-07-16 Thread Albert Cervera Areny
I'm quite new to cocoon but I've been having trouble with things like that. The thing is that you should process the XSL file, and after that, apply it to the XML one. May be it doesn't work but you could try to use cocoon://file.xsl instead of file.xsl in the transform call. And file.xsl should

RE: Java packages

2002-07-16 Thread Vadim Gritsenko
> From: Robert Bourdeau [mailto:[EMAIL PROTECTED]] > > > > It's not that these solutions won't work, but they feel awkward and > > > seem a little like hacks. I work in a shop where we have multiple > > > virtual hosts running on a single server configuration, and within > > > each virtual host,

need advice on beginning a new Cocoon based project called XMTrader

2002-07-16 Thread Josema Alonso
Dear all, Finally I could start a 100% Cocoon based project. I've been developing web applications using scripting languages, mainly ASP on the server and Javascript on the client, for some 4 years now. I always try to use them the cleanest possible way; unfortunately it's always a mess at then e

[HELP]Language Exception

2002-07-16 Thread Murari
Hello Friends, I m using cocoon 2.0.2 ,Tomcat 4.0.4 and Jdk1.3.When i m writing Systen.out.println() inside tag, i m getting following error.Can u please help me on this Description:org.apache.cocoon.ProcessingException: Language Exception: org.apache.cocoon.components.language.LanguageEx

Re: image and relative path issue

2002-07-16 Thread Barbara Post
Title: RE: image and relative path issue IE but in French - Original Message - From: Naquin, Beth To: '[EMAIL PROTECTED]' Sent: Tuesday, July 16, 2002 8:11 PM Subject: RE: image and relative path issue I really don't know. I use IE and I don't have a 'sho

RE: image and relative path issue

2002-07-16 Thread Naquin, Beth
Title: RE: image and relative path issue I really don't know. I use IE and I don't have a 'show image' option when I right click on images. Maybe it is the browser you are using or a browser setting? -Original Message- From: Barbara Post [mailto:[EMAIL PROTECTED]] Sent: Tuesday, July

Re: image and relative path issue

2002-07-16 Thread Barbara Post
RE: image and relative path issueok, I did as indicated : src="../../images/menu.gif" in my stylesheet, but the images does appear only when I right-click and do "show image". what's wrong ? thx - Original Message - From: Naquin, Beth To: '[EMAIL PROTECTED]' Sent: Tuesday, July 16, 2002 7

Renamed cocoon webapp directory

2002-07-16 Thread Matthew Hailstone
I have both 2.0.3 and 2.1 (HEAD) under Tomcat 4.1.3. webapps/cocoon203 webapps/cocoon21. All the main cocoon sitemap stuff works fine. I redirect eval stuff to my subsitemap. Am I not configuring something right to run from a different URL than the default "cocoon" for my subsitemap? Environment

building 2.0.3

2002-07-16 Thread Mike Ash
Title: building 2.0.3 If I remove all of the optional jars and try to build I get errors about not finding the servlet stuff, in the optional directory is the servlet jar.  So my question is should the servlet jar be in the core directory or am I doing something wrong?

RE: cannot get my parameter / value passed to transformer

2002-07-16 Thread Naquin, Beth
Title: RE: cannot get my parameter / value passed to transformer What do you see on your page? Are you sure that you are passing in a value from the sitemap?  Maybe try hard-coding the value of the sitemap parameter to make sure it isn't empty. ... ... In your xsl styles

RE: image and relative path issue

2002-07-16 Thread Naquin, Beth
Title: RE: image and relative path issue try looking at this mail http://marc.theaimsgroup.com/?l=xml-cocoon-users&m=102434844115169&w=2 -Original Message- From: Barbara Post [mailto:[EMAIL PROTECTED]] Sent: Tuesday, July 16, 2002 10:42 AM To: [EMAIL PROTECTED] Subject: image and r

Re: Schematron

2002-07-16 Thread Alexander Smirnoff
I'm not a big pro in Schematron. It uses mainly XPath for referencing nodes, in Cocoon scratchpad it implemented with JXPath, where you could use extension mechanics to add your own functions to XPath. I did not do that but if you really want to have regexps in XPath, I think this is the directi

image and relative path issue

2002-07-16 Thread Barbara Post
I have a problem with images / css. I use a pipeline for them but it doesn't seem to work. images are in /images. pipeline for .gif : a request for index.* then a xsl stylesheet using : creates an image path ok : /images/menu.gif (in the html output : src="images/menu.gif") but th

Re: Java packages

2002-07-16 Thread Lajos Moczar
You still can keep your concept of "Application". I look at Cocoon as a framework, within which my applications run. I make each application a subdirectory off the main directory, and each has its own sitemap. The benefit is that I have a "clean" sitemap, (i.e. very few map:component definitio

RE: Java packages

2002-07-16 Thread Hunsberger, Peter
> Now, yes, I could create subdirs in cocoon/WEB-INF/classes or create > separate jars for each in the libs, and have my apps each include their own. The other possibility is deploying Cocoon multiple times as different EARs, once for each "application". That way if one application needs some

Schematron

2002-07-16 Thread michael_hampel
Hello, is there a way to use regular expressions with Schematron? (like with an descriptor xml match-regex) thanks for any help, miHam - Please check that your question has not already been answered in the FAQ befo

RE: Java packages

2002-07-16 Thread Robert Bourdeau
> > > It's not that these solutions won't work, but they feel awkward and > > seem a little like hacks. I work in a shop where we have multiple > > virtual hosts running on a single server configuration, and within > > each virtual host, multiple applications. Further, there are dev, > > alpha, b

RE: Actions and multipage form processing

2002-07-16 Thread Matthew Hailstone
Ivelin, Thanks for the response. I actually was looking at (reading the howto) yesterday. I'm hoping to get 2.1 setup again and try out XMLForms today. Matthew > -Original Message- > From: Ivelin Ivanov [mailto:[EMAIL PROTECTED]] > Sent: Monday, July 15, 2002 8:55 PM > To: [EMAIL PROT

RE: Java packages

2002-07-16 Thread Vadim Gritsenko
> From: Robert Bourdeau [mailto:[EMAIL PROTECTED]] > > That's pretty unsatisfying. > I just disentangled my Tomcat 3.x JSP apps from each other when > upgrading to Tomcat 4, localizing their WEB-INF dirs to allow > them to be evolved independently. > Now, with Cocoon, I'm back to a single WEB-INF

RE: cleaning xmlns attribute with XSL transformation

2002-07-16 Thread Vadim Gritsenko
> From: yuryx [mailto:[EMAIL PROTECTED]] > > How can I set up the xsp processor that way that it will not unclude > 'xmlns' attributes to HTML output? This might be of help: http://marc.theaimsgroup.com/?l=xml-cocoon-users&m=102553660504679&w=2 Vadim ... --

AW: ServletProxyGenerator

2002-07-16 Thread Ewert, Sven
is your generic-servlet a "single thread" servlet? cheerz sven -Ursprüngliche Nachricht- Von: Michael Wechner [mailto:[EMAIL PROTECTED]] Gesendet: Dienstag, 16. Juli 2002 17:47 An: [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Betreff: ServletProxyGenerator Hi I am currently working on a S

ServletProxyGenerator

2002-07-16 Thread Michael Wechner
Hi I am currently working on a ServletProxyGenerator: ++ ++ +-+ || > | Cocoon:| > | | | Client | | ServletProxyGenerator: | | Servlet | || < | HttpClient

Re: non standard input encoding

2002-07-16 Thread Joerg Heinicke
Jo Bourne wrote: > Hi, > > We are trying to migrate to cocoon2 from 1.8x. Our app receives xml > content which is MacRoman encoded and cocoon 1.8 has been conveniently > converting this to utf8 on the way out. Cocoon 2 spits the dummy. I can > see plenty of posts on specifying your output en

need advice on beginning a new Cocoon based project called XMTrader

2002-07-16 Thread Josema Alonso
Dear all, Finally I could start a 100% Cocoon based project. I've been developing web applications using scripting languages, mainly ASP on the server and Javascript on the client, for some 4 years now. I always try to use them the cleanest possible way; unfortunately it's always a mess at then e

problems with SQLTransformer

2002-07-16 Thread Ramsés Morales
Hi. I'm receiving two consecutive unsuported exceptions: --- DEBUG (2002-07-16) 10:09.12:987 [sitemap.transformer.sql](/cocoon/LinePlant) HttpProcessor[8080][4]/SQLTransformer$Query: EXECUTING SELECT

Re: HSSFSerializer

2002-07-16 Thread Sven Kuenzler
[EMAIL PROTECTED] schrieb: >> [Gnumeric->Excel] > i tried it. works very well. thanks. > just one more question: how can i deactivate > the log-msgs? Replace Priority.DEBUG with something like Priority.ERROR or .FATAL(?). Have a look at LogKits JavaDoc to learn about the "log levels" availabl

Using Schematron for XML request validation

2002-07-16 Thread Alexander Smirnoff
Hi all, I'm considering to use SchematronValidator for validation of XML requests (embedded in the body of HTTP requests). Since XML Forms validation is dealing with forms and validation of JavaBeans, I have a different problem. The question I have is somewhat general. I would like to use sc

Re: cleaning xmlns attribute with XSL transformation

2002-07-16 Thread Joerg Heinicke
1. "push" vs. "pull" Hmm, I don't know whether I would validate the XML input for HTML output. You would have to validate so many elements and attributes - I think it's to extreme. But there have been many discussions about push or pull approach (output data-driven or xsl-driven). XSL FAQ: ht

RE: Java packages

2002-07-16 Thread Robert Bourdeau
That's pretty unsatisfying. I just disentangled my Tomcat 3.x JSP apps from each other when upgrading to Tomcat 4, localizing their WEB-INF dirs to allow them to be evolved independently. Now, with Cocoon, I'm back to a single WEB-INF? Not a good solution. I found a message from Vadim in the arch

Re: Java packages

2002-07-16 Thread Steven Noels
Robert Bourdeau wrote: > I think there was a thread on this, BUT it appears that the > cocoon-users archive is not indexed, there is no web archive, and > I can't keep all the Cocoon-user messages. http://marc.theaimsgroup.com/?l=xml-cocoon-users http://nagoya.apache.org/eyebrowse/SummarizeList

RE: Java packages

2002-07-16 Thread TREGAN Fabien
>I think there was a thread on this, BUT it appears that the >cocoon-users archive is not indexed, there is no web archive, and >I can't keep all the Cocoon-user messages. So, apologies in advance >if this question was recently asked. (I did check the FAQ, >nothing there). Did you check http://

Re: Java packages

2002-07-16 Thread Andrew C. Oliver
cocoon/WEB-INF/classes or cocoon/WEB-INF/libs (for jar files) -Andy Robert Bourdeau wrote: >I think there was a thread on this, BUT it appears that the >cocoon-users archive is not indexed, there is no web archive, and >I can't keep all the Cocoon-user messages. So, apologies in advance >if t

Out of memory error.

2002-07-16 Thread TREGAN Fabien
Hi, I'm making some perfomance test with cocoon. The pipeline is like this : -action that instanciate a bean (with one property wich is an array of one hundred beans) -castor transformer -2 xsl transformation -html serializer When I try stressing it, when I have around 50 concurrent hit (50 thre

Java packages

2002-07-16 Thread Robert Bourdeau
I think there was a thread on this, BUT it appears that the cocoon-users archive is not indexed, there is no web archive, and I can't keep all the Cocoon-user messages. So, apologies in advance if this question was recently asked. (I did check the FAQ, nothing there). Ok, I want to utilize appli

cactus...

2002-07-16 Thread Othman Haddad
hi, is there anybody who has already worked with Cactus to test Avalon components inside of cocoon2 ? where can i find examples? thanks a lot..  

Receiving blank pages.

2002-07-16 Thread David Vos
We've upgraded our cocoon system, so now we are running cocoon 2.0.3 binary, tomcat 4.0.4 (LW binary), and Sun's jdk1.4 binary. It seems to be running better now. However, I'm starting to notice that after a little while cocoon starts returning empty pages to the user (i.e. ""). I can make this

RE: cactus...

2002-07-16 Thread Todd Densmore
please - no HTML emails. -Original Message-From: Othman Haddad [mailto:[EMAIL PROTECTED]]Sent: Tuesday, July 16, 2002 5:21 AMTo: cocoon user listSubject: cactus... hi, is there anybody who has already worked with Cactus to test Avalon

Réf. : XMLForms & Cocoon-2.0.3

2002-07-16 Thread Othman Haddad
please look at: http://xml.apache.org/cocoon/installing/index.html   it works fine.. hope this helps. othman   ---Message original---   De : [EMAIL PROTECTED] Date : mardi 16 juillet 2002 16:05:07

XMLForms & Cocoon-2.0.3

2002-07-16 Thread Bobby Mitchell
Can XMLForms be used with Cocoon-2.0.3? If not, how can I download the Cocoon-2.1 branch from cvs. -- Robert J. (Bobby) Mitchell Systems Administrator NASA Institute for Advanced Concepts 555A 14th St Atlanta, Ga. 30318 Phone: (404)347-9633 Fax: (404)347-9638

RE: cleaning xmlns attribute with XSL transformation

2002-07-16 Thread Robert Bourdeau
One thing that strikes me is that you're tranferring XML element attributes to HTML element attributes uninspected. It would seem to be, admittedly far from expert, a better practice is to specifically select and handle the XML attributes, transforming then into appropriate (perhaps equivalent) H

cleaning xmlns attribute with XSL transformation

2002-07-16 Thread yuryx
How can I set up the xsp processor that way that it will not unclude 'xmlns' attributes to HTML output? For example. I'm generate XML from my XSP.In XSP page i define the following namespace: [xmlns:xsp="http://apache.org/xsp";]. my XSP: test 1)When I tried to execute this logicsheet ...

Re: HSSFSerializer

2002-07-16 Thread Andrew C. Oliver
Yes...note HSSF logging decreases performance by at least 100x [EMAIL PROTECTED] wrote: >hallo sven, > >i tried it. works very well. thanks. >just one more question: how can i deactivate >the log-msgs? > >ciao robertj > >Robert Kuzelj >

non standard input encoding

2002-07-16 Thread Jo Bourne
Hi, We are trying to migrate to cocoon2 from 1.8x. Our app receives xml content which is MacRoman encoded and cocoon 1.8 has been conveniently converting this to utf8 on the way out. Cocoon 2 spits the dummy. I can see plenty of posts on specifying your output encoding in the sitemap, but how

Re: cannot get my parameter / value passed to transformer

2002-07-16 Thread Barbara Post
hello, I have the following now, but don't see anything else that "test1" printed out : test1 . and in the sitemap : ... ... log says : Current Sitemap Parameters: PARAM: 'lang' VALUE: 'EN' PARAM: '../1' VALUE: 'html' PARAM: '../0' V

Re: HSSFSerializer

2002-07-16 Thread robert_kuzelj
hallo sven, i tried it. works very well. thanks. just one more question: how can i deactivate the log-msgs? ciao robertj Robert Kuzelj Gaissacherstrasse 7 email: [EMAIL PROTECTED] 81371 Muenchentel: 0177/530

Re: Depth in DirectoryGenerator

2002-07-16 Thread Сергей Чернокозинский
Thank you very much - Original Message - From: "ROSSEL Olivier" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, July 16, 2002 1:41 PM Subject: RE: Depth in DirectoryGenerator > > > > -Message d'origine- > > De: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] > > Date: ma

Re: cannot get my parameter / value passed to transformer

2002-07-16 Thread Joerg Heinicke
What are you doing in the stylesheet? You need a top-level : Regards, Joerg Barbara Post wrote: > Hello, I want the trail of the match to be passed to my stylesheet, and used > there as a variable. the following does not work. thanks for any help. > > > > > > >

cannot get my parameter / value passed to transformer

2002-07-16 Thread Barbara Post
Hello, I want the trail of the match to be passed to my stylesheet, and used there as a variable. the following does not work. thanks for any help. - Please check that your questi

using i18n in xsl

2002-07-16 Thread kavitha ramesh
Hi, I would like to use the i18n tags inside an xsl file.Is it possible?If so how do I use it? For example, I have the following content inside an xml file: titletext How do I use the same thing inside an xsl file?I dont want any contents inside my xml file.But everything should be inside a

How do i change the Encoding of the produced files by the TextSerializer

2002-07-16 Thread Christian SCHRÖTER
Hi, i want to create csv-Files by using the TextSerializer. My problem is, that i have to encode the produzed csv-file in ISO-8859-1. I am using: * java 1.4.0_01 * tomcat 4.0.4 * xml-cocoon2_20020712041726.tar.gz I tried to set in my main-sitemap the encoding: ISO-8859-1 But it didnt h

how to use jscript or vbscript or objectrexx with xslt

2002-07-16 Thread gerald . michalitz
> hallo > > can someone please give me a hint how can i use jscript or vbscript or > objectrexx with > xslt > > i want to use the script code in the xsl-file > put how does this work and how does the xml-file looks like > i need this in a transformation into html and into pfd > thanks for your

Protected area sample -> wml

2002-07-16 Thread zze-STIENNE Nicolas FTRD/DMI/CAE
Hi everybody !! I want to make a protected area on my Wap sites version. I looked at the Cocoon Webapps sample and the protected area one. Is that possible to translate it in wml ? Could it work with a wap terminal ? Is the session managed in the same way ? Is there another way to do it ? T

RE: Depth in DirectoryGenerator

2002-07-16 Thread ROSSEL Olivier
> -Message d'origine- > De: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] > Date: mardi 16 juillet 2002 06:21 > À: [EMAIL PROTECTED] > Objet: Depth in DirectoryGenerator > > > Hi All, > > I try to use DirectoryGenerator to create dynamic directory list. In > documentation said, > it's

RE: HTML tree from a Directory generator.

2002-07-16 Thread ROSSEL Olivier
> > What I want is to get a "Windows explorer like" view of a > directory tree :-) > > Not a highlighted XML :-) > > That's clear. You should merge them and not use them > consecutively. This > means for example to use the collapse/expand code from > simple-xml2html.xsl. > > If you don't wan

cactus...

2002-07-16 Thread Othman Haddad
hi, is there anybody who has already worked with Cactus to test Avalon components inside of cocoon2 ? where can i find examples? thanks a lot..   IncrediMail - La messagerie

Re: To Admin - Important/Urgent/Serious

2002-07-16 Thread Giacomo Pati
If you are shure you have subscribed using that mail address try mailto:[EMAIL PROTECTED] Giacomo PS request for help is mailto:[EMAIL PROTECTED] On Tue, 16 Jul 2002, Suchandra Nag wrote: > same here .. Please someone help me to unsubscribe from the list .. > My email_id is > [EMAIL PROTECTED