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?
>
>
>
>
>
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
[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
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
>-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
>
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
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:
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
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
> 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
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"
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
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
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.
>
>
>
>
>
>
>
>
>
>
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
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
> 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
--
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
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
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
> 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
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
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
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
[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
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
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
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
28 matches
Mail list logo