Update!
I guess this problem was due to my lack of knowledge on Java
programming. So I guess I learned something today: Casting null to
String in Java still results in a null. A real forehead-smacker.
Thanks for the help anyway guys.
Here is the working code:
http://apache.org/xsp";
xml
Ralph,
I was using that method you described before and it was causing me
problems somewhere, hence why I used the Java method. Anyway, I did
change it as you suggested and still got the same exception.
Could this have anything to do with me using JDK 1.5?
--
Derek Harmel
:: Web Programmer
::
Derek Harmel wrote:
Forgive me as I fairly new to Cocoon and have virtually no experience
with Java. Don't worry, I'm not going to ask you to write something
for me.
Anyway, I have a problem with an XSP that I just cannot figure out.
In the code below, if I do not comment out the two 'if state
John,
Unfortunately, no luck. I think I did try that at one point.
--
Derek Harmel
:: Web Programmer
:: KCI Technologies
On 2/13/06, John L. Webber <[EMAIL PROTECTED]> wrote:
> Derek,
>
> Try
> if (handler.length() > 0)
>
> John
>
> Derek Harmel wrote:
> > Forgive me as I fairly new
Derek,
Try
if (handler.length() > 0)
John
Derek Harmel wrote:
> Forgive me as I fairly new to Cocoon and have virtually no experience
> with Java. Don't worry, I'm not going to ask you to write something
> for me.
>
> Anyway, I have a problem with an XSP that I just cannot figure out.
Forgive me as I fairly new to Cocoon and have virtually no experience
with Java. Don't worry, I'm not going to ask you to write something
for me.
Anyway, I have a problem with an XSP that I just cannot figure out.
In the code below, if I do not comment out the two 'if statements' and
the 'else s
Leicester [mailto:[EMAIL PROTECTED]
Sent: den 10 oktober 2005 21:06
To: users@cocoon.apache.org
Subject: Re: Xsp problem
Hi Kerstin,
From a quick glance it looks like your matcher would match
http:///cocoon/date.xsp, (not http:///cocoon/date/). Try
that - I hope it helps!
Mark
On 10 Oct 2005
Hi Kerstin,
From a quick glance it looks like your matcher would match
http:///cocoon/date.xsp, (not http:///cocoon/date/). Try
that - I hope it helps!
Mark
On 10 Oct 2005, at 17:22, Kerstin Nordqvist wrote:
Hi!
I want to write some xsp-pages and that is why I am using cocoon. Now
for j
Hi!
I want to write some xsp-pages and that is why I am using cocoon. Now
for just trying to make it to works, I am testing out an simple example
from a book, but it doesn't work.
I have an Apache Tomcat 5.5 installed on a sun computer, unix.
I have these files:
date.xsp
http://apache.o
[EMAIL PROTECTED]
Subject: Re: , and XSP problem.
Date: Sat, 6 Nov 2004 14:38:40 -0600 (CST)
Jonny Pony dijo:
> Hi,
>
> is there an other way and method to insert xml into a session in an
action
> "by hand".
> Couldn't find any methods which do this, except in the
Authentica
Jonny Pony dijo:
> Hi,
>
> is there an other way and method to insert xml into a session in an action
> "by hand".
> Couldn't find any methods which do this, except in the Authenticator-class
> which is not suitable for my needs.
> I want my action to fill the session with some xml, like the
> -tag
anks
Jonny
From: "Antonio Gallardo" <[EMAIL PROTECTED]>
Reply-To: [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Subject: Re: , and XSP problem.
Date: Wed, 3 Nov 2004 13:25:51 -0600 (CST)
Hi Jonny:
Jonny Pony dijo:
> Hi,
>
> I wanna use the , -tags in my XSP page.
> Well it doesn
Hi Jonny:
Jonny Pony dijo:
> Hi,
>
> I wanna use the , -tags in my XSP page.
> Well it doesn't work. I read it was a unsolved bug.
The bug was already fixed long time ago. The only tag implemented is the
. More info:
http://wiki.apache.org/cocoon/XspSessionFw
The is not implemented yet. If yo
Hi,
I wanna use the , -tags in my XSP page.
Well it doesn't work. I read it was a unsolved bug.
Since there isn't a
Antonio Gallardo posted in an other thread in 2003 (
http://www.mail-archive.com/[EMAIL PROTECTED]/msg27595.html ) a
solution. Does anyone know if this works. And is there
a s
Pass it in as sitemap parameter...
>>> [EMAIL PROTECTED] 2004/08/27 10:55:44 AM >>>
Hi
read this
how to know ** value from an XSP we can do in site map
by {1} but how can we get that in XSP file
___
Do you
Hi
read this
how to know ** value from an XSP we can do in site map
by {1} but how can we get that in XSP file
___
Do you Yahoo!?
Win 1 of 4,000 free domain names from Yahoo! Enter now.
http://promotions.ya
Well, according to the documentation on cocoon.apache.org, Joerg is right. There are examples doing it without a dummy tag.
However, I'm pretty sure I stumbled into bugs when I didn't use them.
On 29 Mar 2004, at 20:29, Joerg Heinicke wrote:
On 29.03.2004 20:12, Antonio Gallardo wrote:
You shoul
On 29.03.2004 20:12, Antonio Gallardo wrote:
You should always start with an XML element, not with
I've experienced strange behaviour too when I immediatly started with
logic instead of an element.
Hmm. It is valid observation. Will be fine to throw a exception when
user
as the document root?
I
Joerg Heinicke dijo:
> On 29.03.2004 18:48, Antonio Gallardo wrote:
>> Yves Vindevogel dijo:
>>
>>>You should always start with an XML element, not with
>>>I've experienced strange behaviour too when I immediatly started with
>>>logic instead of an element.
>>
>> Hmm. It is valid observation. Will
On 29.03.2004 18:48, Antonio Gallardo wrote:
Yves Vindevogel dijo:
You should always start with an XML element, not with
I've experienced strange behaviour too when I immediatly started with
logic instead of an element.
Hmm. It is valid observation. Will be fine to throw a exception when user
Yves Vindevogel dijo:
> You should always start with an XML element, not with
> I've experienced strange behaviour too when I immediatly started with
> logic instead of an element.
Hmm. It is valid observation. Will be fine to throw a exception when user
as the document root?
Best Regards,
Ant
You should always start with an XML element, not with
I've experienced strange behaviour too when I immediatly started with logic instead of an element
On 29 Mar 2004, at 14:42, [EMAIL PROTECTED] wrote:
I have experienced some problems generating xml with some computed attributes in the root
Title: Message
I have experienced some problems generating xml with some computed attributes
in the root element.
If I try to execute this:
xmlns:xsp-request="http://apache.org/xsp/request/2.0"
xmlns:esql="http://apache.org/cocoon/SQL/v2"
xmlns:xsp-session="http://apache.org/xsp/session/2.0"
23 matches
Mail list logo