Re: cocoon with jetspeed

2001-09-20 Thread Thangadurai
with cocoon. Thanks, Thangadurai. Paul Spencer wrote: Thangadurai, I am using Cocoon C2b1 with Jetspeed v1.3a2-dev. In my environment Cocoon is generating standard web pages and soon graphs (SVG/JPEG) that will be included as portlets in a Jetspeed. Both Cocoon and Jetspeed are running under

cocoon with jetspeed

2001-09-19 Thread Thangadurai
Is anybody using cocoon with jetspeed... is it possible... - Thangadurai - Please check that your question has not already been answered in the FAQ before posting. http://xml.apache.org/cocoon/faqs.html To unsubscribe, e

Re: Exception in thread main java.lang.NoClassDefFoundError

2001-09-14 Thread Thangadurai
Because you may not have the ant_1_3.jar in your ANT_HOME, I hope you need to change the ant_1_3.jar as ant.jar.. - Thangadurai Olivier Mougel wrote: Hello, I try to build the cocoon2b on a winnt4 machine and I receive the following message : Exception in thread main

Re: Exception in thread main java.lang.NoClassDefFoundError

2001-09-14 Thread Thangadurai
you may need to modify your file build.bat Thangadurai wrote: Because you may not have the ant_1_3.jar in your ANT_HOME, I hope you need to change the ant_1_3.jar as ant.jar.. - Thangadurai Olivier Mougel wrote: Hello, I try to build the cocoon2b on a winnt4 machine and I receive

Error compiling sitemap

2001-09-13 Thread Thangadurai
I follow the installation instruction to install C2. I have got this error while requesting http://localhost:8080/cocoon/ Should I change anything in my sitemap.xmap file? Please help... Thangadurai This is the error part of my cocoon.log file.. DEBUG 10003 [cocoon ] (Thread-32

Re: dynamic select clause in fp:read tag?

2001-09-06 Thread Thangadurai
=../document[child::type=Internal] xmlns:fp=http://apache.org/cocoon/XSP/FP/1.0; /fp:read Actually I need the result of this fp:read tag not the fp:read tag. Kevin D'Allaird wrote: Thangadurai, try fp:read select=../document[child::type='request:get-parameter name=type/'] from=repository

dynamic select clause in fp:read tag?

2001-09-04 Thread Thangadurai
have received a request parameter type, and I want to use the value in my select clause.. How can we add a dynamic select clause in fp:read tag? or is there any other way to solve this problem? If you give a reply , it will very usefull to me... expecting reply, Thangadurai

Dynamic XSP

2001-09-04 Thread Thangadurai
the instruction to cocoon for that.. Any of you have experience like this? Expecting reply Thangadurai - Please check that your question has not already been answered in the FAQ before posting. http://xml.apache.org/cocoon/faqs.html

Re: anchor tag/request object populated by tag name

2001-08-03 Thread Thangadurai
See inline Daniel Urbano wrote: Hello. I am new to Cocoon and XML/XSL so please bare with me.cocoon 1.8.2tomacatWin2kI have an XML document which is dynamically generated by XYZFind (an XML database). This XML document is describing the names of the XML documents (schemas) in the XYZFind

Re: how to pass XML as a string to cocoon servlet?

2001-07-27 Thread Thangadurai
Hi Sergio Carvalho, I am also expecting answer for this question, My java code is nothing but a Java Bean. How can I do that Hope to get answer for this... Sergio Carvalho wrote: What is you java code? A Servlet? An ejb? A command-line app? Answers are different for each case.