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
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
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
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
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
__
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
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
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
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
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
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
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
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
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
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
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
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
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
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
[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
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.
-
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
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
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
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
.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
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
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
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
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:
>
>
>
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
>
: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:
>
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 {-" &
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
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:
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
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
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):
>
>
>
>
>
>
>
>
>
>
>
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
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
40 matches
Mail list logo