NEED HELP (was: util.xsl not found problem)

2001-11-18 Thread Drasko Kokic
Has anybody fixed this problem with Cocoon 1.8.2 on Tomcat 3.3 ??? If not than I will try to fix it myself. Any help is very appreciated. --- Lajos Moczar <[EMAIL PROTECTED]> wrote: > Hi Trevor: > > You need to check the location of the logicsheet > (processor.xsp.logicsheet.util.java = > res

Re: a little question

2001-11-12 Thread Drasko Kokic
Hi Brian, this is exactly what I had to do to make it working under Tomcat 3.3 It is not really elegant solution, as you have to maintail the system logicsheets outside the cocoon.jar !!! How can we make the "resource" protocol working under Tomcat 3.3 (crimson+xalan)??? Thanks for your comments

Cocoon 1.8.2 on Tomcat 3.3

2001-11-03 Thread Drasko Kokic
Hi there, would anybody know if there is a new version of Cocoon1 which is fixing the problem with resource loader when used on Tomcat 3.3 ?! Is there any new patch release being planed or Cocoon1 finished with version 1.8.2 (from 26.01.01)?! Is Cocoon1 website being updated, as there is no info

Re: [C2] using HTML "nowrap" in a

2001-10-26 Thread Drasko Kokic
Yeah, really wierd ... that some people still don't realise that things like , or not properly ended and tags ... or even better, the construction ... are simply NOT valid XML :-) --- "Mark S. Kent" <[EMAIL PROTECTED]> wrote: > This is weird. > > I just tried putting a "nowrap" param to my

[C2] documentation error in the page "Session Logicsheet"

2001-09-18 Thread Drasko Kokic
The page under the following URL: http://xml.apache.org/cocoon2/logicsheet-sessions.html is still having the old namespaces for the xsp, session, etc. How can we change this? TIA Drasko __ Terrorist Attacks on U.S. - How can you help? Donate cash,

SOLVED: C1.8.2 and C2.0b2 questions (point 1)

2001-09-13 Thread Drasko Kokic
The first point is being solved ... there was one too many in my logicsheet for the attribute forwarding. Hope this could be helpfull to others Drasko P.S. I am still struggling with the second point. --- Drasko Kokic <[EMAIL PROTECTED]> wrote: > Hi there, > > I have tw

C1.8.2 and C2.0b2 questions

2001-09-12 Thread Drasko Kokic
Hi there, I have two points that I cannot resolve properly: 1. I have introduced my own logicsheet and it is working except that the session objects are not generated automatically even thought I still have create-session="true" atribute in the xsp:page node. My generated Java code has the follo

How about releasing 1.8.3?! (was: How to use Jfor with Cocoon 1.8.2 ?)

2001-08-30 Thread Drasko Kokic
Hi there, I was wondering if there is a possibility to release the 1.8.3 code from development!? I still need to work with C1 but need the newer releases of Xalan, Xerces, FOP, etc. Which steps needs to be done? TIA Drasko OT: Would anybody know how to use the XPathAPI class? I need to selec

Re: [C2] Don't know how to use character encoding ?! Please HELP

2001-08-27 Thread Drasko Kokic
Hi Peter, I am still having the unchanged Is this maybe a bug in Cocoon2 ... does it work at your installation (for sure :-) TIA Drasko --- Peter Nuetzel - inglobo <[EMAIL PROTECTED]> wrote: > add a parameter to the HTML or XML serializer > definition in your sitemap to > specify encoding: >

[C1] NPE with XInclude

2001-08-26 Thread Drasko Kokic
My environment is: Cocoon 1.8.2, TC 3.2.3, JDK 1.3.1, WinNT 4.0 I would like to include an XML document via the following code: http://..."; /> and am getting the following exception: java.lang.NullPointerException at java.net.URLConnection.stripOffParameters(URLConnection.java:1

RE: Need help with session:set-attribute

2001-08-22 Thread Drasko Kokic
would anybody know how to get the session object in C2? I would need to pass it to some java methods :-( --- Vadim Gritsenko <[EMAIL PROTECTED]> wrote: > Try > name="fruit">"apple" > > Vadim > > > -Original Message- > > From: Enke Michael > [mailto:[EMAIL PROTECTED]] > > Sent: Wednesda

C2 error in the page "Session Logicsheet"

2001-08-22 Thread Drasko Kokic
The page under the following URL: http://xml.apache.org/cocoon2/logicsheet-sessions.html is still having the old namespaces for the xsp, session, etc. How can we change this? TIA Drasko __ Do You Yahoo!? Make international calls for as low as $.04/

Migration C1 to C2

2001-08-21 Thread Drasko Kokic
I am trying to migrate one of C1 applications onto C2 platform. I have problems with following classes/objects/methods: session, servletContext, sendRedirect. I know that redirects should be treated outside of XSP (in Actions) and that session could be accessed via session logicsheet but how to a

[C2] Pipeing non-XML thrue Cocoon

2001-08-10 Thread Drasko Kokic
Hi there, I wonder if anybody had come accross this problem before: In the XSP generator I need to contact a back-end system that (unfortunately) replies with PDF. I would like to know what would be a way to still use Cocoon (because I have all other pages implemented thrue XML/XSL). Is there a

OT: Security Issues

2001-07-31 Thread Drasko Kokic
I appologise in advance for posting an email which is not directly related to Cocoon. The problem is as following: I am trying to push Cocoon technology to many different projects in our company (one of four mobile internet providers in Germany), but am getting very often lots of problems based

[C2b1] sitemap and subsitemaps

2001-07-27 Thread Drasko Kokic
the case??? TIA Drasko --- Drasko Kokic <[EMAIL PROTECTED]> wrote: > Hi there, > > I am trying to use the browser selector like this: > sitemap = > > > > > >src="demo/overview-to-html

Re: serialization

2001-07-27 Thread Drasko Kokic
Please, don't repost your question every day --- sushil Bhattarai <[EMAIL PROTECTED]> wrote: > I'm sending this again..Hope to get some reply this > time. Thanks > > > >Hello, > > > >I am using a xsp page which outputs xml upon > processing. I want to save the > >output xml in the server inste

Re: java.lang.NoClassDefFoundError with XSP

2001-07-26 Thread Drasko Kokic
I believe you missed reading documentation :-) --- Mamadou Bobo Sylla <[EMAIL PROTECTED]> wrote: > I am using Tomcat 3.2.1 integrated with cocoon-1.8.2 > > I have succesfully tested all the cocoon samples > except XSP examples. > I am always getting :java.lang.NoClassDefFoundError: > sun/tools/j

[C2b1] ComponentExceptionUnnamedSelector

2001-07-26 Thread Drasko Kokic
Hi there, I am trying to use the browser selector like this: sitemap = sitemap = and am getting the following error on both

[C2.0b1] bug(?) in XSP

2001-07-20 Thread Drasko Kokic
aken!!! Please, could somebody give some light on this problem?! TIA Drasko --- Drasko Kokic <[EMAIL PROTECTED]> wrote: > Hello again, > > can anybody tell me what is the path/filename rule > applied when a java file is being generated from the > XSP?! > > TIA > D

Re: Antwort: Re: C2 : XML -> XSP -> HTML

2001-07-20 Thread Drasko Kokic
r works > Creating XML from XSP with a ServerPagesGenerator > work as well > > But you are not able to use static XML (e.g. from > FileGenerator) and pipe this > to a XSP Transformer, right ? > This is what I want to do. > > Udo > > > > > &g

Re: C2 : XML -> XSP -> HTML

2001-07-20 Thread Drasko Kokic
Hi Udo, C2 can generate XML from the static XML file as well as from the XSP file (via type="serverpages") Gruß Drasko --- [EMAIL PROTECTED] wrote: > > > In C1 one can perfectly seperate content (in XML), > logic (in XSP) and style (as > XSL). > > I have used this for creating dynamic forms

Re: The order of battle

2001-07-20 Thread Drasko Kokic
--- Marks local account <[EMAIL PROTECTED]> wrote: > I have a pipeling that has the following pattern: > > > src="docs/login.xsp" /> > src="stylesheets/login-page2html.xsl"/> > > > > I though what happened her was that a file > 'login_xsp.java' was > generated from

cocoon-users@xml.apache.org

2001-07-18 Thread Drasko Kokic
was > looking > >for :-) > > > >Thanks for your help > >Drasko > > > >--- andre powroznik <[EMAIL PROTECTED]> > wrote: > > > Did you try putting it in a CDATA ? > > > > > > > > > > > > Drasko Kokic w

