Re: XSP Problem

2003-04-03 Thread Lionel Crine
I won't be able to answer all your questions. for xalan, be careful to put the new jar in the cocoon lib directory \webapps\cocoon\WEB-INF\lib and remove the old one. I don't think that you need to change anything in the cocoon.xconf. Browse the mailing list to be sure. Lionel

Re: XSP Problem

2003-04-01 Thread Lionel Crine
hi, Can we see the code in the xsp:logic and the pipeline. Lionel At 14:18 31/03/2003 -0800, you wrote: I use Cocoon 2.0.4 for JDK1.3 on Weblogic 7.0 SP1. I need to use Xalan Extensions to write javascript in my XSL. I use Xalan 2.5.D1 and the XercesImpl that comes with it. If I add the

XSP Problem

2003-03-31 Thread cocoon user
I use Cocoon 2.0.4 for JDK1.3 on Weblogic 7.0 SP1. I need to use Xalan Extensions to write _javascript_ in my XSL. I use Xalan 2.5.D1 and the XercesImpl that comes with it. If I add the xalan.jar, xercesImpl.jar in my weblogic's classpath the Xalan Extensions work, but the Cocoon's XSP fail with

xsp problem with authentication context

2002-10-02 Thread Katzigas Dimitris
Hi there, I want to get the username from the authentication session with which i authenticated and use it in a sql query. I manage to get the data from the authentication context with some code that i added to my xsp file that i read in a Antonio's Gallardo Rivera posting. My xsp file is:

Re: xsp problem with authentication context

2002-10-02 Thread Atlanoff
Hello Dimitris, -- How about another way to authorize via actions: ///login-action login = (String)request.getParameter(login); password = (String)request.getParameter(password); String sql = begin loginproc(' + login + ', ' + password + '); end;; ... //my static

Re: xsp problem with authentication context

2002-10-02 Thread Katzigas Dimitris
: Wednesday, October 02, 2002 2:06 PM Subject: Re: xsp problem with authentication context Hello Dimitris, -- How about another way to authorize via actions: ///login-action login = (String)request.getParameter(login); password = (String)request.getParameter(password

Re: xsp problem with authentication context

2002-10-02 Thread Barbara Post
] To: [EMAIL PROTECTED]; Atlanoff [EMAIL PROTECTED] Sent: Wednesday, October 02, 2002 1:29 PM Subject: Re: xsp problem with authentication context I' am sorry but the action stuff doesn't say anything to me. I have little experience on them. I invested too much time to the authentication framework and i

Re: xsp problem with authentication context

2002-10-02 Thread Antonio Gallardo Rivera
I had the answer. It is posible. I made a xsp-session:getxml to work. It takes me like 3 days ans his nights. But it works now! I will check the lastest CVS and send you the files directly as soon as I can . I am happy that someone will use this code. :) It works with Cocoon 2.1-CVS. edition.

xsp problem

2002-07-31 Thread cyril vidal
hy, In the last message, I've asked a question about a small factorial program, dynamically written with a recursive XSLT named-template call and getting a parameter via HTTP request. xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform"

xsp - problem testing xsp under cocoon workspace

2002-07-04 Thread Diego Lluna
/ map:transform src=stylesheets/page/greeting2.xsl/ map:serialize type=html/ /map:match -Mensaje original- De: Vadim Gritsenko [mailto:[EMAIL PROTECTED]] Enviado el: miƩrcoles, 03 de julio de 2002 18:02 Para: [EMAIL PROTECTED] Asunto: RE: xsp - problem using simple.xsp

RE: xsp - problem using simple.xsp in a different workspace

2002-07-03 Thread Vadim Gritsenko
From: Diego Lluna [mailto:[EMAIL PROTECTED]] hi, i've copied, textual, the simple.xsp example file provided in cocoon 2.0.1 into a different workspace, for trial. this workspace processes requests fine (xml, jsp, js, xsl...) (xsp ?) but shows this error when requesting the

xsp - problem using simple.xsp in a different workspace

2002-07-02 Thread Diego Lluna
hi, i've copied, textual, the simple.xsp example file provided in cocoon 2.0.1 into a different workspace, for trial. this workspace processes requests fine (xml, jsp, js, xsl...) but shows this error when requesting the simple.xsp file: The org.apache.cocoon.www.sitemap_xmap notifies that

Generated XSP problem

2001-10-31 Thread Jacek Szpyrka
Hi Sorry for my poor english. I have the problem. In my sitemap I have: map:match pattern=test/*.xsp map:generate type=serverpages src=test/{1}.xsp/ map:transform src=dynamic-page2html.xsl/ map:serialize type=html/ /map:match It work very good. But if I replace it by

Please help me solving XSP problem with C1+Resin1.2.7

2001-07-26 Thread smallufo
Hi all! I am new to Cocoon, step by step following the "Java and XML" book. I am using Cocoon 1.8 , It seems OK, All XML / XSLT / FOs works correctly , except the XSP compilation error! I followed the "Java and XML" book (Oreilly) , and downloaded all the sample code from the Oreilly

XSP Problem - UnsupportedEncodingException

2001-07-12 Thread Georg Schmitt
Hello, i have following Problem with xsp:logic and getBytes my code is: -- ?xml version=1.0 encoding=UTF-8? xsp:page language=java xmlns:xsp=http://apache.org/xsp; xmlns:xsp-request=http://apache.org/xsp/request/2.0; page xsp:logic String saveAs =