Re: OJB and Cocoon

2003-11-21 Thread Tony Collen
Antonio Gallardo wrote: Hi: Sorry, but I am reviewing old mails. ;-D This mail was wrote recently and cleary present the position of Hibernate Team about to not change the LGPL license. See this post in a OJB list: http://article.gmane.org/gmane.comp.jakarta.ojb.user/10414/match=lgpl Thanks for

Re: Introducing IOC for Java classes created in flowscript

2003-11-21 Thread Sylvain Wallez
Michael Hartle wrote: Sylvain Wallez wrote: Bertrand Delacretaz wrote: Le Jeudi, 20 nov 2003, à 18:12 Europe/Zurich, Sylvain Wallez a écrit : ...Rhino also provides some very easy solutions to this: - http://www.mozilla.org/rhino/tutorial.html#ImplementingInterfaces - paragraph JavaAdapter

Re: New woody multivaluefield styling: the double listbox

2003-11-21 Thread Leszek Gawron
On Wed, Nov 19, 2003 at 05:53:57PM +0100, Sylvain Wallez wrote: Hi all, Woody goodie of the day, I wrote a new styling for multivalue fields. We already had list-type=checkbox, list-type=listbox and we now have list-type=double-listbox. This displays two lists with buttons between them

Re: Introducing IOC for Java classes created in flowscript

2003-11-21 Thread Sylvain Wallez
Vadim Gritsenko wrote: Sylvain Wallez wrote: .. So I added a new method to cocoon that sets up an object just as if it were an Avalon component by honoring the various lifecycle interfaces. Some useful lifecycle interfaces to implement are of course LogEnabled and Serviceable, but also

Re: DB support in flowscript (was: XSP official position)

2003-11-21 Thread Leszek Gawron
On Wed, Nov 19, 2003 at 01:36:17PM -0600, Antonio Gallardo wrote: - sometimes the db schema makes it impossible to use O/R tools Show me one. This also denote SQL can be abused. Just for the records, we are currently building an accounting system and O/R works fine there. This is the

Re: [Woody] - wd:hotkey status?

2003-11-21 Thread Sylvain Wallez
Antonio Gallardo wrote: Hi: Reviewing old mails, I found we agreed to add to the woody template specification an initial tag that was called wd:hotkey http://marc.theaimsgroup.com/?l=xml-cocoon-devm=105848333001636w=2 Please, follow the above thread. I don't know if I miss something, but I

Re: New woody multivaluefield styling: the double listbox

2003-11-21 Thread Sylvain Wallez
Leszek Gawron wrote: On Wed, Nov 19, 2003 at 05:53:57PM +0100, Sylvain Wallez wrote: Hi all, Woody goodie of the day, I wrote a new styling for multivalue fields. We already had list-type=checkbox, list-type=listbox and we now have list-type=double-listbox. This displays two lists with

Re: New woody multivaluefield styling: the double listbox

2003-11-21 Thread Leszek Gawron
On Fri, Nov 21, 2003 at 10:04:55AM +0100, Sylvain Wallez wrote: Most of the JS code has been moved in the woody-lib.js file, and the produced HTML now contains only calls to these functions. Is this what you meant, or did I missed something? More or less :) Another question: I have a

Woody: selection list problem

