ANNOUNCE: AxKit-XSP-BasicSession-0.23_2 [security]

2005-04-28 Thread Kjetil Kjernsmo
are welcome. So to the formalities: I report that the uploaded file AxKit-XSP-BasicSession-0.23_2.tar.gz has entered CPAN as file: $CPAN/authors/id/K/KJ/KJETILK/AxKit-XSP-BasicSession-0.23_2.tar.gz size: 14668 bytes md5: 4e6cc5f2ab406e198bf0ddc3e33b8688 From the changelog: 0.23_2

FW: LDAP Transformer with XSP page?

2003-07-02 Thread Maxime.Gheysen
Transformer with XSP page? On Tue, 1 Jul 2003 16:20:59 +0200 [EMAIL PROTECTED] wrote: Is it possible to create the ldap.xml, with the ldap queries in a xsp page? Yes, for example: xsp:page language=java xmlns:xsp=http://apache.org/xsp; xmlns:ldap=http://apache.org

RE: LDAP Transformer with XSP page?

2003-07-01 Thread Maxime.Gheysen
Is it possible to create the ldap.xml, with the ldap queries in a xsp page? -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] .org] Sent: Tuesday, July 01, 2003 4:10 PM To: [EMAIL PROTECTED] Subject: RE: LDAP Transformer I think there must be a way other than set

XSP examples not working in Cocoon 1.8.2

2003-07-01 Thread Mark Vitale
When I load the example /xsp/page.xml (First XSP Page and pure content version) I get the folowing error: java.lang.Exception: XSP Java Compiler: Compilation failed for _page.java error: An error has occurred in the compiler; please file a bug report http://java.sun.com/cgi-bin/bugreport.cgi). 1

Antw: RE: LDAP Transformer with XSP page?

2003-07-01 Thread Martin Geissler
Hello Maxime, it is possible. the xsp page has to generate the correct xml syntax for the LDAP transformer. (example at wiki) Martin [EMAIL PROTECTED] Dienstag, 1. Juli 2003 16:20:59 Is it possible to create the ldap.xml, with the ldap queries in a xsp page? -Original Message- From

Re: LDAP Transformer with XSP page?

2003-07-01 Thread Yury Mikhienko
On Tue, 1 Jul 2003 16:20:59 +0200 [EMAIL PROTECTED] wrote: Is it possible to create the ldap.xml, with the ldap queries in a xsp page? Yes, for example: xsp:page language=java xmlns:xsp=http://apache.org/xsp; xmlns:ldap=http://apache.org/cocoon/LDAP/1.0; page

Re: xsp-request:get-parameter into xsl:variable problem

2003-06-30 Thread Christian Haul
//xsl:variable xsl:if test=contains($webaction-value, 'add_to_favourites_session') and contains('add_to_favourites_session', $webaction-value) $webaction-value most likely contains some XSP or Java code at the time the logicsheet is applied -- which is when the XSP is translated to Java servlet

Re: XSP+SVG in cocoon-2.0.4

2003-06-30 Thread Derek Hohls
has Adobe SVG Viewer3.0 installed ) by putting the SVG document within my XSP page. As long as my pipeline displays the svg as png raster image using the SVG2PNG serializer,it works fine.But the associated image properties such as Zoom-In or Zoom-out are lost. For the user to keep using

Re: XSP+SVG in cocoon-2.0.4

2003-06-30 Thread Gautam Ganguly
of sample code. Derek [EMAIL PROTECTED] 30/06/2003 01:59:30 hi there, I want to display an SVG image along side the web page content on the users browser(user has Adobe SVG Viewer3.0 installed ) by putting the SVG document within my XSP page. As long as my pipeline displays the svg as png

some XSP problems

2003-06-29 Thread Kevin Cruel
Hi everybody, I've got a huge problem while compiling my XSP data. My XSP data consists of about 60-70 translations, a logical part and a huge part of SQL-querys. I guess this data hits the 64k barrier of java while cocoon is compiling it. Does anyone know how to avoid hitting this barrier? THX

xsp-request:get-parameter into xsl:variable problem

2003-06-29 Thread C Bram Dit Saint Amand
, 'add_to_favourites_session') and contains('add_to_favourites_session', $webaction-value) esql:connection esql:poolperso-mysql/esql:pool esql:execute-query esql:queryINSERT INTO FavouritesBasketSession(SessionID, URL) VALUES('xsp-session:get-id/', 'xsp-request:get

Re: xsp-request:get-parameter into xsl:variable problem

2003-06-29 Thread François Parlant
PROTECTED] To: [EMAIL PROTECTED] Sent: Sunday, June 29, 2003 10:50 PM Subject: xsp-request:get-parameter into xsl:variable problem This is an extract from request_attributes.xsl, a logicsheet which is called by some_page.xsp xsl:template match=request-attributes:get/webaction

