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 it

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

Re: Using XSP in XSL

2003-03-21 Thread Scherler
First read: http://xml.apache.org/cocoon/userdocs/concepts/index.html then: http://wiki.cocoondev.org/Wiki.jsp shankar wrote: Hello, I am new to cocoon. I need have a xsp file with element say test. I like to get the value of the element in my XSL..? How to do ti? I searched the net and I didn't

Using XSP in XSL

2003-03-20 Thread shankar
Hello, I am new to cocoon. I need have a xsp file with element say test. I like to get the value of the element in my XSL..? How to do ti? I searched the net and I didn't find proper examples. Thanks in Advance -- With Best Regards / Mit Freundlichen Grüßen Shankar ThulasiRaman

Re: trouble using xsp input logicsheet in cocoon 2.0.4

2003-01-10 Thread Christian Haul
On 09.Jan.2003 -- 10:02 AM, Timothy Larson wrote: Thanks Chris, I got it mostly working with your information. A couple of issues, though: The first issue is that while this works fine: input:get-attribute module=session-attr as=string name=attr1 default=(Does not exist)/ this:

Re: trouble using xsp input logicsheet in cocoon 2.0.4

2003-01-10 Thread Timothy Larson
Thanks, I found and solved the XSPModuleHelper mixup earlier today. I did not report it yet because I was fixing the the as=string issue. What is the as=string option used for any way? The only reason I looked at it was the broken as=xml option. If it has an actual use, that may help decide the

Re: trouble using xsp input logicsheet in cocoon 2.0.4

2003-01-09 Thread Christian Haul
On 08.Jan.2003 -- 04:19 PM, Timothy Larson wrote: When I try to use the XSP Input logicsheet in cocoon-2.0.4 I get this error: /org/apache/cocoon/components/language/markup/xsp/java/input.xsl; Line 199; Column 54; Could not find template named: get-string-attribute Looking in the cocoon

Re: trouble using xsp input logicsheet in cocoon 2.0.4

2003-01-09 Thread Timothy Larson
Thanks Chris, I got it mostly working with your information. A couple of issues, though: The first issue is that while this works fine: input:get-attribute module=session-attr as=string name=attr1 default=(Does not exist)/ this: input:get-attribute-names module=session-attr as=string/

trouble using xsp input logicsheet in cocoon 2.0.4

2003-01-08 Thread Timothy Larson
When I try to use the XSP Input logicsheet in cocoon-2.0.4 I get this error: /org/apache/cocoon/components/language/markup/xsp/java/input.xsl; Line 199; Column 54; Could not find template named: get-string-attribute Looking in the cocoon source, get-string-attribute is only mentioned in

trouble using xsp input logicsheet in cocoon 2.0.4

2003-01-08 Thread Timothy Larson
When I try to use the XSP Input logicsheet in cocoon-2.0.4 I get this error: /org/apache/cocoon/components/language/markup/xsp/java/input.xsl; Line 199; Column 54; Could not find template named: get-string-attribute Looking in the cocoon source, get-string-attribute is only mentioned in

Re: [Authentication] - Generate javascript using XSP

2002-12-03 Thread Antonio Gallardo
Header-Information, such as Expires-Headers. Christoph Gaffga [EMAIL PROTECTED] - Original Message - From: Antonio Gallardo [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Saturday, November 30, 2002 8:25 PM Subject: Re: [Authentication] - Generate javascript using XSP Where I can

Re: [Authentication] - Generate javascript using XSP

2002-12-01 Thread Antonio Gallardo
, No-Cache); yours Christoph Gaffga [EMAIL PROTECTED] - Original Message - From: Antonio Gallardo [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Saturday, November 30, 2002 9:32 AM Subject: [Authentication] - Generate javascript using XSP Hi Cococoners! I am currently

Re: [Authentication] - Generate javascript using XSP

2002-12-01 Thread Christoph Gaffga
] To: [EMAIL PROTECTED] Sent: Saturday, November 30, 2002 8:25 PM Subject: Re: [Authentication] - Generate javascript using XSP Where I can configure for all the pages the response.setHeader(Cache-Control, No-Cache); Can I put it into the header of the HTML in my XSL? Regards, Antonio Gallardo

[Authentication] - Generate javascript using XSP

2002-11-30 Thread Antonio Gallardo
from the user will have the SessionID included or use the default cookies? For me this is not a trivial question, because: I thinked first: OK, I will generate the menu.js on ther fly using XSP. But after think a while I realized that this issue will fall again in the same category as the http

RE: [Auth-Framework] Using xsp-session and session namespaces

2002-09-25 Thread Carsten Ziegeler
] Subject: [Auth-Framework] Using xsp-session and session namespaces Hi folks! Please, can someone help me with this. Is possible to use auth-framework with xsp? I am trying to make the interface to let user changes his own password. The problem is that I cannot use xsp to retrieve data

Re: [Auth-Framework] Using xsp-session and session namespaces

2002-09-25 Thread Antonio Gallardo Rivera
people using XSP (like me) need this logicshhet. I thinked about to write it and (if you want) built-in into Cocoon like an standard logicsheet that will do the same work as the well knowed session:getxml. What about that? My main problem is how to get the SessionContext from Java in a xsl from

