RE: Problem with my XSP page interact with WML

2002-01-10 Thread Max Larsson
Hi, i am not sure but try: page prequest:get-parameter name=username//p /page HTH Max -Original Message- From: Stanley Ho [mailto:[EMAIL PROTECTED]] Sent: Donnerstag, 10. Januar 2002 02:28 To: [EMAIL PROTECTED] Subject: Problem with my XSP page interact with WML

Antwort: Problem with my XSP page interact with WML

2002-01-10 Thread Richard Gfrerer
Hi, I had some posting-troubles in wml, too. So i decided to URLencode it. Something like that worked. p yourName: input maxlength=10 title=yourName: name=yourName type=text/ a href=result?yourName=$(yourName:escape) [send]/a /p xsl:template match=input p

Re: Sitemap problem with latest cvs version ?

2002-01-10 Thread Yann Secq
Vadim Gritsenko wrote: Once you downloaded new version, delete old working directory which contains classes generated with previous version of Cocoon. They could be incompatible with newer version of Cocoon. Yes, i had this problem, but even when I restart everything from scratch (i.e. 'rm -fr

Still miragting from cocoon 1.8.x

2002-01-10 Thread Olivier Richaud
We are using our own logicsheet we developped for our XSP pages for cocoon 1.8.x. Now we are moving to Cocoon 2.x as we feel it is time to do it. We updated the cocoon.xconf file to add a built-in logicsheet as it is already done for XSP, ESQL... Concerning XSP, we changed the namespaces... But

Re: Flash and Cocoon - raw POST string

2002-01-10 Thread arjen stolk
hello marcelo, i tried your code sample. but i have some problems: if i don't include the servlet.jar in the classpath i (obviously) get this kind of compile errors: Line 67, column 7: Class javax.servlet.http.Cookie not found in import. Line 69, column 7: Class javax.servlet.http.HttpSession

Re: Flash and Cocoon - raw POST string

2002-01-10 Thread Marcelo F. Ochoa
arjen stolk wrote: hello marcelo, i tried your code sample. but i have some problems: if i don't include the servlet.jar in the classpath i (obviously) get this kind of compile errors: Line 67, column 7: Class javax.servlet.http.Cookie not found in import. Line 69, column 7: Class

RE: Understanding cocoon ......

2002-01-10 Thread david . greaves
That's what I do :) I didn't want to aggregate potentially very complex XML and then transform. Instead I use the cinclude processor to construct XHTML from XHTML snippets. I use velocity templates to decide which snippets to cinclude and what parameters to pass them. The snippets are other

Re: Does cocoon2 support xslt translation through ?xml-stylesheet? tag inside xml?

2002-01-10 Thread Gasper
Hi Thanks for the answer. I can't figure out a working configuration. Is there an example other than the browser selection one in the docs. Maybe one with a request parameter for decideing which xsl will do the transformation. Thanks. Gasper - Original Message - From: Vadim Gritsenko

New Users Tip

2002-01-10 Thread sxk99c
I came across something useful today that new users of C2 maybe interested in: In the sitemap define the following pipeline map:match pattern=*.* map:generate src=folder/{1}.xml/ map:transform src=folder/{2}.xsl/ map:serialize type=html/ /map:match This will allow you to type

RE: New Users Tip

2002-01-10 Thread Sharat Koya
Sorry that should say green.xsl to fred.xml Bobby Koya [EMAIL PROTECTED] http://www.newarkhall.co.uk -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Thursday, 10 January 2002 13:03 To: [EMAIL PROTECTED] Subject: New Users Tip I came across something useful

RE: Does cocoon2 support xslt translation through ?xml-stylesheet? tag inside xml?

2002-01-10 Thread Vadim Gritsenko
Gasper, Try this: map:selectors ... map:selector name=parameter-xsl logger=sitemap.selector.request src=org.apache.cocoon.selection.RequestSelector parameter-namexsl/parameter-name map:selector /map:selectors ... map:match src=mypage map:generate

RE: Sitemap problem with latest cvs version ?

2002-01-10 Thread Vadim Gritsenko
From: Yann Secq [mailto:[EMAIL PROTECTED]] Vadim Gritsenko wrote: Once you downloaded new version, delete old working directory which contains classes generated with previous version of Cocoon. They could be incompatible with newer version of Cocoon. Yes, i had this problem, but even

Re: Flash and Cocoon - raw POST string

2002-01-10 Thread arjen stolk
- Original Message - From: Marcelo F. Ochoa [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, January 10, 2002 9:33 AM Subject: Re: Flash and Cocoon - raw POST string It seem to be a problem of differents version servlet.jar, betwen Tomcat and Cocoon. I am using Oracle

RE: Use request parameter selection in pipeline

2002-01-10 Thread Maksimov, Aleksey
Hi Aleksey, If I were to do what you suggest. How would the pipeline know which request parameter it is accessing, since in my different pipelines I may have different parameter names to select? I tried that case this way first: map:selector name=request

RE: Use request parameter selection in pipeline

2002-01-10 Thread Vadim Gritsenko
From: Maksimov, Aleksey [mailto:[EMAIL PROTECTED]] Hi Aleksey, If I were to do what you suggest. How would the pipeline know which request parameter it is accessing, since in my different pipelines I may have different parameter names to select? I tried that case this way first:

RE: Use request parameter selection in pipeline

2002-01-10 Thread Maksimov, Aleksey
Try this one (it may be more useful for you): map:select type=request map:parameter name=parameter-name value=xsl/ /map:select Yep, it works and it's very useful :o) Thanks, Vadim! Regards, Aleksey Maksimov Consulting Software Engineer Spherion Corp.

RE: HTTP Compression

2002-01-10 Thread GUNTURU, SRINIVAS [Non-Pharmacia/1000]
Thanks John and Ken for your responses. We have decided to implement it on server end instead of writing a serializer in Cocoon. It turns out we are using Netscape Enterprise Server and I have not found any documentation on how to configure Netscape Enterprise Server to gzip files. The only

Looking for a suggestion

2002-01-10 Thread Anthony Diodato
Im developing a support website in Java and XML. I have a .dll that does authentication. So when my customers go to http://website/action/login it will prompt them for a log. The current system uses ORielly Web Server and JRun, and in order to get the .dll to work I had to make entries into the

Re: Cocoon + FOP

2002-01-10 Thread Stephan Kassanke
TJ, it's documented here in the NG. I think it did not make its way into the cocoon or FOP documentation (yet?). Actually it is a MS IE bug (only in 5.0) as far as I know. Later versions do not have this behaviour. Anyway, MS seems to be ignoring to this issue. Stephan - Original

Re: Cocoon + FOP

2002-01-10 Thread Nicola Ken Barozzi
- Original Message - From: Stephan Kassanke To: [EMAIL PROTECTED] Sent: Thursday, January 10, 2002 4:47 PM Subject: Re: Cocoon + FOP Please don't use html mail, only text. -- Nicola Ken Barozzi [EMAIL PROTECTED] These are the days of miracle and wonder...

Re: Sitemap problem with latest cvs version ?

2002-01-10 Thread Yann Secq
Vadim Gritsenko wrote: I had exactly same exception as you have. Once I deleted old working directory with classes and restarted server, it is gone away. Try to find any sitemap_xmap.class and sitemap_xmap.java files on your HD, and delete them. This should solve your problem. If not, send in

Newbie w/Cocoon Tomcat

2002-01-10 Thread Anthony Diodato
I want to install Cocoon 1.8.2, but Im having the hardest time. I have Tomcat 4.0.1 installed with IIS. Does anyone have a more detailed set of Instructions to install Cocoon 1.8.2 on Tomcat 1.8.2 with IIS as the webserver. It seems the instructions on the website are more specific for Apache

errors handling

2002-01-10 Thread Sylvain Fétiveau
Hi ! I'd like to handle several kinds of errors, differently if possible ; on my site, the pipeline serves mainly .html pages using the XML files which have the same filename but with the .xml extension. More precisely, if the file xxx.html is requested, I aggregate xxx.xml and site.xml,

Problems compiling recent checkout of Cocoon2

2002-01-10 Thread Joseph Rajkumar
Hi I am on a Mandrake-8.1 Linux platform using JDK-1.3.1_02 from Sun and ant 1.4.1. I checked out from cvs a fresh copy of xml-cocoon and I am having the following problems compiling it. 1027% echo $ANT_HOME /usr/java/jakarta-ant-1.4.1 1028% echo $TOMCAT_HOME

RE: errors handling

2002-01-10 Thread Vadim Gritsenko
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Hi ! I'd like to handle several kinds of errors, differently if possible ; on my site, the pipeline serves mainly .html pages using the XML files which have the same filename but with the .xml extension. More precisely, if the

RE: Problems compiling recent checkout of Cocoon2

2002-01-10 Thread Vadim Gritsenko
Archive suggesting: http://marc.theaimsgroup.com/?l=xml-cocoon-usersm=100879385811581w=2 PS This helped me once Regards, Vadim From: jrajkumar [mailto:jrajkumar] On Behalf Of Joseph Rajkumar Hi I am on a Mandrake-8.1 Linux platform using JDK-1.3.1_02 from Sun and ant 1.4.1.

Re: Problems compiling recent checkout of Cocoon2

2002-01-10 Thread Joseph Rajkumar
Hi Thanks for that information. I read through this URL and the java.sun.com site and set this: ulimit -s 2048 OK, Now I am able to compile the whole thing and cocoon.war gets dropped in $$TOMCAT_HOME/webapps. Then when I go the $TOMCAT_HOME/bin/startup.sh, there is NOTHING

Error Message on Cocoon 1.8.2

2002-01-10 Thread Anthony Diodato
Specifics, Cocoon 1.8.2, Tomcat 4.0.1, IIS 5.0, jdk1.3.1 Can anyone give a helping hand with the below error. I have Cocoon processing the XML pages, but the are throwing this error. Any thoughts would be greatly appreciated. Thanks Tony Publishing Engine could not be initialized.

RE: Problems compiling recent checkout of Cocoon2

2002-01-10 Thread Vadim Gritsenko
From: jrajkumar [mailto:jrajkumar] On Behalf Of Joseph Rajkumar Hi Thanks for that information. I read through this URL and the java.sun.com site and set this: ulimit -s 2048 OK, Now I am able to compile the whole thing and cocoon.war gets dropped in

Re: Problems compiling recent checkout of Cocoon2

2002-01-10 Thread Joseph Rajkumar
Hi Folks I went through the entire grind from scratch and it works fine now. These are the things I checked to make sure:- 1) Made sure the $TOMCAT_HOME/webapps/cocoon* was removed 2) Made sure that $TOMCAT_HOME/work/* was removed 3) Downloaded a fresh copy of the xml-cocoon2

reg: cocoon installation

2002-01-10 Thread Kishore
hi , iam little bit confused with installation. pls guide me how to install the cocoon. regards kishore

Cocoon2 on JRun 3.0 installation problem

2002-01-10 Thread Charles Levy
I am getting the following error message when running the default Cocoon2 Web application on JRun 3.0. I would very much appreciate help with this problem. Thank you in advance. Chareles Levy 500 Internal Server Error /cocoon/: javax.servlet.ServletException: javax.xml.parsers.SAXParser:

Accessing dbxml over cocoon2

2002-01-10 Thread Thomas Sempf
Hi, i try to access dbxml over cocoon2, but all i get is an error message. I wirte some map match in the sitemap: map:match pattern="dbxml-test"> map:generate src="xmldb:dbxml:///bible/#/fl[contains(text(),'maria')]"/> map:transform src="stylesheets/page.xsl"/> map:serialize/> /map:match> But

Re: Problems compiling recent checkout of Cocoon2

2002-01-10 Thread S.J.Chun
I thin this problem is related to JDK itself; try using IBM JDK 1.3. In my case, this solvessame kind of problems.- Original Message -From: Joseph Rajkumar <[EMAIL PROTECTED]>To: cocoon-users <[EMAIL PROTECTED]>Sent: Thu, 10 Jan 2002 13:29:45 -0500Subject: Problems compiling recent

Re: Error Message on Cocoon 1.8.2

2002-01-10 Thread Carlos
Make sure that the resource specified is there. This is telling you that a referenced logicsheet is missing or couldn't be loaded. Carlos On 01/10/02 11:24, Anthony Diodato [EMAIL PROTECTED] wrote: Specifics, Cocoon 1.8.2, Tomcat 4.0.1, IIS 5.0, jdk1.3.1 Can anyone give a helping hand

RE: Accessing dbxml over cocoon2

2002-01-10 Thread Vadim Gritsenko
Hint 1: java.lang.ClassNotFoundException: org.dbxml.client.xmldb.DatabaseImpl Do you have org.dbxml.client.xmldb.DatabaseImpl in WEB-INF/lib/*.jar? Hint 2: To work with dbXML 1.0b4 you need dbXML.jar and juggernaut-1.0.jar in WEB-INF/lib/. Vadim -Original Message- From: Thomas Sempf

Re: Cocoon2 on JRun 3.0 installation problem

2002-01-10 Thread Samer Kanjo
Charles, I just went through the same process and posted the installation steps I followed just a few days ago. See my post at http://marc.theaimsgroup.com/?l=xml-cocoon-usersm=101049460103179w=2 Samer --- Charles Levy [EMAIL PROTECTED] wrote: I am getting the following error message when

Re: cocoon 1 site

2002-01-10 Thread Samer Kanjo
Sven, That is a nice looking site :) Samer --- Sven Ewert [EMAIL PROTECTED] wrote: Hi, ive providing a german developer site for wap-technologies. this site is runnging on cocoon 1 and it simply rocks. :) i would be proud to be listet by your live sites. so : i confirm that i want

JBuilder Cocoon2

2002-01-10 Thread Wap Brunei
Could anyone tell me how to setup Cocoon2 in JBuilder5 and JBuilder5 do not include .xmap and xconf file. Can i just drop the cocoon.war generated by JBuilder5 to work with Tomcat 4.0? _ Join the world’s largest e-mail service

New POI (stable) release 1.0.2 (Serialize XML as Excel with Cocoon)

2002-01-10 Thread Andrew C. Oliver
The POI project is a project for porting OLE 2 Compound Document format based file formats (XLS/DOC/etc) to pure java. POI 1.0.2 provides the 1. POIFS API for reading and writing OLE 2 Compound Document Format 2. HSSF API for reading and writing Excel 97 files 3. HSSF Serializer for

Cocoon 2 international language support

2002-01-10 Thread YANG Qiandong
I have test Cocoon2 Chinese support, descipted as following. 1. Change HTML serializer encoding setting in cocoon.xmap: map:serializer name=html mime-type=text/html src=org.apache.cocoon.serialization.HTMLSerializer encodingGB2312/encoding /map:serializer thus, HTML