[Woody] how to make a html preview ???

2004-01-24 Thread Marcin Okraszewski
Hi, I would like to make a HTML preview before committing an article. Unfortunately, if I try to output the content of a widget, the tags are escaped. And for instance, instead of a *bold text*, the user would see a html source (bbold text/b). Is there any way to prevent and escaping ???

Re: problem with authentication

2004-01-24 Thread Flavio Palumbo
Thanks Morley and Joerg, i found in the mail archive something that moved me forward. now my sitemap looks as below and it seems to work. sure i need to rewrite it, cause looking at the mails on list i understood it is complicated, and anyway i need to make more tests and complete it with more

Re: Multiple DB Inserts for XSP?

2004-01-24 Thread Geoff Howard
Brent L Johnson wrote: I'm using the authentication framework to handle logins on the site I'm working on. When the login is handled successfully the pipeline should do a map:generate for an XSP that does a database insert into a login_log table. Sorry, I have no clues on your main question but

Re: Can I post to this list, without getting mail

2004-01-24 Thread Martin Stricker
Guy Worthington wrote: I'd like to read this mailing list via the mail to news gateway at gmane.org. So I'd like to be able to post to this list but not receive any mail. Is this possible? Send an e-mail to mailto:[EMAIL PROTECTED] (you'll find this address in the header of each list

Re: Accessing Java classes from flow

2004-01-24 Thread Jake Meier
OK, that may be my problem. It appears to me that you committed the CompilingClassLoader on 12/26. Since I'm using 2.1.3, which was released mid-November, this functionality isn't included in 2.1.3. I grabbed the cvs snapshot from yesterday and changed my classpath in cocoon.xconf to be

Re: database readers and images

2004-01-24 Thread steph
Hello, I finally choose the binary byte array (bytea) type to do store my images into my postgresql database. You will find a little Howto about inserting/retrieving images stored in the database. http://wiki.cocoondev.org/Wiki.jsp?page=Steph I also included a JAVA file which helps me to

Re: database readers and images

2004-01-24 Thread Joerg Heinicke
On 24.01.2004 19:07, steph wrote: Hello, I finally choose the binary byte array (bytea) type to do store my images into my postgresql database. You will find a little Howto about inserting/retrieving images stored in the database. http://wiki.cocoondev.org/Wiki.jsp?page=Steph What about

Re: Can I post to this list, without getting mail

2004-01-24 Thread Jorg Heymans
Hi, I'd like to read this mailing list via the mail to news gateway at gmane.org. So I'd like to be able to post to this list but not receive any mail. Is this possible? yes it is. From gmane you'll just get the headers initially so just don't open that newsreader tab :) It won't fill up

Re: Accessing Java classes from flow

2004-01-24 Thread Christopher Oliver
It seems the documentation on the Cocoon web site isn't synchronized properly with the current release. Jake Meier wrote: OK, that may be my problem. It appears to me that you committed the CompilingClassLoader on 12/26. Since I'm using 2.1.3, which was released mid-November, this

Re: Problems compiling action

2004-01-24 Thread Steve Schwarz
Yoshi, It all depends how many iterations you need to make an action work; how complex the action is, how many actions you have. Softlinking is the the quick and dirtyapproach and puts your compiled code into the deployed cocoon class structure (or even jar file if that is what you want); it's

Control the formatting of seriazlied xhtml?

2004-01-24 Thread Steve Krulewitz
Hey folks -- I have a webapp with pretty typical pipelines: xsp - xslt transform - i18n transform - xml serialize (with xhtml doctype) I would also like the formatting of the xhtml to look reasonable, so I have indent=yes on the serializer definition. Now the output looks OK (not really

Re: Control the formatting of seriazlied xhtml?

2004-01-24 Thread Jorg Heymans
a href=blah.comThis is a hyperlink /a And, when rendered in a browser, the underlining of the hyperlink will extend a little past the end of the linked text. does this make the link unusable ? (just curious) Maybe some of your input data has trailing newlines onto it, you could fix this in

Re: Control the formatting of seriazlied xhtml?

2004-01-24 Thread Upayavira
Steve Krulewitz wrote: Hey folks -- I have a webapp with pretty typical pipelines: xsp - xslt transform - i18n transform - xml serialize (with xhtml doctype) I would also like the formatting of the xhtml to look reasonable, so I have indent=yes on the serializer definition. Now the output

Re: Control the formatting of seriazlied xhtml?

2004-01-24 Thread Steve Krulewitz
What is the XSL that generates this? You need to be careful with your carriage returns in the stylesheet that comes before the serializer. Here is the line from the xslt (all on one line): a href=current class=actioni18n:textCurrent Items/i18n:text span class=count(xsl:value-of

HTML Generator and UTF-8 encoding

2004-01-24 Thread David Leangen
Hi! I am having a bit of a problem when trying to output UTF-8 encoded (Japanese) html directly through. Everything works fine when I use the default File generator. The problem only occurs when using the HTML generator. Am I doing something wrong, or is this a bug? Thanks!! Here is a

HTML Generator and UTF-8

2004-01-24 Thread David Leangen
Hi! I am having a bit of a problem when trying to output UTF-8 encoded (Japanese) html directly through. Everything works fine when I use the default File generator. The problem only occurs when using the HTML generator. Am I doing something wrong, or is this a bug? Thanks!! Here is a

Re: Can I post to this list, without getting mail

2004-01-24 Thread Guy Worthington
Jorg Heymans wrote: Guy Worthington wrote Hello Jorg, Hi, I'd like to read this mailing list via the mail to news gateway at gmane.org. So I'd like to be able to post to this list but not receive any mail. Is this possible? yes it is. From gmane you'll just get the headers

Re: Can I post to this list, without getting mail

2004-01-24 Thread Guy Worthington
Martin Stricker wrote: Guy Worthington wrote: Hello Martin, I'd like to read this mailing list via the mail to news gateway at gmane.org. So I'd like to be able to post to this list but not receive any mail. Is this possible? Send an e-mail to mailto:[EMAIL PROTECTED] (you'll find