Betr.: Re: Betr.: Re: Betr.: Re: Betr.: authentication-fw

2005-05-02 Thread Peter . Urbanus
Andre Juffer <[EMAIL PROTECTED]> wrote on 02-05-2005 22:36:53: > [EMAIL PROTECTED] wrote: > > > > > > In particular, what happens if you add the extra match > type="request-parameter" pattern="userid"> into your simplified > > "authenticate" pipeline above? > > > > >

Re[6]: Object list form ?

2005-05-02 Thread Jens Maukisch
Hi Sebastien, > But the problem with this is how do I get data back from "users-list" > form page ? How to get POST parameters ? > And over all, which solution is more elegant : CForm (if possible) or > ordinary HTML form ? > WDYT ? We've used CForms for this. function displayUsers(){ var user

Re: Betr.: Re: Betr.: Re: Betr.: authentication-fw

2005-05-02 Thread Andre Juffer
[EMAIL PROTECTED] wrote: In particular, what happens if you add the extra match into your simplified "authenticate" pipeline above? Authentication works. But the same file is being used of course (/tmp/authenticate.xml), so it should work. Cheers, Peter

Betr.: Re: Betr.: Re: Betr.: authentication-fw

2005-05-02 Thread Peter . Urbanus
Andre Juffer <[EMAIL PROTECTED]> wrote on 02-05-2005 22:06:16: > Hi Peter, > > thanks again. I already experimented with a XML file earlier today. It > is really ridiculous: if I save the XML document generated by the > original authenticator to file as (e.g.) /tmp/authentication.xml and > mod

RE: storing result of

