RE: wiki.cocoondev.org - is cocoon based?

2003-06-20 Thread Mato Mira, Fernando
> From: Bertrand Delacretaz [mailto:[EMAIL PROTECTED] > > > i need something like this for documentation in our intranet > > i want people here to be able to add update ar delete something > > JSPWiki is IMO one of the best wiki implementations around. > I think TWiki (http://twiki.org/) still bea

How to redirect this?

2003-06-12 Thread Mato Mira, Fernando
Hello, I have a matcher for customized logins, if a resource is not found, I want to redirect to the standard login processing: ... ... ... act if resource found ... However, this does not work. If for the uri foo/login the resource is not found,

getting subsitemap path in XSP

2003-06-04 Thread Mato Mira, Fernando
Hello, How can one get the absolute path to the current subsitemap in XSP? Thanks -- Fernando D. Mato Mira [EMAIL PROTECTED] Thomson Dialog www.dialog.com E-MAIL NOTICE: This message (plus any attachments) is confidential and may be subject to lawyer-client privilege. Use with

RE: inserting XML fragments in XSP

2003-06-03 Thread Mato Mira, Fernando
> -Original Message- > 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

RE: i18n not working

2003-06-03 Thread Mato Mira, Fernando
> From: Mato Mira, Fernando [mailto:[EMAIL PROTECTED] > > I am placing the i18n transformer just before serialization > and it's not > working. The namespace > is declared in the i18n:translate element itself. > > Cocoon version: 2.1m2 The transformer does not acc

i18n not working

2003-06-03 Thread Mato Mira, Fernando
Hello I am placing the i18n transformer just before serialization and it's not working. The namespace is declared in the i18n:translate element itself. Cocoon version: 2.1m2 Thanks -- Fernando D. Mato Mira [EMAIL PROTECTED] Thomson Dialog www.dialog.com E-MAIL NOTICE: This mes

RE: inserting XML fragments in XSP

2003-06-03 Thread Mato Mira, Fernando
What's the correct Java translation of: ? I can write the expansion directly in the page for now. Thanks > -Original Message- > From: Christian Haul [mailto:[EMAIL PROTECTED] > Sent: Tuesday, June 03, 2003 10:40 AM > To: [EMAIL PROTECTED] > Subject: Re: inserting XML fragments in XSP >

RE: inserting XML fragments in XSP

2003-06-03 Thread Mato Mira, Fernando
> From: Christian Haul [mailto:[EMAIL PROTECTED] > I get a ProcessingException "Content is not allowed in prolog" - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: inserting XML fragments in XSP

2003-06-02 Thread Mato Mira, Fernando
There seems to be a bug in 2.1m2. It's inserting a ';' in the generated java code where it shouldn't. -- Fernando D. Mato Mira [EMAIL PROTECTED] > -Original Message- > From: Geoff Howard [mailto:[EMAIL PROTECTED] > Sent: Monday, June 02, 2003 2:01 PM > To: [EMAIL PROTECTED

inserting XML fragments in XSP

2003-06-02 Thread Mato Mira, Fernando
Hello, I have an XML fragment in a string. How does one insert it in XSP? (If the string variable is called foo, foo inserts it as escaped text) Thanks -- Fernando D. Mato Mira [EMAIL PROTECTED] Thomson Dialog www.dialog.com E-MAIL NOTICE: This message (plus any attachments) is

RE: session attributes in sitemap

2003-05-28 Thread Mato Mira, Fernando
> From: Yury Mikhienko [mailto:[EMAIL PROTECTED] > On Wed, 28 May 2003 11:56:55 +0200 > "Mato Mira, Fernando" <[EMAIL PROTECTED]> wrote: > > > > Is there a way to set a session attribute in the sitemap? > > > Try use SessionValidatorAction I don&#

session attributes in sitemap

2003-05-28 Thread Mato Mira, Fernando
Hello, Is there a way to set a session attribute in the sitemap? Thanks -- Fernando D. Mato Mira [EMAIL PROTECTED] - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: No way to extend XSP/JSP classpath?

2003-05-28 Thread Mato Mira, Fernando
> From: Geoff Howard [mailto:[EMAIL PROTECTED] > Look in cocoon.xconf and web.xml for additional classpath. > I'm not sure if this is available within xsp though. Great. I don't know if this will work for XSP but I don't care: It's bad enough I have to modify the main sitemap and add my stuff as