Re: using !!!!!!!!!!

2002-12-26 Thread Konstantin Piroumian
You should place attribute translations in a dictionary file in the same format as for all the other elements. Attribute translations are not different from the rest. They just use special syntax to get the values.   There *a lot* of sources about i18n where you could get answers for most of

Re: strange output when i use i18n transformation

2002-12-26 Thread Konstantin Piroumian
From: "Cocoon User" <[EMAIL PROTECTED]> > hello people > > i have a very strange output when i use i18n > when i use > > something > > > and i ask > i get in output: > > %0D%0A%09%09%09%09%09%09%09%0D%0A%09%09%09%09%09%09%09%09something%0D%0A%09% 09%09%09%09%09%09%0D%0A%09%09%09%09%09%09%09%09

using !!!!!!!!!!

2002-12-26 Thread Hong Gia Dinh
Title: using !! Hi all, I got this problem in using i18n:attr, i read I18n:transformer and try to use it but it does not work!!! :( , i also try to find answers in mail archives but the answers seem not work for me too so ... i want to have different languages on my buttons (input t

Re: wsproxy generator

2002-12-26 Thread Ivelin Ivanov
Actually, the WSProxyGen is using Jakarta HttpClient lib, which in turn supports HTTPS. - Original Message - From: "Geoff Howard" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, December 26, 2002 12:33 PM Subject: RE: wsproxy generator > Don't know that off hand - it's usin

Change in for postgresql

2002-12-26 Thread Antonio Gallardo
Hi! I thinked about the problem of non-working tag with PostgreSQL and the easy way to resolve this problem is to change in PostgresEsqlQuery.java in line 85 from: if (getMaxRows() > -1) sb.append(" LIMIT ").append(getMaxRows()); to: if (getMaxRows() > -1) sb.append(" LIMIT ").append(getM

strange output when i use i18n transformation

2002-12-26 Thread Cocoon User
hello people i have a very strange output when i use i18n when i use something and i ask i get in output: %0D%0A%09%09%09%09%09%09%09%0D%0A%09%09%09%09%09%09%09%09something%0D%0A%09%09%09%09%09%09%09%0D%0A%09%09%09%09%09%09%09%09 its very strange because when i remove the i18n element and tr

Re: Cocoon tutorial available at CMSWatch.com and Sphere.com

2002-12-26 Thread J. Norment
Please let me know if you end up resolving this issue. I'd rather not downgrade back to 4.0.6 to get an example app working. Thanks for your time. On Tue, 24 Dec 2002 20:53:53 -0500 (EST), [EMAIL PROTECTED] wrote: >J., > >I just installed "myapp" under Tomcat 4.1 and got the same error you >did.

Redirecting within the sitemap?

2002-12-26 Thread Ben Young
I've read that the map:redirect-to statement only works with client side redirects. Is there anyway to redirect processing to another pipeline via the cocoon:/ protocol? I'm checking to see if a file exists using the "resource-exists" action. If it does not I want to check each parent directory ab

RE: Cocoon tutorial available at CMSWatch.com and Sphere.com

2002-12-26 Thread Matthew Langham
>> Thanks for Carsten, Matthew, Lajos and Jeremy for their inspiring and helpful books! << Inspiring - now that's a word I hadn't yet heard in connection with the book. Thanks! Matthew -- Open Source Group Cocoon { Consulting, Training, Projects } ===

RE: Portal Roles / Users

2002-12-26 Thread Matthew Langham
Hi,   Currently this is not possible out of the box. You could probably cook up some way to do this (i.e. return the roles to the user and get him to select one before proceeding.   Matthew --Open Source Group   Cocoon { Consulting, Training, Projects }===

RE: wsproxy generator

2002-12-26 Thread Geoff Howard
Don't know that off hand - it's using Excalibur Source Resolver, so you'll have to go digging through docs/source there. Unfortunately, 90% of the time, the api docs at excalibur give a 404. I often wish the Avalon/Excalibur docs from the appropriate version were bundled with cocoon and this is o

RE: wsproxy generator

2002-12-26 Thread Sushil Bhattarai
Thanks for the suggestion. Does html generator retrieve remote sources by https also or does it support http only? I've read that webserviceproxy works with https. If html generator works with https as well then that would be super and solve all my problems. Sushil From: "Geoff Howard" <[EMAI

Re: Bug in JTidy?

2002-12-26 Thread Upayavira
Anna, > Anyway, I will post the bug report on JTidy SourceForge. > Thank you very much for your help. I would not assume that this is a bug. It may well be on purpose. The purpose of JTidy, based upon Tidy, is to create valid XHTML from an HTML document. Therefore, if the source document is inv

Re: Bug in JTidy?

2002-12-26 Thread Anna Afonchenko
Hi Joerg. Thanks for answering. The HTML DTD does not allow script inside the table (I think so). But somebody actually uses script inside a table, and it probably works. BTW, if I embed the script tag inside the tr/td elements, then JTidy doesn't touch it. But this is not my code, and when I will

Re: Bug in JTidy?

2002-12-26 Thread Joerg Heinicke
Hello Anna, JTidy is sometimes to intelligent ;-) It tries to fix to much. Have a look into the HTML DTD and see, whether is allowed in . If yes, post a bug at JTidy SourceForge, otherwise the behaviour of JTidy is ok. We encountered many similar problems with JTidy.

In your ca

Re: Cocoon 2.0.4, Tomcat 4.1.18, Java 1.4, and

If it is not a XSLT problem in general, but only a problem with this expression, it is most probably a bug in Xalan or XSLTC (I don't know what's your default.). Try to reformulate the expression, e.g. in one of the following ways: but different context positions inside!! a

Bug in JTidy?

Hi all. I use an HTMLGenerator to tidy up the pages that I load, and I encountered a very strange behaviour concerning scripts. This is my input file: test.html    >   Testing JTidy page> > >     This is test>     >         >             Hello world>         >        

Portal Roles / Users

Hi Guys,   Is is possible to have 1 user included into 2 roles? for example user cocoon is both admin and guest. Or to be more realistic, User cocoon is both Business manager and customer service agent.   Thanks in advance Richard

Cocoon can not be cached by Squid proxy server.

Hi all (B (BI installed Cocoon on my Pertium 600 machine, OS is Linux. I also setup a (BSquid transparent proxy server for caching documents. (BBut it seems Cocoon server does not provide "last modified" date in http (Bresposed header, (Bso Squid can not do cache. (BWhat can I do? (B (Btha

Re: Help with

Hi: I was checking the code behind esql. I think the problem is related to the new LIMT OFFSET in the Query: If we set the limit of returned rows the database will return in the recordset only the numbers of rows that we requested with the LIMIT keyword. That means that we cannot know if there ar