2005-05-02 Thread Nathaniel Alfred
>-Original Message- >From: Leona Slepetis [mailto:[EMAIL PROTECTED] >Sent: Montag, 2. Mai 2005 20:18 >To: users@cocoon.apache.org >Subject: storing result of Try the following: >I would like: (what is the type of myVar?) >... String myVar; > > >select text >from sur_response >

Re: Betr.: Re: Betr.: authentication-fw

2005-05-02 Thread Andre Juffer
Hi Peter, thanks again. I already experimented with a XML file earlier today. It is really ridiculous: if I save the XML document generated by the original authenticator to file as (e.g.) /tmp/authentication.xml and modify the sitemap to: the authentication works fine! N

Re: Generating plain text on Cocoon 2.1.6

2005-05-02 Thread Martin Holmes
Upayavira wrote: you need to show more of the exception stack trace. the bit you showed wasn't the bit that actually held the error. Sorry -- here's the full thing: org.apache.cocoon.ProcessingException: Error executing pipeline.: java.lang.RuntimeException: java.lang.NullPointerException cause:

Re: Generating plain text on Cocoon 2.1.6

2005-05-02 Thread Upayavira
you need to show more of the exception stack trace. the bit you showed wasn't the bit that actually held the error. regards, upayavira - who's shift key has stopped working ;-0 Martin Holmes wrote: I'm having problems generating plain text output (utf-8) on Cocoon 2.1.6. I get a NullPointerExcep

storing result of

2005-05-02 Thread Leona Slepetis
Hi. I am hoping that there is a way to retrieve HTML stored in a DB2 database with , and use the value in several places later in my xsp page. The documentation says that the value of the given column is interpreted as an XML fragment, which is parsed by the xsp parser and the document element is

Re: Re[4]: Object list form ?

2005-05-02 Thread Sebastien Arbogast
> Hi Sebastien, > > >> Are you looking for the repeater-widget? > >> http://cocoon.apache.org/2.1/userdocs/forms/widget_repeater.html > > > Not exactly. I know this widget but my problem is more how to build my > > form from flowscript than writing the form model itself... :( > > Hmm, so it seem

Generating plain text on Cocoon 2.1.6

2005-05-02 Thread Martin Holmes
I'm having problems generating plain text output (utf-8) on Cocoon 2.1.6. I get a NullPointerException. The scenario is: The XML files are UTF-8 and the XSL file starts out like this: type="text/plain"

Re[4]: Object list form ?

2005-05-02 Thread Jens Maukisch
Hi Sebastien, >> Are you looking for the repeater-widget? >> http://cocoon.apache.org/2.1/userdocs/forms/widget_repeater.html > Not exactly. I know this widget but my problem is more how to build my > form from flowscript than writing the form model itself... :( Hmm, so it seems that I don't und

Jaxb & Cocoon 2.1.7

2005-05-02 Thread angeloimm
Hi all; i have tried to use some code that use JAXB bu i have had this error: org.xml.resolver.CatalogResolver noSuchMethodError... can anybody help me? Thanks 6X velocizzare la tua navigazione a 56k? 6X Web Accelerator di Libero! Scar

Re: CForms Help

2005-05-02 Thread beatejung
hi mathew, Am Montag, 2. Mai 2005 18:19 schrieb Matthew Ceroni: > Quick question about CForms (since the example on cocoon.apache.org doesn't > seem complete). > > I am using Cocoon 2.1. > > The example on the website sets up the main pipeline as such. > > > > > > > > > >

Betr.: Re: Betr.: authentication-fw

2005-05-02 Thread Peter . Urbanus
Andre Juffer <[EMAIL PROTECTED]> wrote on 02-05-2005 14:42:19: > [EMAIL PROTECTED] wrote: > > > > > > > > > > Andre Juffer <[EMAIL PROTECTED]> wrote on 30-04-2005 14:52:29: > > > > > >>Peter and others, > >> > >>concerning the authentication resource, I eventually found the following > >>in c

Re: CForms Help

2005-05-02 Thread Sebastien Arbogast
2005/5/2, Matthew Ceroni <[EMAIL PROTECTED]>: > Quick question about CForms (since the example on cocoon.apache.org doesn't > seem complete). > > I am using Cocoon 2.1. > > The example on the website sets up the main pipeline as such. > > > > > > > > > > > > My question

Re: Re[2]: Object list form ?

2005-05-02 Thread Sebastien Arbogast
> Are you looking for the repeater-widget? > http://cocoon.apache.org/2.1/userdocs/forms/widget_repeater.html Not exactly. I know this widget but my problem is more how to build my form from flowscript than writing the form model itself... :( -- Sebastien ARBOGAST --

CForms Help

2005-05-02 Thread Matthew Ceroni
Quick question about CForms (since the example on cocoon.apache.org doesn't seem complete). I am using Cocoon 2.1. The example on the website sets up the main pipeline as such. My question is, how does this pipeline know what model file to use. (since it only specifies the temp

Re[2]: Object list form ?

2005-05-02 Thread Jens Maukisch
Hi Sebastien, > Ok you're right I should have precised. In fact what I want to display > is something like the list of email messages in Google, in a table, > with a checkbox for each line (to select items to apply actions on) > and just a few details about the item so that I can edit it. For > ex

Re: [CForms] Validate 2 group separately

2005-05-02 Thread Dan Durkin
Have a look at the multipageform sample in the forms block. It validates, several group widgets seperately. Dan Lionel Crine wrote: I solved the problem doing two "form-tempate" elements in a row. Lionel Lionel Crine wrote: Hi, I want to validate the tabs separately in order to send only the field

Re: Object list form ?

2005-05-02 Thread Sebastien Arbogast
> I'm not sure what you mean by 'list' here. Is it a drop-down listbox as > in the HTML element? Ok you're right I should have precised. In fact what I want to display is something like the list of email messages in Google, in a table, with a checkbox for each line (to select items to apply actio

Re: Object list form ?

2005-05-02 Thread Ugo Cei
Il giorno 02/mag/05, alle 14:48, Sebastien Arbogast ha scritto: I'd like to display a form containing a list of items, each item corresponding to a value object I get from flowscript through Spring. I'm not sure what you mean by 'list' here. Is it a drop-down listbox as in the HTML element? In o

Re: Authentication alternatives

2005-05-02 Thread Nacho Jimenez
Wooopsie! Sorry, forget about "site", the correct line should say if (contextManager.existsContext("mycontext")) My cocoon aplication uses a kind of home-made virtual system and handles serveral different websites, so I keep a different context for each one of them. I cleaned the funct

Object list form ?

2005-05-02 Thread Sebastien Arbogast
Hi, For the moment I've built my simple forms using documentation examples but now I need to do something new and I didn't find any documentation or sample to illustrate that. I'd like to display a form containing a list of items, each item corresponding to a value object I get from flowscript thr

Re: Betr.: authentication-fw

2005-05-02 Thread Andre Juffer
[EMAIL PROTECTED] wrote: Andre Juffer <[EMAIL PROTECTED]> wrote on 30-04-2005 14:52:29: Peter and others, concerning the authentication resource, I eventually found the following in core.log: DEBUG (2005-04-30) 15:28.26:711 [core.authentication-manager] (/sopas/do-login) http-8080-Processor2

Betr.: authentication-fw

2005-05-02 Thread Peter . Urbanus
Andre Juffer <[EMAIL PROTECTED]> wrote on 30-04-2005 14:52:29: > Peter and others, > > concerning the authentication resource, I eventually found the following > in core.log: > > DEBUG (2005-04-30) 15:28.26:711 [core.authentication-manager] > (/sopas/do-login) http-8080-Processor25/Pipeli

SQLTansformer: Call stored procedure with DATE type as input

2005-05-02 Thread Rui Alberto
Hi all, is that possible execute a stored procedure using SQLTransformer that as input parameters type DATE. ex: ... How can this be accomplished? Thanks for any help. Rui - To unsubscribe, e-mail: [EMAIL PROTECTED] For addit

Re: parsing xml in flowscript.

2005-05-02 Thread Aurélien DEHAY
Ugo Cei wrote: [snip] Because a ByteArrayOutputStream is not an InputStream. Try; var is = new ByteArrayInputStream(stream.toByteArray()); parse(is); It works, thank you. Regards. -- Aurélien - To unsubscribe, e-mail: [EMAIL PR