cocoon-users@xml.apache.org

2001-07-18 Thread Drasko Kokic
: [EMAIL PROTECTED] > > Betreff: Re: the problem of   > > > > > > Did you try putting it in a CDATA ? > > > > > > > > Drasko Kokic wrote: > > > > > Hello again, > > > > > > could anybody provide som

cocoon-users@xml.apache.org

2001-07-18 Thread Drasko Kokic
--- Anthony Diodato <[EMAIL PROTECTED]> wrote: > It Cocoon 1.8.2 you can use this is your code. > > > > or declare this > > ]> > > in your xml file, I havent began using Cocoon 2 yet. > > -Original Message- > From: Drasko Kokic [mailto

Re: [C2] stylebook

2001-07-18 Thread Drasko Kokic
I am producing some of my technical documentation with home-made stylesheets using C2. Unfortunately, it is all still online based (user has to click a page in order to generate it) ... I would need to change it to offline batch mode. Also, it would be better to use some "more standard" stylesheet

cocoon-users@xml.apache.org

2001-07-18 Thread Drasko Kokic
Yes I did ... and it produces the following HTML: &nbsp; Needless to say that is not exactly what I was looking for :-) Thanks for your help Drasko --- andre powroznik <[EMAIL PROTECTED]> wrote: > Did you try putting it in a CDATA ? > > > > Drasko