XSP+SVG in cocoon-2.0.4

2003-06-29 Thread Gautam Ganguly
hi there, I want to display an SVG image along side the web page content on the users browser(user has Adobe SVG Viewer3.0 installed ) by putting the SVG document within my XSP page. As long as my pipeline displays the svg as png raster image using the SVG2PNG serializer,it works

Javascript within XSP-Actions?

2003-06-28 Thread Markus Heussen
Hi all! Does anybody know if I can use javascript for writing custom xsp actions? What about the configuration? Thanks for every help. Markus I tried this but it doesn't work: map:match pattern=action-test map:act src=xsp/5791.level.1.act.xsp type=serverpages

XSP page - dynamic link generation

2003-06-27 Thread Stephen Greene
Title: XSP page - dynamic link generation Hi all, I'm trying to create a dynamic link generated by a xsp page. Inside the html code: a href="">insert linkLink to some page/a I want to replace the insert link with a value passed back by a object method. E.g. This is

Re: XSP page - dynamic link generation

2003-06-27 Thread Alexandre Victoor
Hello If think you should use xsp:attribute : a xsp:attribute name=href xsp:expr.../xsp:expr /xsp:attribute /a Alex At 11:09 27/06/2003 +0100, you wrote: Hi all, I'm trying to create a dynamic link generated by a xsp page. Inside the html code: a href=insert linkLink to some

RE: XSP page - dynamic link generation