[Auth-Framework] Using xsp-session and session namespaces

2002-09-24 Thread Antonio Gallardo Rivera
Hi folks! Please, can someone help me with this. Is possible to use auth-framework with xsp? I am trying to make the interface to let user changes his own password. The problem is that I cannot use xsp to retrieve data using: session:getxml context=authentication path=/authentication/ID/ or

[Summary] Writing an action using XSP

2002-08-31 Thread Litrik De Roy
Hello All, I have written a small summary that explains how you can write your own action using XSP. It is in the Cocoon Wiki at http://outerthought.net/wiki/Wiki.jsp?page=XSPAction Litrik De Roy www.litrik.com - Please

Re: [Summary] Writing an action using XSP

2002-08-31 Thread Andrew C. Oliver
you can write your own action using XSP. It is in the Cocoon Wiki at http://outerthought.net/wiki/Wiki.jsp?page=XSPAction Litrik De Roy www.litrik.com - Please check that your question has not already been answered in the FAQ

Re: problem using XSP in Weblogic

2002-08-29 Thread Sachin Abhyankar
Hi, With reference to this link .. I was able to solve the problem I was struggleing for quiet a bit of time..http://archives2.real-time.com/rte-cocoon/2000/Jan/msg00130.htmlThanks a lot Mr. Russell Castagnaro regards, Sachin AbhyankarGet more from the Web. FREE MSN Explorer download

How To map:generate XML that has been retrieved from Java without using XSP

2002-02-26 Thread Kevin . Ross
Since I'm new to cocoon, this may be very easy, but I've read a great deal of documentation and haven't run across it. Without using XSP, how can I call on the generator to process xml that is dynamically retrieved by my java class? Would this be an action? Taking it a bit further

RE: XML-RPC and Cocoon (Was: How To map:generate XML that has been retrieved from Java without using XSP)

2002-02-26 Thread Ivanov, Ivelin
been retrieved from Java without using XSP) Hi Kevin, Is there a way I can configure a reflection based action or generator to call an XML-RPC service by xml configuration utilizing request parameters? a tough one. But then again maybe not. What you would need is a Transformer that can call

Re: AW: Re: [C2] Using XSP inside XSL

2002-02-21 Thread Graaf, Edgar de (Fin)
That's realy nice, but I have still the Problem that the stylesheet depends on the request parameters, but they are not available! Is it a bug, not the way it should work or my mistake? I did the following (from my sitemap): map:match pattern=test.xsl map:generate type=serverpages

Using xsp-requests in xsls

2001-09-20 Thread Torsten Knodt
Hello, I have an XSL, which generates HTML out of a generic document. There something like this should be generated: ADDRESSA href=mailto:author-email?subject=uri;author-name/A/ADDRESS The problem is, how to insert the requested uri in the XSL. XSP-Tags are ignored. The namespaces should be OK.

using XSP : element ???

2001-08-16 Thread Kazi the P i R @ t {-
i am trying to use the xsp:attribute thing to put attributes into a statically marked element. but ever since i put those in... i am getting an error messge from the browser when i try to call the page... Has anyone ever used these xsp elements b4?? maybe you can give me some pointers on its

Re: using XSP : element ???

2001-08-16 Thread Greg Murphy
-To: [EMAIL PROTECTED] To: [EMAIL PROTECTED], [EMAIL PROTECTED] Subject: using XSP : element ??? Date: Thu, 16 Aug 2001 16:30:11 +0800 i am trying to use the xsp:attribute thing to put attributes into a statically marked element. but ever since i put those in... i am getting an error messge from

[C2] Using XSP inside XSL

2001-07-12 Thread C. Gaffga
Why can't I use dynamicly generated Stylesheets in Cocoon 2. I tryed with the following configuration (sitemap): map:match pattern=test.xsl map:generate type=serverpages src=test-stylesheet.xsp/ map:serialize type=xml/ /map:match map:match pattern=test.html map:generate type=serverpages

AW: [C2] Using XSP inside XSL

2001-07-12 Thread Carsten Ziegeler
mailto: [EMAIL PROTECTED] -Ursprüngliche Nachricht- Von: C. Gaffga [mailto:[EMAIL PROTECTED]] Gesendet: Donnerstag, 12. Juli 2001 15:20 An: [EMAIL PROTECTED] Betreff: Re: [C2] Using XSP inside XSL Oh, I forgot

Re: AW: Re: [C2] Using XSP inside XSL

2001-07-12 Thread C. Gaffga
be processed in stylesheet.xsp If somebody know about that, please let me know. Please help me, Carsten!! Christoph Gaffga - Original Message - From: Carsten Ziegeler [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, July 12, 2001 4:05 PM Subject: AW: [C2] Using XSP inside XSL Hi

Using XSP in both XML and XSL

2001-07-09 Thread Jason Smith
believe) in both the XML doc (to create the proper query to send to the search engine and such, the query above is abbreviated for the sake of brevity) and in the XSL document (to make sense of returned results). The problem is, whenever I try using XSP in both the root XML document and in the XSL