2003-11-21 Thread Danny Bols
Hello, when trying to populate a selection list from within flow script I ran into a problem. The following piece of code did not work: function myform(form) { var widget = form.form.getWidget(myfield); var selectionList = new

Re: [Woody] - wd:hotkey status?

2003-11-21 Thread Sylvain Wallez
Marc Portier wrote: Sylvain Wallez wrote: Antonio Gallardo wrote: Hi: Reviewing old mails, I found we agreed to add to the woody template specification an initial tag that was called wd:hotkey http://marc.theaimsgroup.com/?l=xml-cocoon-devm=105848333001636w=2 Please, follow the above

Re: [Woody] - wd:hotkey status?

2003-11-21 Thread Michael Hartle
Marc Portier wrote: message key=prompt.namewi:accesskeyN/wi:accesskeyame:/message ? hm, I don't actually don't know if current i18n transformer is supporting mixed content-model messages, anyone? also this approach would require us however to make some upfront suggestions on the order of

Re: Introducing IOC for Java classes created in flowscript

2003-11-21 Thread Bertrand Delacretaz
Le Vendredi, 21 nov 2003, à 11:11 Europe/Zurich, Michael Hartle a écrit : Sylvain Wallez wrote: ...And also the other way around: BeanShell would allow people who are reluctant to using server-side JS to use the familiar Java syntax. But once again, the first requirement is to have

Re: Introducing IOC for Java classes created in flowscript

2003-11-21 Thread Sylvain Wallez
Michael Hartle wrote: Sylvain Wallez wrote: snip/ If I understood Bertrands hint towards BeanShell right, it would allow the people who are affraid of writing real Java code to script an object which is then used in the flowscript we have today - not replacing the current continuation

Re: [Woody] - wd:hotkey status?

2003-11-21 Thread Marc Portier
Michael Hartle wrote: Marc Portier wrote: message key=prompt.namewi:accesskeyN/wi:accesskeyame:/message ? hm, I don't actually don't know if current i18n transformer is supporting mixed content-model messages, anyone? also this approach would require us however to make some upfront

Re: [Woody] - wd:hotkey status?

2003-11-21 Thread Marc Portier
Sylvain Wallez wrote: Marc Portier wrote: Sylvain Wallez wrote: Antonio Gallardo wrote: Hi: Reviewing old mails, I found we agreed to add to the woody template specification an initial tag that was called wd:hotkey http://marc.theaimsgroup.com/?l=xml-cocoon-devm=105848333001636w=2 Please,

Re: XConfPath task (was Re: MountTableMatcher)

2003-11-21 Thread Jeremy Quinn
On 20 Nov 2003, at 09:59, Upayavira wrote: Jeremy Quinn wrote: On 19 Nov 2003, at 18:37, Upayavira wrote: Jeremy, Splendid article. Stuff I've been thinking about a lot recently too. Just one useful quote from the Ant manual: property environment=env/ echo message=Number of Processors =

Re: [Woody] - wd:hotkey status?

2003-11-21 Thread Marc Portier
Sylvain Wallez wrote: And habitualization is related to what you usually need. Switch to another language version of the office applications you usually use, and you'll see that menu shortcuts will change also. An example that comes to mind is MS Word, where bold is ctrl-B in english but

Re: [Woody] - wd:hotkey status?

2003-11-21 Thread Sylvain Wallez
Marc Portier wrote: Sylvain Wallez wrote: And habitualization is related to what you usually need. Switch to another language version of the office applications you usually use, and you'll see that menu shortcuts will change also. An example that comes to mind is MS Word, where bold is ctrl-B

Re: Introducing IOC for Java classes created in flowscript

2003-11-21 Thread Torsten Curdt
Ok, I understand the point. I've been thinking long ago about a CompilingClassLoader, i.e a classloader to which we don't give .class files, but .java files and that compiles them on the fly and recompiles them automatically when needed. BeanShell may provide something similar without needing

Re: [Woody] - wd:hotkey status?

2003-11-21 Thread Michael Hartle
Hi Sylvain, I don't agree here: vi is not i18nized and gives no visual feedback on what its commands are. The purpose of access keys is to provide fast access to fields that are _displayed_ in the page. And as the label of these fields varies with the language, so should vary the access keys.

Re: DB support in flowscript (was: XSP official position)

2003-11-21 Thread Antonio Gallardo
Leszek Gawron dijo: On Wed, Nov 19, 2003 at 01:36:17PM -0600, Antonio Gallardo wrote: - sometimes the db schema makes it impossible to use O/R tools Show me one. This also denote SQL can be abused. Just for the records, we are currently building an accounting system and O/R works fine

Re: SVGSerializer patch

2003-11-21 Thread Vadim Gritsenko
Borges Charles wrote: Do you have an idea of how to do if you want to override parameters used to render an image like the indexed or quality parameters? Pass via sitemap parameters; passing it via request parameters does not look like a safe approach to me. Vadim

Re: [Woody] - wd:hotkey status?

2003-11-21 Thread Antonio Gallardo
Marc Portier dijo: well, I do think it does make sense to go for wi:label Thinking about it in some abstract terms, we could look at the wd-file as some kind of a class definition, with all of its declared fields as some kind of member-variable declarations The decision is hard to take. I

Re: Introducing IOC for Java classes created in flowscript

2003-11-21 Thread Vadim Gritsenko
Sylvain Wallez wrote: Vadim Gritsenko wrote: Sylvain Wallez wrote: .. So I added a new method to cocoon that sets up an object just as if it were an Avalon component by honoring the various lifecycle interfaces. Some useful lifecycle interfaces to implement are of course LogEnabled and

Re: [Woody] - wd:hotkey status?

2003-11-21 Thread Antonio Gallardo
Marc Portier dijo: 2/ command-shortcuts: key-strokes that replace the need for diving through a menu and function as some kind of macro-triggers see, if I use MS Word in the dutch version then saving a file through the access-keys of the menu become ALT-B-B (bestand - bewaren) while the

Re: [Woody] - wd:hotkey status?

2003-11-21 Thread Antonio Gallardo
Michael Hartle dijo: Hi Sylvain, I don't agree here: vi is not i18nized and gives no visual feedback on what its commands are. The purpose of access keys is to provide fast access to fields that are _displayed_ in the page. And as the label of these fields varies with the language, so should

Re: Introducing IOC for Java classes created in flowscript

2003-11-21 Thread Antonio Gallardo
Bertrand Delacretaz dijo: ..Instead of an object of a Java class Foo being hardcoded (and supposedly feared by hardcore scripters due to compilation/packaging requirements), it would result into something along the lines of var foo =

Re: Introducing IOC for Java classes created in flowscript

2003-11-21 Thread Bertrand Delacretaz
Le Vendredi, 21 nov 2003, à 12:54 Europe/Zurich, Vadim Gritsenko a écrit : ...Of course. Summon there was just for fun. createObject() will do just fine; instantiate is a bit worse (there are issues with the spelling ;-) Too late. Someone's been lurking here, you'll see summonObject() calls

Re: New woody multivaluefield styling: the double listbox

2003-11-21 Thread Jeremy Quinn
On 19 Nov 2003, at 16:53, Sylvain Wallez wrote: This again relies on Matt Kruse's JS libraries (thanks Matt!) and required to add a generic infrastructure in the woody JS library to register handlers that are called either during onload of the document or onsubmit of the form. Unfortunately

Re: [Woody] - wd:hotkey status?

2003-11-21 Thread Jeremy Quinn
On 21 Nov 2003, at 09:48, Marc Portier wrote: where message key=prompt.namewi:accesskeyN/wi:accesskeyame:/message ? hm, I don't actually don't know if current i18n transformer is supporting mixed content-model messages, anyone? I find this works : message key=prompt.namepblah/ppblah/p/message

Re: Introducing IOC for Java classes created in flowscript

2003-11-21 Thread Andreas Hartmann
Sylvain Wallez wrote: [...] So I added a new method to cocoon that sets up an object just as if it were an Avalon component by honoring the various lifecycle interfaces. [...] Example: var foo = new Foo(); cocoon.setupObject(foo); foo.doIt(blah); This looks quite interesting and definitely

Re: XConfPath task (was Re: MountTableMatcher)

2003-11-21 Thread Geoff Howard
Upayavira wrote: Jeremy Quinn wrote: On 19 Nov 2003, at 18:37, Upayavira wrote: ... Thanks Upayavira Did you read the bit earlier about the scheme having a flaw because of no variable substitution in the xmap tag's attributes? No I didn't. How difficult would it be to add this? Coding-wise,

Re: [Woody] - wd:hotkey status?

2003-11-21 Thread Marc Portier
Antonio Gallardo wrote: Marc Portier dijo: well, I do think it does make sense to go for wi:label Thinking about it in some abstract terms, we could look at the wd-file as some kind of a class definition, with all of its declared fields as some kind of member-variable declarations The

Re: [Woody] - wd:hotkey status?

2003-11-21 Thread Vadim Gritsenko
Sylvain Wallez wrote: Denis wrote: Hi Sylvain, I also noticed that, although the HTML spec recommends to underline the accesskey in the label, no browser seems to do it. Any hint/advice on this? One way to get this is to create a span element around the 'access-key' and set its

Re: XConfPath task (was Re: MountTableMatcher)

2003-11-21 Thread Vadim Gritsenko
Geoff Howard wrote: Upayavira wrote: Jeremy Quinn wrote: On 19 Nov 2003, at 18:37, Upayavira wrote: ... Thanks Upayavira Did you read the bit earlier about the scheme having a flaw because of no variable substitution in the xmap tag's attributes? No I didn't. How difficult would it be to

Re: [Woody] - wd:hotkey status?

2003-11-21 Thread Joerg Heinicke
Marc Portier wrote: please understand that if I'm suggesting wi:label en wi:acceskey (and same for Sylvain I persume) we are not suggesting to put this information in another place then the current definition file this is just pass-through information that is common for all instances, and

[Woody patch] Class, New, Struct, and Union widgets

2003-11-21 Thread Timothy Larson
A diff adding Class, New, Struct, and Union widgets to Woody is at: http://wiki.cocoondev.org/Wiki.jsp?page=TimLarson The diff is named woody_union.diff. I put it on the Wiki with some documentation so we could discuss it and improve it. What do you all think? --Tim Larson

Re: SVGSerializer patch

2003-11-21 Thread Borges Charles
--- Vadim Gritsenko [EMAIL PROTECTED] a écrit : Borges Charles wrote: Do you have an idea of how to do if you want to override parameters used to render an image like the indexed or quality parameters? Pass via sitemap parameters; passing it via request parameters does not

Re: [Woody] - wd:hotkey status?

2003-11-21 Thread Sylvain Wallez
Antonio Gallardo wrote: Marc Portier dijo: 2/ command-shortcuts: key-strokes that replace the need for diving through a menu and function as some kind of macro-triggers see, if I use MS Word in the dutch version then saving a file through the access-keys of the menu become ALT-B-B (bestand -

Re: XConfPath task (was Re: MountTableMatcher)

2003-11-21 Thread Upayavira
Vadim Gritsenko wrote: Geoff Howard wrote: Upayavira wrote: Jeremy Quinn wrote: On 19 Nov 2003, at 18:37, Upayavira wrote: ... Thanks Upayavira Did you read the bit earlier about the scheme having a flaw because of no variable substitution in the xmap tag's attributes? No I didn't. How

[OT]: language chavinism (was: [Woody] - wd:hotkey status?)

2003-11-21 Thread Joerg Heinicke
Sylvain Wallez wrote: 2/ command-shortcuts: key-strokes that replace the need for diving through a menu and function as some kind of macro-triggers see, if I use MS Word in the dutch version then saving a file through the access-keys of the menu become ALT-B-B (bestand - bewaren) while the

DO NOT REPLY [Bug 24891] New: - raw-request-param returns null when used with cinclude

2003-11-21 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://nagoya.apache.org/bugzilla/show_bug.cgi?id=24891. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

DO NOT REPLY [Bug 24891] - raw-request-param returns null when used with cinclude

2003-11-21 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://nagoya.apache.org/bugzilla/show_bug.cgi?id=24891. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

DO NOT REPLY [Bug 24893] New: - JavaScript errors with Woody

2003-11-21 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://nagoya.apache.org/bugzilla/show_bug.cgi?id=24893. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

Re: XConfPath task (was Re: MountTableMatcher)

2003-11-21 Thread Geoff Howard
Vadim Gritsenko wrote: Geoff Howard wrote: Upayavira wrote: ... We could: (1) Remove the replace-properties attribute, and replace properties automatically in the content, and in the top level attributes. (2) Leave the replace-properties attribute, and only replace properties in the top level

Re: Portlet environment (JSR168)

2003-11-21 Thread Mats Norén
Vadim Gritsenko wrote: Hi all, I'm working on Portlet (aka JSR168 aka Pluto) environement for Cocoon so that Cocoon can be deployed as a Portlet. Is there any interest at all for this functionality? I'm thinking about dumping it into scratchpad or separate block... Hi, I´m interested in what

Re: Woody: selection list problem

2003-11-21 Thread Bruno Dumon
On Fri, 2003-11-21 at 10:31, Danny Bols wrote: Hello, when trying to populate a selection list from within flow script I ran into a problem. The following piece of code did not work: function myform(form) { var widget = form.form.getWidget(myfield); var selectionList = new

Re: Introducing IOC for Java classes created in flowscript

2003-11-21 Thread Christopher Oliver
See Interpreter.java in the example package of ftp://ftp.primaryinterface.com/pub/javacAPI/javacAPI.zip. It provides a CompilingClassLoader that implements findClass() by using the Eclipse java compiler to compile source files. By combining this with Rhino's ability to dynamically use custom

DO NOT REPLY [Bug 24893] - JavaScript errors with Woody

2003-11-21 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://nagoya.apache.org/bugzilla/show_bug.cgi?id=24893. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

Re: [Woody] - wd:hotkey status?

2003-11-21 Thread mratliff
news [EMAIL PROTECTED] wrote on 11/21/2003 01:02:28 AM: I also noticed that, although the HTML spec recommends to underline the accesskey in the label, no browser seems to do it. Any hint/advice on this? Sylvain This CSS is very nice: label:after {content:( attr(accesskey) ) } where

Re: Introducing IOC for Java classes created in flowscript

2003-11-21 Thread Sylvain Wallez
Andreas Hartmann wrote: Sylvain Wallez wrote: [...] Example: var foo = new Foo(); cocoon.setupObject(foo); foo.doIt(blah); This looks quite interesting and definitely useful. But I've got a question: When I obtain a component in a flowscript, I have to release it before sendPage(). So, if

DO NOT REPLY [Bug 24900] New: - Woody help popup broken in strict mode

2003-11-21 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://nagoya.apache.org/bugzilla/show_bug.cgi?id=24900. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

Re: [Woody patch] Class, New, Struct, and Union widgets

2003-11-21 Thread Sylvain Wallez
Timothy Larson wrote: A diff adding Class, New, Struct, and Union widgets to Woody is at: http://wiki.cocoondev.org/Wiki.jsp?page=TimLarson The diff is named woody_union.diff. I put it on the Wiki with some documentation so we could discuss it and improve it. What do you all think? Looks

Re: SVGSerializer patch

2003-11-21 Thread Sylvain Wallez
Borges Charles wrote: --- Vadim Gritsenko [EMAIL PROTECTED] a écrit : Borges Charles wrote: Do you have an idea of how to do if you want to override parameters used to render an image like the indexed or quality parameters? Pass via sitemap parameters; passing it via request parameters

Re: Introducing IOC for Java classes created in flowscript

2003-11-21 Thread Sylvain Wallez
Christopher Oliver wrote: See Interpreter.java in the example package of ftp://ftp.primaryinterface.com/pub/javacAPI/javacAPI.zip. It provides a CompilingClassLoader that implements findClass() by using the Eclipse java compiler to compile source files. By combining this with Rhino's ability

Re: XConfPath task (was Re: MountTableMatcher)

2003-11-21 Thread Jeremy Quinn
On 21 Nov 2003, at 15:04, Geoff Howard wrote: Vadim Gritsenko wrote: Geoff Howard wrote: Upayavira wrote: ... We could: (1) Remove the replace-properties attribute, and replace properties automatically in the content, and in the top level attributes. (2) Leave the replace-properties attribute,

Re: [Woody patch] Class, New, Struct, and Union widgets

2003-11-21 Thread Timothy Larson
--- Sylvain Wallez [EMAIL PROTECTED] wrote: Timothy Larson wrote: A diff adding Class, New, Struct, and Union widgets to Woody is at: http://wiki.cocoondev.org/Wiki.jsp?page=TimLarson ... Looks definitely interesting, but seem to have required a lot of refactoring. Can you please explain

Re: XConfPath task (was Re: MountTableMatcher)

2003-11-21 Thread Upayavira
Jeremy Quinn wrote: On 21 Nov 2003, at 15:04, Geoff Howard wrote: Vadim Gritsenko wrote: Geoff Howard wrote: Upayavira wrote: ... We could: (1) Remove the replace-properties attribute, and replace properties automatically in the content, and in the top level attributes. (2) Leave the

RE: Woody: selection list problem

2003-11-21 Thread Danny Bols
-Original Message- From: Bruno Dumon [mailto:[EMAIL PROTECTED] Sent: vrijdag 21 november 2003 17:35 To: [EMAIL PROTECTED] Subject: Re: Woody: selection list problem On Fri, 2003-11-21 at 10:31, Danny Bols wrote: Hello, when trying to populate a selection list from within

Re: [Woody patch] Class, New, Struct, and Union widgets

2003-11-21 Thread Bruno Dumon
On Fri, 2003-11-21 at 19:05, Sylvain Wallez wrote: Timothy Larson wrote: A diff adding Class, New, Struct, and Union widgets to Woody is at: http://wiki.cocoondev.org/Wiki.jsp?page=TimLarson The diff is named woody_union.diff. I put it on the Wiki with some documentation so we could

Re: cvs commit: cocoon-2.1 blocks.properties

2003-11-21 Thread Geoff Howard
Joerg Heinicke wrote: On 18.11.2003 15:28, Geoff Howard wrote: cziegeler2003/11/13 02:18:28 Modified:.blocks.properties Log: Exclude JMS for the release; otherwise Cocoon doesn't compile with 1.3 :( We have to find a better solution for the next version *All* blocks

DO NOT REPLY [Bug 24900] - Woody help popup broken in strict mode

2003-11-21 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://nagoya.apache.org/bugzilla/show_bug.cgi?id=24900. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

Woody Rant

2003-11-21 Thread Joerg Heinicke
It's maybe to late in the night to start a rant, but I will do it. The problem I have with Woody at the moment is, that it becomes more and more a client side styling and JavaScript library while it should focus on the server side form processing. Especially the JS stuff is ugly and horrible.

Re: XSP official position

2003-11-21 Thread Joerg Heinicke
On 18.11.2003 15:47, Vadim Gritsenko wrote: XSP leaves room for heavy abuse! I guess that's the major problems. ...plus that debugging is a pain :) Exactly, we must do it impossible to abuse it :-) Going towards an XML only template language would also allow to have an interpreter instead of

Re: XConfPath task (was Re: MountTableMatcher)

2003-11-21 Thread Vadim Gritsenko
Upayavira wrote: Vadim Gritsenko wrote: Geoff Howard wrote: Upayavira wrote: ... We could: (1) Remove the replace-properties attribute, and replace properties automatically in the content, and in the top level attributes. (2) Leave the replace-properties attribute, and only replace

Re: Portlet environment (JSR168)

2003-11-21 Thread Vadim Gritsenko
Mats Norén wrote: Vadim Gritsenko wrote: Hi all, I'm working on Portlet (aka JSR168 aka Pluto) environement for Cocoon so that Cocoon can be deployed as a Portlet. Is there any interest at all for this functionality? I'm thinking about dumping it into scratchpad or separate block... Hi,

DO NOT REPLY [Bug 24871] - jsp block functionality broken, running on resin 3.0.x

2003-11-21 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://nagoya.apache.org/bugzilla/show_bug.cgi?id=24871. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

Re: Double URLdecoding problem with request.getSitemapURI()

2003-11-21 Thread Joerg Heinicke
Please add this to bugzilla. Thanks for your effort for finding the origin of the bug. Joerg On 04.11.2003 16:41, Gunnar Brand wrote: Hello! While creating an application that maps a complete path to a resourcereader (to retrieve documents from a storage transparently), I noticed a bug(?).

Re: XSP official position

2003-11-21 Thread Vadim Gritsenko
Joerg Heinicke wrote: (By the way, the simplification to xsp:logic if (somecondition()) { true_tag/ } else { false_tag/ } /xsp:logic is exactly what does not work at Cocoon and was the reason for the problem at

Re: Woody Rant

2003-11-21 Thread Antonio Gallardo
Hi Joerg: Please remember woody is not tight to Javascript in any way. The wody-samples-styling.xsl is just an sample of what you can render the form and nothing more. You can use it or build your own. The current Javascript in the wody-samples-styling.xsl was introduced because people often ask