cocoon-users@xml.apache.org

2001-07-17 Thread Drasko Kokic
Hello again, could anybody provide some code how to overcome this problem?! How should the nbsp be defined in XSL so that after serialisation it only produces " "? TIA Drasko --- Frans Thamura <[EMAIL PROTECTED]> wrote: > Try used XSL syntax, nbsp is HTML syntax.. > > I forgot the value, but

Re: [C2] User Authentication

2001-07-16 Thread Drasko Kokic
--- Uli Mayring <[EMAIL PROTECTED]> wrote: > On Fri, 13 Jul 2001, Berin Loritsch wrote: > > > Ah, I see. This is the non-portable realm thing. > > Every servlet vendor integrates their realms > differently. > > Also, I need my users to authenticate against my > database, > > and have that solut

[C2.0b1] XSP

2001-07-13 Thread Drasko Kokic
Hello again, can anybody tell me what is the path/filename rule applied when a java file is being generated from the XSP?! TIA Drasko --- Drasko Kokic <[EMAIL PROTECTED]> wrote: > I think I have found something very strange in the > way > Java files are being generated fro

[C2] User Authentication

2001-07-13 Thread Drasko Kokic
of the application logic. The included examples implement simple File (or JDBC) Realm (official name for such thing :-) HTH Drasko --- Berin Loritsch <[EMAIL PROTECTED]> wrote: > Drasko Kokic wrote: > > > > Uli, > > > > have you thought about redesigning the

[C2] SOAP

2001-07-13 Thread Drasko Kokic
--- Berin Loritsch <[EMAIL PROTECTED]> wrote: > Drasko Kokic wrote: > > > > Uli, > > > > have you thought about redesigning the SOAP taglib > > (logicsheet?) so that it is portable to C2? > > I would need to have it running fairly soon and am > >

Re: AW: [C2] Redirects

2001-07-13 Thread Drasko Kokic
Uli, have you thought about redesigning the SOAP taglib (logicsheet?) so that it is portable to C2? I would need to have it running fairly soon and am ready to put in some eforts :-) With regards to the auth taglib, I would still suggest that you look into the RequestIntercepter implementation of

RE: FOP border question

2001-07-06 Thread Drasko Kokic
quot;/> > > > Darrel > > -Original Message- > From: Drasko Kokic [mailto:[EMAIL PROTECTED]] > Sent: Friday, July 06, 2001 3:11 PM > To: [EMAIL PROTECTED] > Subject: Re: FOP border question > > > I have tried it right now and even thought it does > not

Re: FOP border question

