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 TD

2001-10-26 Thread Drasko Kokic
Yeah, really wierd ... that some people still don't realise that things like td nowrap, or not properly ended br and img tags ... or even better, the selectoption/select construction ... are simply NOT valid XML :-) --- Mark S. Kent [EMAIL PROTECTED] wrote: This is weird. I just tried

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 xsl:copy 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 two points that I

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

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 META http-equiv=Content-Type content=text/html; charset=UTF-8 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

Migration C1 to C2

2001-08-22 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

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

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 session:set-attribute name=fruitxsp:exprapple/xsp:expr/session:set-attribute Vadim -Original Message- From: Enke Michael

[C2b1] ComponentExceptionUnnamedSelector

2001-07-26 Thread Drasko Kokic
Hi there, I am trying to use the browser selector like this: sitemap = map:match pattern=overview map:generate src=demo/cdata-page.xml/ map:transform src=demo/pepsi-to-lkc.ss/ map:select type=browser map:when test=explorer

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: map:match pattern=login map:generate type=serverpages src=docs/login.xsp / map:transform src=stylesheets/login-page2html.xsl/ map:serialize/ /map:match I though

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 and

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

2001-07-20 Thread Drasko Kokic
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 Drasko Kokic [EMAIL PROTECTED] am 20.07.2001 09:19:59 Bitte antworten an [EMAIL

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

2001-07-20 Thread Drasko Kokic
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 Drasko --- Drasko Kokic [EMAIL PROTECTED] wrote: I think I

Re: the problem of nbsp

2001-07-18 Thread Drasko Kokic
putting it in a CDATA ? ![CDATA[nbsp;]] Drasko Kokic wrote: 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 nbsp;? TIA Drasko

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

[C2] SOAP

2001-07-13 Thread Drasko Kokic
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 ready to put in some eforts :-) With regards to the auth taglib, I would

[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 SOAP taglib (logicsheet?) so

[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 from the XSP files. I have

[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

RE: [C2.0b1] Resource Not Found

2001-07-06 Thread Drasko Kokic
detection (is that in a FAQ somewhere?). Karl Hallowell [EMAIL PROTECTED] -Original Message- From: Drasko Kokic [mailto:[EMAIL PROTECTED]] Sent: Wednesday, July 04, 2001 2:23 PM To: [EMAIL PROTECTED] Subject: [C2.0b1] Resource Not Found I am having

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

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

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 Server 1.3.20

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 release of 1.8.3? Just download the latest snapshot, C1