2003-06-27 Thread Stephen Greene
attribute? Thanks Stephen -Original Message- From: Alexandre Victoor [mailto:[EMAIL PROTECTED] Sent: 27 June 2003 11:17 To: [EMAIL PROTECTED] Subject: Re: XSP page - dynamic link generation Hello If think you should use xsp:attribute : a xsp:attribute name=href xsp:expr.../xsp:expr

Compilation of XSP on IDE only

2003-06-27 Thread Nitin
Hi, Is there any way to compile all xsp file of a site and get the error results? just after amking changes in the XSP. thanks Nitin - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL

Re: Compilation of XSP on IDE only

2003-06-27 Thread Joerg Heinicke
No, because XSP files are transformed via xsp.xsl to an java file and will be compiled afterwards. Writing a build script doing the transformation and trying the compilation will be more useful I guess. Joerg Nitin wrote: Hi, Is there any way to compile all xsp file of a site and get

Re: Compilation of XSP on IDE only

2003-06-27 Thread Upayavira
On 27 Jun 2003 at 16:19, Joerg Heinicke wrote: No, because XSP files are transformed via xsp.xsl to an java file and will be compiled afterwards. Writing a build script doing the transformation and trying the compilation will be more useful I guess. There is code within the CLI to compile

AW: XSP page - dynamic link generation

2003-06-27 Thread Markus Heussen
-Ursprungliche Nachricht- Von: Stephen Greene [mailto:[EMAIL PROTECTED] Gesendet: Freitag, 27. Juni 2003 12:31 An: [EMAIL PROTECTED] Betreff: RE: XSP page - dynamic link generation It's getting there but I'm getting some junk in the link aswell. The method getURL() returns a string which

RE: XSP page - dynamic link generation

2003-06-27 Thread Stephen Greene
It works a treat. Thanks Markus Stephen -Original Message- From: Markus Heussen [mailto:[EMAIL PROTECTED] Sent: 27 June 2003 13:37 To: [EMAIL PROTECTED] Subject: AW: XSP page - dynamic link generation Hi Stephen, when you set the link in the following way a xsp:attribute name=href

Tool to validate xsp file?

2003-06-26 Thread Manish Jain
Hi, Is there any tool to validate/compile all xsp file of a site and get the error results? Manish - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: xsp question

2003-06-26 Thread Roger I Martin PhD
I use Netbeans to check the xml. It can also be used for performing xslt per file rather than building the cocoon war and redeploying it on tomcat. For some xml I've also got it to validate the xml to the dtd and xsd's. For xsp I've only verified checking it for wellformness. I also recommend

auto-redirect XSP page with timer

2003-06-26 Thread Maxime.Gheysen
Is there a way to redirect an XSP-page after 3seconds? that means I want to display a page for about 3seconds and then automaticly redirect it to another. Thanks - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

Re: auto-redirect XSP page with timer

2003-06-26 Thread Geoff Howard
This has absolutely nothing to do with XSP. Your question should be is it possible to redirect an HTML page after 3 seconds. And yes, of course there is but this is not the right list for that question. You should look at meta refresh tags in the header, or javascript - a simple google search

Sendmail within xsp page under Cocoon 2.0.4 problem

2003-06-26 Thread Markus Heussen
Hi all, I try to get the sendmail logicsheet running within a xsp page, but it doesn't work :-( I followed the instruction under http://wiki.cocoondev.org/Wiki.jsp?page=SendingEmail and put the following code in my xsp page: sendmail:send-mail sendmail:from[EMAIL PROTECTED

WG: Sendmail within xsp page under Cocoon 2.0.4 problem

2003-06-26 Thread Markus Heussen
: Markus Heussen [mailto:[EMAIL PROTECTED] Gesendet: Donnerstag, 26. Juni 2003 21:35 An: [EMAIL PROTECTED] Betreff: Sendmail within xsp page under Cocoon 2.0.4 problem Hi all, I try to get the sendmail logicsheet running within a xsp page, but it doesn't work :-( I followed the instruction under http

sax event into XSP

2003-06-26 Thread Ramsés Morales
Hi. Would it be possible to create a class with a method that returns an xml document object, call that method inside my xsp logicsheet and include the returned xml document object in my xsp? How would it be done? Thanks

Parameter in a hidden field in xsp

2003-06-25 Thread Yan, Charlene
Hi, I would like to have the value of a parameter Foo put in a hidden filed. The parameter is passed over from previous page. Obviously input type=hidden name=from value=xsp-request:get-parameter xmlns:xsp-request=http://apache.org/xsp/request/2.0; name=Foo// is not working. Can anyone

Re: Parameter in a hidden field in xsp

2003-06-25 Thread JD Daniels
Try: input type=hidden name=from xsp:attribute name=value xsp-request:get-parameter xmlns:xsp-request=http://apache.org/xsp/request/2.0; name=Foo/ /xsp:attribute/ JD - Original Message - From: Yan, Charlene [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday

RE: Parameter in a hidden field in xsp

2003-06-25 Thread Yan, Charlene
Thank you very much! The syntax is like xsl. But it would take me longer to find out how if you had not helped me. Appreciate it! Charlene input type=hidden name=from xsp:attribute name=value xsp-request:get-parameter xmlns:xsp-request=http://apache.org/xsp/request/2.0; name

xsp question

2003-06-25 Thread Tim Bachta
I am trying to use logic in an xsp page to get the output formatted correctly, here is what I want the output to look like taskanddate date2003-05-20/date tasks deviation0/deviation completed-bySomebodys, Name/completed-by deviation0/deviation completed-bySomebodys

RE: xsp question

2003-06-25 Thread Tim Bachta
PROTECTED] Sent: Wednesday, June 25, 2003 4:51 PM To: [EMAIL PROTECTED] Subject: Re: xsp question You need to put more starts and stops(only where your doing Java) to the xsp:logic...see below. at the bottom I pasted some xsp with logic that I know is working. - Original Message - From: Tim

xsp-session:get-parameter-names and xsp-session:get-parameter-values

2003-06-23 Thread Maxime.Gheysen
Hello, I created a session with some parameters. But if I write xsp-session:get-parameter-names I get nothing, same if I write xsp-session:get-parameter-values as=xml/ Is there anything wrong? Is there any other way to get the session parameters

Re: XSP Editors

2003-06-22 Thread Stavros Kounis
any xml editor(i prefer XML spy) can become XSP editor using the right xsp schema or DTD but i dont know if they are schemas or DTDs production ready for XSP or other cocoon's xmls --stavros On Wed, 18 Jun 2003, Brian Delahunty wrote: Anybody know of any good editors for XSP

need help on cocoon and XSP

2003-06-20 Thread ntic
Hello, I have some little trouble with this XSP script : The aims of this one is to get some POST variables, to build a query, compute it and show the result with XSLT stylesheet. I use cocoon 2.0.4 j2sdk1.4.1_02 But cocoon says that to me : org.apache.cocoon.ProcessingException: Language

Re: need help on cocoon and XSP

2003-06-20 Thread leo leonid
Did you already look at the generated java source? ([work-dir]/cocoon-files/org/apache/www/[projek-dirs]/ comp_rech_xsp.java) /leo On Freitag, Juni 20, 2003, at 12:14 Uhr, ntic wrote: Hello, I have some little trouble with this XSP script : The aims of this one is to get some POST

XSP Editors

2003-06-18 Thread Brian Delahunty
Anybody know of any good editors for XSP or if there are XSP plugins for Dreamweaver?

Emacs, xsp, sitemap -- validation/modes

2003-06-18 Thread Anoop Aryal
hi, anybody who's got a decent setup with emacs as far as editing modes and validation for XSPs, and sitemap etc? any ideas? i've even tried validating against the sitemap schema from http://outerthought.net/sitemap/ but i'm getting errors. considered converting to a dtd and using nsgmls from

using xsp

2003-06-17 Thread Bößem
hi, i am quite unexperienced within cocoon, espacially when it comes to the use of java within xsp documents. anyway, i am trying to do - in the fist step - a simple email validation. To test if and how xsp documents have to structured i wrote a simle code, to check if it works. Unfortunatly

AW: using xsp

2003-06-17 Thread Bößem
Sorry for wasting your time. I had one } to much. Sorry, but i thought if might be related to a lack of xsp-knowledge -Ursprüngliche Nachricht- Von: Antonio Gallardo [mailto:[EMAIL PROTECTED] Gesendet: Dienstag, 17. Juni 2003 18:51 An: [EMAIL PROTECTED] Betreff: Re: using xsp Bößem

Re: using xsp

2003-06-17 Thread Antonio Gallardo
Bößem dijo: hi, i am quite unexperienced within cocoon, espacially when it comes to the use of java within xsp documents. anyway, i am trying to do - in the fist step - a simple email validation. To test if and how xsp documents have to structured i wrote a simle code, to check if it works

Writing nodes with xsp

2003-06-16 Thread morten svanæs
Hi, Is there a solution for making nodes with xsp. Without using xslt transforamtions on the xsp. I want to do something like: for(int x=0; x lt 10; x++) { xsp:nodenodenamexsp:exprx/xsp:expr/xsp:node } Result would then be: doc /nodename0 /nodename1 etc... /doc Morten Svanaes

Re: Writing nodes with xsp

2003-06-16 Thread morten svanæs
- Original Message - From: Geoff Howard [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Monday, June 16, 2003 3:24 PM Subject: Re: Writing nodes with xsp xsp:element see http://wiki.cocoondev.org/Wiki.jsp?page=XSPSyntax Geoff At 11:13 AM 6/16/2003, you wrote: Hi, Is there a solution for making

Re: Writing nodes with xsp

2003-06-16 Thread Geoff Howard
, int, int) Seems like I can't have expr inside param, is this fact ? If so how can I write a dynamic element name ? Morten Svanaes - Original Message - From: Geoff Howard [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Monday, June 16, 2003 3:24 PM Subject: Re: Writing nodes with xsp

Re: Writing nodes with xsp

2003-06-16 Thread morten svanæs
Hi, thanks ! Works fine ! Regards Morten Svanaes - Original Message - From: Holger Dewes [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Monday, June 16, 2003 4:07 PM Subject: Re: Writing nodes with xsp Try this: xsp:element xsp:param name=name fooxsp:exprString.valueOf(bar

Xsp won't reload , cache ?

2003-06-13 Thread morten svanæs
Hi, I'm having trouble with refreshing a xsp page. The new content of the xsp page won't load, I've tried to remove the cache and persistent store and restart the server but nothing helps only thing that works is to make a copy of the new xsp and rename it. This is strange since this suddenly

Re: can't resolve session in xsp

2003-06-12 Thread morten svanæs
Hi, I forgot to say the xsp called is called from within another xmlform script. Seems like something happens when you use a xsp inside another match ? - Original Message - From: morten svanæs [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, June 12, 2003 12:47 AM Subject: can't

Re: can't resolve session in xsp

2003-06-12 Thread morten svanæs
Hi all, seems like I finaly found the solution myself. Maybe it's pretty obvious but anyway. It seems like you can't get session before the first tag in a xsp. THIS DON'T WORK! ,reports can't resolve session xsp:page xsp:logic String sessionvar = (String)session.getAttribute(foo); /xsp:logic

Authentication: XSP Database

2003-06-12 Thread Ternes, Oliver
the rights connected to a user and his role. I wrote a XSP to get that data, it looks like this: ?xml version=1.0 encoding=ISO-8859-1? xsp:page language=java xmlns:xsp=http://apache.org/xsp; xmlns:esql=http://apache.org/cocoon/SQL/v2; xmlns:xsp-request=http://apache.org/xsp/request/2.0; xmlns:xsp-session

RE: can't resolve session in xsp

2003-06-12 Thread Geoff Howard
Remember that xsp (like jsp) gets compiled into a java class - a Cocoon Generator. In order to account for all the things people might want to do (define additional methods, etc) only the code inside the first tag gets placed inside the generate() method of the resulting generator. XSP defines

session:getxml from an XSP page

2003-06-12 Thread Maxime.Gheysen
Is it possible (and how) to set session:getxml context=request path=/parameter/role/ into a variable in XSP? I tried String role = session:getxml context=request path=/parameter/role/; But cocoon returns the error Type mismatch: cannot convert from void to String thanks

Re: session:getxml from an XSP page

2003-06-12 Thread Antonio Gallardo
The tag is not part of the Cocoon distribution. See error 13070 in bugzilla. Antonio Gallardo. Is it possible (and how) to set session:getxml context=request path=/parameter/role/ into a variable in XSP? I tried String role = session:getxml context=request path=/parameter/role/; But cocoon

RE: session:getxml from an XSP page

2003-06-12 Thread Maxime.Gheysen
So how can I get the user information from my portal? -Original Message- From: Antonio Gallardo [mailto:[EMAIL PROTECTED] Sent: Thursday, June 12, 2003 1:58 PM To: [EMAIL PROTECTED] Subject: Re: session:getxml from an XSP page The tag is not part of the Cocoon distribution. See error

AW: session:getxml from an XSP page

2003-06-12 Thread Markus Heussen
Did you try String role = session:getxml context=request path=/parameter/role/.toString(); ? -Ursprungliche Nachricht- Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Gesendet: Donnerstag, 12. Juni 2003 13:53 An: [EMAIL PROTECTED] Betreff: session:getxml from an XSP page

RE: session:getxml from an XSP page

2003-06-12 Thread Antonio Gallardo
So how can I get the user information from my portal? I dont know. XSP does not support: session:getxml context=request path=/parameter/role/ Because this is a transformer tag. I dont use portal block at all. This is a good question that I posted last year and appears like nobody has interest

Re: AW: session:getxml from an XSP page

2003-06-12 Thread Antonio Gallardo
] Gesendet: Donnerstag, 12. Juni 2003 13:53 An: [EMAIL PROTECTED] Betreff: session:getxml from an XSP page Is it possible (and how) to set session:getxml context=request path=/parameter/role/ into a variable in XSP? I tried String role = session:getxml context=request path=/parameter/role

RE: session:getxml from an XSP page

2003-06-12 Thread Maxime.Gheysen
I get the error : The prefix xsp-session for element xsp-session:getxml is not bound I have a real problem! Because we have two applications with cocoon. I developped in XSP and the other with XML-Forms. He made the authentification and portal. Now in my application (there is a link between

RE: session:getxml from an XSP page

2003-06-12 Thread Antonio Gallardo
hi: OKAY! I hear your voice :) I attach 3 files: 1- bienvenidos.xsp - a welcome page after authentication that get the user name from the authentication framework. Is an example of how to use it. Please check the XSP header. 2-XSPSessionHelper1.java - The Helper class that have a helper method

XSP/Java - simple? problem

2003-06-11 Thread Derek Hohls
Hi Can someone explain what is wrong with the following code: labels show=true xsp:attribute name=labelxsp:exprfGraphPtLabel/xsp:expr/xsp:attribute xsp:logic if ((fGraphPtLabel != null) amp;amp; (fGraphPtLabel.equals(name))) { /xsp:logic

Re: XSP/Java - simple? problem

2003-06-11 Thread Andreas Hartmann
Hi Derek, Derek Hohls wrote: Hi Can someone explain what is wrong with the following code: labels show=true xsp:attribute name=labelxsp:exprfGraphPtLabel/xsp:expr/xsp:attribute xsp:logic if ((fGraphPtLabel != null) amp;amp; (fGraphPtLabel.equals(name))) {

Re: XSP/Java - simple? problem

2003-06-11 Thread Derek Hohls
Andreas Yes, the Java code generated does not seem to reflect my *intent* in the XSP (see below) ie. the attributes have been moved outside of the if test for some reason - any ideas how to create a more appropriate code set?? !-- generated code snippet -- xspAttr.addAttribute

Re: XSP/Java - simple? problem

2003-06-11 Thread Christian Haul
On 11.Jun.2003 -- 08:43 AM, Derek Hohls wrote: labels show=true xsp:attribute name=labelxsp:exprfGraphPtLabel/xsp:expr/xsp:attribute xsp:logic if ((fGraphPtLabel != null) amp;amp; (fGraphPtLabel.equals(name))) { xsp:attribute

Re: XSP/Java - simple? problem

2003-06-11 Thread Christian Haul
On 11.Jun.2003 -- 10:27 AM, Christian Haul wrote: On 11.Jun.2003 -- 08:43 AM, Derek Hohls wrote: labels show=true xsp:attribute name=labelxsp:exprfGraphPtLabel/xsp:expr/xsp:attribute xsp:logic if ((fGraphPtLabel != null) amp;amp; (fGraphPtLabel.equals(name))) {

Re: XSP/Java - simple? problem

2003-06-11 Thread Joerg Heinicke
This is due to a bug: http://nagoya.apache.org/bugzilla/show_bug.cgi?id=15841. In the code (cocoon-2.1\src\java\org\apache\cocoon\components\language\markup\xsp\java\xsp.xsl): xsl:template match=*[not(namespace-uri(.) = 'http://apache.org/xsp')] !-- matching on your label element

[FIXED] Re: XSP/Java - simple? problem

2003-06-11 Thread Derek Hohls
Brilliant, thanks Chris. To summarise, this: xsp:logic if ((fGraphPtLabel != null) amp;amp; (fGraphPtLabel.equals(name))) { /xsp:logic xsp:attribute name=rotate14/xsp:attribute xsp:logic } else { /xsp:logic xsp:attribute

making an esql value an element in the xsp

2003-06-11 Thread Tim Bachta
How do I make an esql value an element. I have : parameter-name esql:get-string column=3/ /parameter-name which results in parameter-namebob/parameter-name I want the result to be parameter-name bob/bob /parameter-name Thanks for the help Tim

Re: making an esql value an element in the xsp

2003-06-11 Thread Christian Haul
On 11.Jun.2003 -- 10:47 AM, Tim Bachta wrote: How do I make an esql value an element. parameter-name esql:get-string column=3/ /parameter-name xsp:elementxsp:param name=nameesql:get-string column=3//xsp:param/xsp:element Sorry, no shortcut available. Chris. -- C h r i s t i

RE: making an esql value an element in the xsp

2003-06-11 Thread Tim Bachta
Works for me -Original Message- From: Christian Haul [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 11, 2003 10:55 AM To: [EMAIL PROTECTED] Subject: Re: making an esql value an element in the xsp On 11.Jun.2003 -- 10:47 AM, Tim Bachta wrote: How do I make an esql value an element

can't resolve session in xsp

2003-06-11 Thread morten svanæs
Hi, I'm getting a error mesage when I'm trying to access the session in a xsp script and I don't understand why. It happens when I'm trying to assign a session variable with session.getAttribute to a another variable, but when I write xsp-session:get-attribute name=user/ outside the xsp:logic

forwarding paremeter to xsp

2003-06-06 Thread Pawe ukrowski
Hi All, is there a way to use parameter form pipeline match in XSP page? for example if pipeline match looks like ... map:match pattern="**.info" map:generate type="serverpages" src=""/ map:serialixe type="xml"/ /map:match normalyy in pi

Re: [SUMMARY] RE: error in XSP -- Tomcat4.1.24 has CATASTROPHICcache system!!!!

2003-06-06 Thread Jacob L E Blain Christen
i think this is a bug with tomcat (and hence more appropriately taken up with [EMAIL PROTECTED]) as after upgrading my tomcat installation to 4.1.24 i have been noticing similiar recompile issues. -- Jacob L E Blain Christen Entheal LLC 443.255.9975 410.542.7793

Re: forwarding paremeter to xsp

2003-06-06 Thread Alexandre Victoor
Hi, you can pass the parameter explicitely in the sitemap : map:match pattern=**.info map:generate type=serverpages src=process.xsp map:parameter name=infoparam value={1}/ /map:generate map:serialixe type=xml/ /map:match and then you can use it process.xsp :

Re: forwarding paremeter to xsp

2003-06-06 Thread Yury Mikhienko
try in sitemap: map:match pattern=**.info map:generate type=serverpages src=process.xsp map:parameter name=param1 value={1}/ /map:parameter map:serialixe type=xml/ /map:match in XSP: xsp:page language=java xmlns:xsp=http://apache.org/xsp; xsp:structure

Re: using pipeline matched parameters in XSP

2003-06-06 Thread Andreas Hartmann
Steven Noels wrote: On 5/06/2003 19:20 Andreas Hartmann wrote: I don't know if the util logicsheet works for this kind of parameters, you could try it: xsp-util:get-sitemap-parameter name=1 / But I wouldn't recommend this solution, even if it works. Why that? Just curious - since I added

Re: using pipeline matched parameters in XSP

2003-06-06 Thread Steven Noels
On 5/06/2003 22:26 Andreas Hartmann wrote: Sorry if you felt offended - it was not against your tag but against its misuse :) No offense at all - just curious. It was such a stupid little thing that I started wondering why nobody had contributed it before. Thanks for your explanation! /Steven

Redirect from within an xsp page

2003-06-06 Thread Tim Bachta
Is there a way to redirect from within the xsp page itself based on the result of data from a query? Thanks Tim Bachta - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

error in XSP

2003-06-05 Thread Maxime.Gheysen
where is the error in this page??? xsp:page language=java xmlns:xsp=http://apache.org/xsp; page content aaa /content /page /xsp:page I always get this error : type Rapport d''état message description :La ressource demandée () n'est pas disponible. why

RE: XSP LDAP - The tags aren't interpreted

2003-06-05 Thread Maxime.Gheysen
Yes, that works. now, how can I use it? When I use it like : map:pipeline map:match pattern=testldap map:generate type=serverpages src=workflowmanager/documents/{1}.xsp/ map:transform type=ldap/ map:serialize/ /map:match /map:pipeline and in the xsp

[SUMMARY] RE: error in XSP -- Tomcat4.1.24 has CATASTROPHIC cache system!!!!

2003-06-05 Thread Maxime.Gheysen
-method=synchron check-reload=yes/ Thank you very much for any help because I can't work this way! -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 04, 2003 4:00 PM To: [EMAIL PROTECTED] Subject: error in XSP where is the error in this page

Re: XSP LDAP - The tags aren't interpreted

2003-06-05 Thread Yury Mikhienko
Try the following: ?xml version=1.0 encoding=KOI8-R? xsp:page language=java xmlns:xsp=http://apache.org/xsp; xmlns:ldap=http://apache.org/cocoon/LDAP/1.0; instead of xsp:page language=java xmlns:ldap=http://www.apache.org/2000/LDAP; xmlns:xsp=http://apache.org/xsp; xmlns:session=http

Re: [SUMMARY] RE: error in XSP -- Tomcat4.1.24 has CATASTROPHIC cache system!!!!

2003-06-05 Thread Bertrand Delacretaz
Le Mercredi, 4 juin 2003, à 16:17 Europe/Zurich, [EMAIL PROTECTED] a écrit : I really have BIG problems with cache! I... I don't know about your particular problem, but have you tried to use the cocoon logs to analyze what's happening? The logs usually help a lot if you take some time to learn

RE: XSP LDAP - The tags aren't interpreted

2003-06-05 Thread Maxime.Gheysen
doesn't work. Is there anything to add in the cocoon.xconf maybe? -Original Message- From: Yury Mikhienko [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 04, 2003 4:23 PM To: [EMAIL PROTECTED] Subject: Re: XSP LDAP - The tags aren't interpreted Try the following: ?xml version=1.0

Re: XSP LDAP - The tags aren't interpreted

2003-06-05 Thread Yury Mikhienko
No. Can you send me the output of work? And what the version of cocoon you use? doesn't work. Is there anything to add in the cocoon.xconf maybe? Try the following: ?xml version=1.0 encoding=KOI8-R? xsp:page language=java xmlns:xsp=http://apache.org/xsp; xmlns:ldap=http

RE: XSP LDAP - The tags aren't interpreted

2003-06-05 Thread Maxime.Gheysen
, 2003 4:36 PM To: [EMAIL PROTECTED] Subject: Re: XSP LDAP - The tags aren't interpreted No. Can you send me the output of work? And what the version of cocoon you use? doesn't work. Is there anything to add in the cocoon.xconf maybe? Try the following: ?xml version=1.0 encoding=KOI8-R

Re: error in XSP

2003-06-05 Thread Joerg Heinicke
in this page??? xsp:page language=java xmlns:xsp=http://apache.org/xsp; page content aaa /content /page /xsp:page I always get this error : type Rapport d''état message description :La ressource demandée () n'est pas disponible. why? everything is right! It worked

Re: XSP LDAP

2003-06-05 Thread Martin Holz
[EMAIL PROTECTED] writes: When I declare the transformer map:transformer name=ldap src=org.apache.cocoon.transformation.LDAPTransformer/ in the sitemap I get the error class not found. Do I need some special libs? I have tomcat 4.1.24 cocoon 2.0 ... Martin Holz wrote: In

Re: XSP LDAP - The tags aren't interpreted

2003-06-05 Thread Yury Mikhienko
language=java xmlns:xsp=http://apache.org/xsp; xmlns:ldap=http://apache.org/cocoon/LDAP/1.0; instead of xsp:page language=java xmlns:ldap=http://www.apache.org/2000/LDAP; xmlns:xsp=http://apache.org/xsp; xmlns:session=http://apache.org/xsp/session/2.0; xmlns:esql=http

RE: XSP LDAP - The tags aren't interpreted

2003-06-05 Thread Maxime.Gheysen
PROTECTED] Subject: Re: XSP LDAP - The tags aren't interpreted I use cocoon 2.0 the output on the explorer is : ldap://ldap.innosoft.com((objectclass=pet)(cn=B*))ou=Pets,dc=Innosoft,d c=comonetrue10owner,givenname,descriptionfalse In all versions of cocoon (2.0,2.0.3,4

RE: XSP LDAP - The tags aren't interpreted

2003-06-05 Thread Maxime.Gheysen
Here is my problem more clearly : We are two developpers, we both develop an application with cocoon. I use XSP and the other use XML-Forms. He builded a portal. I created an application that has to be integrated into this portal. To help him in his work, I have to change his authentification

XSP debugging

2003-06-04 Thread morten svanæs
Hi, I'm wondering if there's someway to get the correct linenumber from a xsp stacktrace,when I get a error it's always on some very high number. Morten Svanæs

Re: XSP debugging

2003-06-04 Thread Andreas Hartmann
morten svanæs wrote: Hi, I'm wondering if there's someway to get the correct linenumber from a xsp stacktrace, when I get a error it's always on some very high number. The number is correct. You get the line number of the generated Java file (look in your tomcat/work directory to find the source

Re: inserting XML fragments in XSP

2003-06-04 Thread Christian Haul
On 03.Jun.2003 -- 02:16 PM, Mato Mira, Fernando wrote: From: Christian Haul [mailto:[EMAIL PROTECTED] Sent: Tuesday, June 03, 2003 1:14 PM To: [EMAIL PROTECTED] Subject: Re: inserting XML fragments in XSP On 03.Jun.2003 -- 12:49 PM, Mato Mira, Fernando wrote: What's the correct

XSP LDAP

2003-06-04 Thread Maxime.Gheysen
Hello, I would like to get some information about how to use the LDAP transformer (first of all, in wich library the classes are), and how to make a simple XSP page with an authentification (from Windows Active Directory) Thanks for any help! Maxime

Fw: Re: XSP LDAP

2003-06-04 Thread Yury Mikhienko
Hello, I would like to get some information about how to use the LDAP transformer (first of all, in wich library the classes are), and how to make a simple XSP page with an authentification (from Windows Active Directory) Thanks for any help! Try use new LDAPTransformer http

RE: Re: XSP LDAP

2003-06-04 Thread Maxime.Gheysen
Message- From: Yury Mikhienko [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 04, 2003 9:52 AM To: [EMAIL PROTECTED] Subject: Fw: Re: XSP LDAP Hello, I would like to get some information about how to use the LDAP transformer (first of all, in wich library the classes are), and how to make

Re: XSP LDAP

2003-06-04 Thread Yury Mikhienko
a simple XSP page with an authentification (from Windows Active Directory) Thanks for any help! Try use new LDAPTransformer http://nagoya.apache.org/bugzilla/show_bug.cgi?id=20033 or my latest version (add attribute future addided) in attachment some using samples: !-- ldap:execute

Re: XSP LDAP

2003-06-04 Thread Martin Holz
[EMAIL PROTECTED] writes: Hello, I would like to get some information about how to use the LDAP transformer (first of all, in wich library the classes are), In cocoon-naming-block.jar. - To unsubscribe, e-mail: [EMAIL

RE: XSP LDAP

2003-06-04 Thread Maxime.Gheysen
PROTECTED] Sent: Wednesday, June 04, 2003 11:15 AM To: [EMAIL PROTECTED] Subject: Re: XSP LDAP [EMAIL PROTECTED] writes: Hello, I would like to get some information about how to use the LDAP transformer (first of all, in wich library the classes are), In cocoon-naming-block.jar

  1   2   3   4   5   6   7   8   9   10   >