2001-07-06 Thread Drasko Kokic
I have tried it right now and even thought it does not generate any warnings/errors in the log file ... it still leave the PDF without any table borders :-( Thanks for your help Drasko --- Lajos Moczar <[EMAIL PROTECTED]> wrote: > Just add "border-width" and "border-color" > attributes to your

[C2.0b1] question about XSP generated Java files

2001-07-06 Thread Drasko Kokic
: I don't understand why is the Java file index_xsp.java generated under the www directory and not under www/LOOP directory??? Anybody care to explain how XSP and sitemap work together. TIA Drasko --- Drasko Kokic <[EMAIL PROTECTED]> wrote: > Hello everybody, > > this i

RE: [C2.0b1] Resource Not Found

2001-07-06 Thread Drasko Kokic
-meant-to-view. I'm not familiar > with how Cocoon 2 does > browser version detection (is that in a FAQ > somewhere?). > > > Karl Hallowell     [EMAIL PROTECTED] > > > -Original Message- > > From: Drasko Kokic [mailto:[EMAIL PROTECTED]] >

[C2.0b1] java.lang.ClassNotFoundException

2001-07-06 Thread Drasko Kokic
Hello everybody, this is already the second time I am getting stucked with this problem. Unfortunately the first time I have "solved" the problem in untraceble way :-( I am using submaps like following context = KontoCheck submap = LOOP this creates properly the sitemap_xmap.java in the bla

[C2.0b1] Resource Not Found

2001-07-04 Thread Drasko Kokic
I am having this problem now already one week and have no idea what is causing it: The page in question is available at the following URL: http://kodra.loop.de/KontoCheck/LOOP and produces strange "Resource Not Found" error WITHOUT any trace in the log file (it all looks OK) What is even strang

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

Re: The File Cocoon.xml is not generated!

2001-07-02 Thread Drasko Kokic
Are you thinking about the C1 "status page" ?! This is dynamicaly created page. HTH --- [EMAIL PROTECTED] wrote: > > > > Hi, > I have a problem! > I can not find the solution. > > The File Cocoon.xml is not generated! > > My System: > Windows 2000 Professional SP1 > IE 6.0 > Apache httpd Ser

Re: [C2] trying to connect to X11?

2001-06-11 Thread Drasko Kokic
--- Berin Loritsch <[EMAIL PROTECTED]> wrote: > Dan J Fraser wrote: > > > > Hope this isn't a FAQ... It's not mentioned on the > cocoon website. > > Batik uses Java SWING, which in turn requires an > XWindows environment. > There are two things you can do to get it to work: > > 1) Install an X

Re: [C2] Newbie question again

2001-06-11 Thread Drasko Kokic
--- Giacomo Pati <[EMAIL PROTECTED]> wrote: > Quoting Aleksey Globets <[EMAIL PROTECTED]>: > > > Ok, > > > > I will try to ask in another way. If I plan to > create two contexts in > > Tomcat > > pointed to different directories and to use Cocoon > within it. So how I > > can > > use it? > > Do

Re: C2: it works w/ Tomcat 4

2001-06-08 Thread Drasko Kokic
I think you got it slightly wrong ... you need to check for cocoon/ URI (extra slash at the end!) --- [EMAIL PROTECTED] wrote: > Hi, > I've successfully installed C2 on my Linux > box (Red Hat 6.2) with Tomcat 4.0 m5. > > Steps needed: > > mkdir /opt/cocoon2 > cp Cocoon-2.0b1.tar.gz /opt/cocoo

Re: Cocoon 1.8.3

2001-06-05 Thread Drasko Kokic
--- Uli Mayring <[EMAIL PROTECTED]> wrote: > On Thu, 31 May 2001, Drasko Kokic wrote: > > > As of now (Thu. 31.05.01 19:16:00 CET) the latest > > release on the Cocoon site is 1.8.2 dated 26th of > > January !!! > > > > Uli, where have you seen relea

[C2.0a7] works works works :-)

2001-05-31 Thread Drasko Kokic
t; Drasko, > I've just gotten the latest c2.0a7 working on tomcat > 3.2.1, solaris 2.8 and > JDK 1.3.1. I had some problems using any JDK 1.3.0 > (including 1.3.0_02). > Could have been me though, because of classpath > problems. > > Cheers, > Fred > > -Ori

RE: [C2.0a5] java.lang.ClassNotFoundException: org.apache.cocoon. www. sitemap_xmap

2001-05-31 Thread Drasko Kokic
ers, > Fred > > -Original Message- > From: Drasko Kokic [mailto:[EMAIL PROTECTED]] > Sent: Thursday, May 31, 2001 5:53 PM > To: [EMAIL PROTECTED] > Subject: [C2.0a5] java.lang.ClassNotFoundException: > org.apache.cocoon.www. sitemap_xmap > > > Once again ... s

Re: Cocoon 1.8.3

2001-05-31 Thread Drasko Kokic
As of now (Thu. 31.05.01 19:16:00 CET) the latest release on the Cocoon site is 1.8.2 dated 26th of January !!! Uli, where have you seen release of 1.8.3? Drasko --- Uli Mayring <[EMAIL PROTECTED]> wrote: > On Wed, 30 May 2001, Navneet Joneja wrote: > > > Hi! > > I was just wondering, around w

Re: pl reply asap

2001-05-31 Thread Drasko Kokic
Dear Sir, please have a look into the first 3 lines of the error message you have kindly submitted. HTH Drasko --- Prasanta Nayak <[EMAIL PROTECTED]> wrote: > > > > > Dear sir, > > Installing Cocoon on Apache Tomcat > > i followed your all instruction after that i am > facing this proble

[C2.0a5] java.lang.ClassNotFoundException: org.apache.cocoon.www. sitemap_xmap

2001-05-31 Thread Drasko Kokic
body) have any C2 developers documentation to jump-start me?! I am browsing thru the source code with my TogetherJ 5.0 and feel very lost :-( Help Drasko --- Berin Loritsch <[EMAIL PROTECTED]> wrote: > Drasko Kokic wrote: > > > > Do I need to do anything more? Should I co