RE: Authentication

2004-09-24 Thread Bart Molenkamp
Just curious, as I am trying to get authentication/authorization done right myself... If you only use it for authentication, then why don't you just use the security provided by J2EE? Bart. -Original Message- From: Ralph Goers [mailto:[EMAIL PROTECTED] Sent: Thursday, September 23,

RE: Authentication

2004-09-24 Thread Ralph Goers
At 9/23/2004 11:42 PM, you wrote: Just curious, as I am trying to get authentication/authorization done right myself... If you only use it for authentication, then why don't you just use the security provided by J2EE? Bart. I guess I wasn't too clear. Authorization is still performed in the web

Re: Removing DELI

2004-09-24 Thread Steven Noels
On 23 Sep 2004, at 11:27, Butler, Mark H (Labs Bristol) wrote: Well it sounds like DELI stays for now but I am afraid I need to relinquish my committer status. I can post patches to this list on how to get DELI to work, but I cannot commit them. If this is because of legal issues (IP, the new

DO NOT REPLY [Bug 31397] New: - Xml issue with jxtg and paginator

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

DO NOT REPLY [Bug 31397] - Xml issue with jxtg and paginator

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

RE: Removing DELI

2004-09-24 Thread Butler, Mark H (Labs Bristol)
Hi Steven, No not at all, legal issues are fine, I have signed a CLA, this is all OK with HP etc. It's just that I don't use Cocoon at all in my current work, and things - particularly directory layouts - change fast so as I have not been able to maintain things they seem to end up broken. The

Re: Widget states: let's do it (was Re: CForms making widgets invisible)

2004-09-24 Thread Sylvain Wallez
Antonio Gallardo wrote: Hunsberger, Peter dijo: Sylvain Wallez [EMAIL PROTECTED] writes: Yes, that a problem we already have to face today if e.g. a required widget is not present in the form template. I think this is an application bug an we cannot take care of that in the

Re: [ESQL-Bug???] sql exception: invalid cursor state

2004-09-24 Thread Markus Heussen
I'm sorry Torsten, but it does not work. I did like you said but now I get the following exception: Original Exception: org.apache.avalon.framework.CascadingRuntimeException: Error getting ascii data for column HSNName at

Re: Removing DELI

2004-09-24 Thread Andrew Savory
Hi, On 24 Sep 2004, at 09:58, Butler, Mark H (Labs Bristol) wrote: Anyway the good news is I have integrated the latest version of DELI (x0209404) that uses the latest Jena version (2.1) into a version of Cocoon 2.1.5, so I can prepare a patch for this, assuming you are still interested in having

Re: Widget states: let's do it (was Re: CForms making widgets invisible)

2004-09-24 Thread Claudius Spellmann
Sylvain Wallez schrieb: Antonio Gallardo wrote: Hunsberger, Peter dijo: Sylvain Wallez [EMAIL PROTECTED] writes: Yes, that a problem we already have to face today if e.g. a required widget is not present in the form template. I think this is an application bug an we cannot take care

Embedded JavaScript in form definition file to create items for selection list

2004-09-24 Thread Bart Molenkamp
Hi all, Would it possible, or a good idea to be able to build a selection list with some embedded javascript code? E.g. fd:selection-list type=javascript value-path=value label-path=label var data = new Object(); data.cityList = new Array(2); data.cityList[0] = {value:AL, label:Alabama};

DO NOT REPLY [Bug 29924] - [PATCH] XML CSS engine

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

DO NOT REPLY [Bug 31407] New: - [PATCH] Upgrading DELI block from version 0.9.8 to x020904

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

DO NOT REPLY [Bug 29924] - [PATCH] XML CSS engine

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

DO NOT REPLY [Bug 29924] - [PATCH] XML CSS engine

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

DO NOT REPLY [Bug 31407] - [PATCH] Upgrading DELI block from version 0.9.8 to x020904

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

DO NOT REPLY [Bug 31407] - [PATCH] Upgrading DELI block from version 0.9.8 to x020904

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

DO NOT REPLY [Bug 31407] - [PATCH] Upgrading DELI block from version 0.9.8 to x020904

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

repeater calls row-path method n+1 times

2004-09-24 Thread Jorg Heymans
Hi, Bringing this over from user@ , this is just too unlogical for me. Say formbean has a Collection called smallbeans of smallbean objects and i want to have a repeater for this. then the binding looks like fb:repeater id=myrepeater parent-path=. row-path=smallbeans formbean.java has

RE: Widget states: let's do it (was Re: CForms making widgets invisible)

2004-09-24 Thread Hunsberger, Peter
Sylvain Wallez [EMAIL PROTECTED] asks: snipdiscussion on hidden etc./snip I also think we can find a better names: formInclusion -- show, render, presentation, view, [fill a new name] notIncluded -- Excluded validation -- validate Ok, maybe the phantom state isn't a good

Re: repeater calls row-path method n+1 times

2004-09-24 Thread Jorg Heymans
PS: tested this against in 2.1.5 and 2.1 trunk, same behaviour. Jorg Heymans wrote: Hi, Bringing this over from user@ , this is just too unlogical for me. Say formbean has a Collection called smallbeans of smallbean objects and i want to have a repeater for this. then the binding looks like

DO NOT REPLY [Bug 31407] - [PATCH] Upgrading DELI block from version 0.9.8 to x020904

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

Re: repeater calls row-path method n+1 times

2004-09-24 Thread Jorg Heymans
I took the form2bean.flow example that is under CForms Block Samples (link is called Bean Binding) and enhanced Form2Bean.java with a bit of get/set logging. I changed the calling flowscript method (form2bean in binding_example.js) to add 4 Contacts instead of 1. Findings: - getContacts() is

Re: repeater calls row-path method n+1 times

2004-09-24 Thread Vadim Gritsenko
Jorg Heymans wrote: I took the form2bean.flow example that is under CForms Block Samples (link is called Bean Binding) and enhanced Form2Bean.java with a bit of get/set logging. I changed the calling flowscript method (form2bean in binding_example.js) to add 4 Contacts instead of 1. Findings:

Re: Widget states: let's do it (was Re: CForms making widgets invisible)

2004-09-24 Thread Sylvain Wallez
Hunsberger, Peter wrote: Sylvain Wallez [EMAIL PROTECTED] asks: snipdiscussion on hidden etc./snip I also think we can find a better names: formInclusion -- show, render, presentation, view, [fill a new name] notIncluded -- Excluded validation -- validate Ok, maybe the

Re: repeater calls row-path method n+1 times

2004-09-24 Thread Jorg Heymans
Vadim Gritsenko wrote: Not to prevent you from tinkering with this code, but a side comment about hooking up an O/R mapping. I don't think I'd be totally off mark if I were to say that any respectable O/R mapping will make sure that: * Any obj.get() will pull information from database only

Re: Embedded JavaScript in form definition file to create items for selection list

2004-09-24 Thread Sylvain Wallez
Bart Molenkamp wrote: Hi all, Would it possible, or a good idea to be able to build a selection list with some embedded javascript code? E.g. fd:selection-list type=javascript value-path=value label-path=label var data = new Object(); data.cityList = new Array(2); data.cityList[0] = {value:AL,

Problem using xscript, encoding.

2004-09-24 Thread Henry Orlando Canastero
Hi all, We are using Cocoon 2.1.5 for develop the Site of the Academic Information System of the Universidad Nacional de Colombia, and are using the xscript logicsheet. When we use the next code: xscript:variable name=soap-result testnuñez/test /xscript:variable xscript:variable

Re: [ESQL-Bug???] sql exception: invalid cursor state

2004-09-24 Thread Torsten Curdt
I'm sorry Torsten, but it does not work. I did like you said but now I get the following exception: Original Exception: org.apache.avalon.framework.CascadingRuntimeException: Error getting ascii data for column HSNName at

RE: Widget states: let's do it (was Re: CForms making widgets invisible)

2004-09-24 Thread Hunsberger, Peter
Sylvain Wallez [EMAIL PROTECTED] writes: Hunsberger, Peter wrote: Sylvain Wallez [EMAIL PROTECTED] asks: snipdiscussion on hidden etc./snip I also think we can find a better names: formInclusion -- show, render, presentation, view, [fill a new name]

Re: Rhino from mozilla.org and continuations

2004-09-24 Thread Igor Bukanov
Igor Bukanov wrote: Ugo Cei wrote: Igor Bukanov wrote: http://bugzilla.mozilla.org/show_bug.cgi?id=258844 contains a working patch against Rhino CVS from mozilla.org to enable Continuation support there. What am I supposed to do if I want to play with it? ... 2) Do a cvs checkout and build

Re: Rhino from mozilla.org and continuations

2004-09-24 Thread Igor Bukanov
Igor Bukanov wrote: Igor Bukanov wrote: Ugo Cei wrote: Igor Bukanov wrote: http://bugzilla.mozilla.org/show_bug.cgi?id=258844 contains a working patch against Rhino CVS from mozilla.org to enable Continuation support there. What am I supposed to do if I want to play with it? ... 2) Do a cvs