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 i

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 x

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

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 . 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

Using XSP in XSL

2003-03-20 Thread shankar
Hello, I am new to cocoon. I need have a xsp file with element say . 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 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 decid

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: >default="(Does not exist)"/> > this: > > produces this for me: >org.apache.cocoon.component

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: this: produces this for me: org.apache.cocoon.components.modules.input.IteratorHelper@b1406b and: produces an error. The second issue may not be i

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 co

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 th

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 th

Re: [Authentication] - Generate javascript using XSP

2002-12-03 Thread Antonio Gallardo
some more features in my ModfiyRequest, to change the Request-URL, > and Cookies and put some more Header-Information, such as > Expires-Headers. > > Christoph Gaffga > [EMAIL PROTECTED] > > > - Original Message - > From: "Antonio Gallardo" <[EMAIL PR

Re: [Authentication] - Generate javascript using XSP

2002-12-01 Thread Christoph Gaffga
Request, to change the Request-URL, and Cookies and put some more Header-Information, such as Expires-Headers. Christoph Gaffga [EMAIL PROTECTED] - Original Message - From: "Antonio Gallardo" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Saturday, November 30, 2

Re: [Authentication] - Generate javascript using XSP

2002-12-01 Thread Antonio Gallardo
http://internalserver:8080/theapp/. > Or it helps if you do > response.setHeader("Cache-Control", "No-Cache"); > > yours > Christoph Gaffga > [EMAIL PROTECTED] > > - Original Message - > From: "Antonio Gallardo" <[EMAIL PROTECTED]> > To

Re: [Authentication] - Generate javascript using XSP

2002-11-30 Thread Antonio Gallardo
essage - > 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-11-30 Thread Christoph Gaffga
CTED]> Sent: Saturday, November 30, 2002 9:32 AM Subject: [Authentication] - Generate javascript using XSP > Hi Cococoners! > > I am currently an application that is currently running on a test mode > with a small amount of users (20) in a Intranet environment. With the > follow

[Authentication] - Generate javascript using XSP

2002-11-30 Thread Antonio Gallardo
e that every request URI 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 aga

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

2002-09-25 Thread Carsten Ziegeler
o > working on > this logicsheet since 9:00 p.m. > > BTW, I think many 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 > . > Wha

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

2002-09-24 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 . What about that? My main problem is how to get the SessionContext from Java in a xsl from scratch. I am

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

2002-09-24 Thread Carsten Ziegeler
[EMAIL PROTECTED] > 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

[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: or How I can do? Thanks, in advance. Antonio Gallardo. -

Re: [Summary] Writing an action using XSP

2002-08-31 Thread Andrew C. Oliver
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

[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: 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 downlo

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
ap:generate XML that has 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? ><< &g

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

2002-02-26 Thread Matthew Langham
.need-a-cake.com = -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Tuesday, February 26, 2002 5:29 PM To: [EMAIL PROTECTED] Subject: How To map:generate XML that has been retrieved from Java without using XSP Since I'm new t

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 fur

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): > using the latest cocoon2 from the CVS. The request parameter sh

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: mailto:author-email?subject=uri";>author-name The problem is, how to insert the requested uri in the XSL. XSP-Tags are ignored. The namespaces should be OK. The XSP-Tags work corr

Re: using XSP : element ???

2001-08-17 Thread Adrian Geissel
ust 17, 2001 3:48 AM Subject: Re: using XSP : element ??? > Actually i am not using any comments in the real file... i only put it in > when i posting the message for the readers' benefit. > > So the block actually looks like this: > > >

Re: using XSP : element ???

2001-08-17 Thread Christian Haul
On 17.Aug.2001 -- 10:48 AM, Kazi the P i R @ t {- wrote: > Actually i am not using any comments in the real file... i only put it in > when i posting the message for the readers' benefit. > > So the block actually looks like this: > > > > temp_bullet >

RE: using XSP : element ???

2001-08-16 Thread Bentley, Tim
:49 PM > To: [EMAIL PROTECTED] > Subject: Re: using XSP : element ??? > > > Actually i am not using any comments in the real file... i > only put it in > when i posting the message for the readers' benefit. > > So the block actually looks like this: >

Re: using XSP : element ???

2001-08-16 Thread Kazi the P i R @ t {-
ay, August 16, 2001 7:26 PM Subject: Re: using XSP : element ??? > This looks like a problem with the parsing not the tag, try sticking to XML > comments inside XML files e.g. > > > > temp_bullet > > > > > >From: "Kazi the P i R @ t {-" &

Re: using XSP : element ???

2001-08-16 Thread Greg Murphy
This looks like a problem with the parsing not the tag, try sticking to XML comments inside XML files e.g. temp_bullet >From: "Kazi the P i R @ t {-" <[EMAIL PROTECTED]> >Reply-To: [EMAIL PROTECTED] >To: <[EMAIL PROTECTED]>, <[EMAIL PROTECT

using XSP : element ???

2001-08-16 Thread Kazi the P i R @ t {-
i am trying to use the 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 use... My code:

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

2001-07-12 Thread C. Gaffga
hursday, July 12, 2001 4:05 PM Subject: AW: [C2] Using XSP inside XSL > Hi, > > with the beta2 of cocoon2 which will be available in some weeks, > this should be possible by using the new cocoon: protocol: > > You can refer to the stylesheet with the following line: > &g

AW: [C2] Using XSP inside XSL

2001-07-12 Thread Carsten Ziegeler
CTED] > -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 f

Re: [C2] Using XSP inside XSL

2001-07-12 Thread C. Gaffga
lt;[EMAIL PROTECTED]> Sent: Thursday, July 12, 2001 1:50 PM Subject: [C2] Using XSP inside XSL > Why can't I use dynamicly generated Stylesheets in Cocoon 2. > I tryed with the following configuration (sitemap): > > > > > > > > > > >

[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): But I got a File not Found exception. Will this be fixed? Will this feature (using pipelines) be integrated in a future Version of C2? When I use a URL with tran

Using XSP in both XML and XSL

2001-07-09 Thread Jason Smith
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 that is ap