double-listbox --> within a repeater

2006-12-13 Thread Dirk Gronert
Hello folks, is there anybody who can help ;-)! I'am using cocoon 2.1.10 and i have some problems with cforms. I build a model like this: http://apache.org/cocoon/forms/1.0#definition"; xmlns:i18n="http://apache.org/cocoon/i18n/2.1";> TEST-LABEL TEST-HELP

Re: Pass a parameter to Portal

2004-07-27 Thread Dirk Gronert
Philippe Guillard wrote: Thanks Dirk, Unfortunately i think global parameter is more a constant, i mean i didn't find a way to change its value dynamically. Right? Regards, Phil On Mon, 2004-07-26 at 22:01, Dirk Gronert wrote: Philippe Guillard wrote: Hi all, I need to pass a paramter from U

Re: Pass a parameter to Portal

2004-07-26 Thread Dirk Gronert
Philippe Guillard wrote: Hi all, I need to pass a paramter from URI to the portal and somehow access it from my coplets. More clearly URI could be : samples/blocks/portal/portal?my_param="foo" or : samples/blocks/portal/foo I tried this : works fine for the anonymous pag

Re: best place to store information : another question

2004-07-04 Thread Dirk Gronert
nique name, and set there your propertie-file. use, e.g.: Regards Dirk Dirk Gronert wrote: Lionel Crine wrote: Hi all, I have to store some information about the users in my application. Today, I store them into the session object (org.apache.cocoon.environment.Context) using a custom

Re: best place to store information

2004-07-02 Thread Dirk Gronert
Lionel Crine wrote: Hi all, I have to store some information about the users in my application. Today, I store them into the session object (org.apache.cocoon.environment.Context) using a custom action. I think, there are other ways to do that and I need some advices to manage this information.

Re: developers list

2004-07-01 Thread Dirk Gronert
Colin Paul Adams wrote: I am not seeing appear (after a few hours) a message that I posted this morning to the developers list. I am seeing other messages appear on the list. Does anyone know if there is a problem with the list? I'am seeing your message on the dev-list! Do you mean the message with

Re: Supplying parameters to HTML serialize

2004-06-30 Thread Dirk Gronert
Colin Paul Adams wrote: I am trying to set the DTD and encoding on serialization. I coded the following in the pipeline: -//W3C//DTD HTML 4.01//EN "http://www.w3.org/TR/html4/strict.dtd"; UTF-8 yet I still get Transitional DTD and latin-1 meta tag. What am

Re: Http header

2004-06-30 Thread Dirk Gronert
Oro smith wrote: Not able to install the application from the site. What browser and os do you have?! Quoting [EMAIL PROTECTED]: On Wed, Jun 30, 2004 at 07:02:43PM +0600, Oro smith wrote: How can the http response header generated by cocoon be examined?? http://livehttpheaders.mozdev.org/ --Ti

Re: Cocoon: Two generators in pipeline

2004-06-30 Thread Dirk Gronert
[EMAIL PROTECTED] wrote: On Wed, 30 Jun 2004, Thorsten Scherler wrote: Derek Hohls wrote: Thorsten For future reference, you could refine it a little further: :). Cheers, dude, but me not having that question ;-). It was [EMAIL PROTECTED] making the suggestion. But once again I agree to cache th

Re: XSL doubt

2004-06-29 Thread Dirk Gronert
Oro smith wrote: i tried doing this exclude-result-prefixes="br"> br is not a prefix!"" Try to use http://www.w3.org/1999/XSL/Transform"; xmlns:page="http://apache.org/cocoon/paginate/1.0"; exclude-result-prefixes="page"> Dirk because br is

Re: XSL doubt

2004-06-29 Thread Dirk Gronert
I know, but in my cases it works the exclude is very funny! ;-) Dirk Derek Hohls wrote: Dirk From past posts, it seems that method (1) does not always work - I know I have struggled with it too... But if it does, then its probably the simplest! Derek [EMAIL PROTECTED] 2004/06/30 07:31:14 AM >

Re: XSL doubt

2004-06-29 Thread Dirk Gronert
Hello Oro, there are also other ways to solve your problem: (1) in the stylesheet the support the attribute exclude-result-prefixes. exclude-result-prefixes is a white-space delimited list of namespaces to supress in the output. E.g.: http://www.w3.org/1999/XSL/Transform";

Re: replacing query string parameters in a document

2004-06-25 Thread Dirk Gronert
Hello, it possible to use the VelocityGenerator (http://cocoon.apache.org/2.1/userdocs/flow/velocity.html). The docu says, that the objects request,response,session,context and parameters are always available. I think: try it out! Dirk Rui Alberto L. Gonçalves wrote: Hi all, I need to replace v

Re: Generating wml

2004-06-23 Thread Dirk Gronert
try the browserselector! Is it possible for cocoon to generate two different wml codes, one in an opera browser and another in a wap emulator, for the same sitemap, xsl etc... - Still single? Click here to find the perfect match.

Re: using config file in flow

2004-06-18 Thread Dirk Gronert
Upayavira wrote: Charles F. Munat wrote: Simple question, but can't find the answer anywhere. I want to load an XML config file into memory, and then access its element and attribute values from flowscript using XPath. It will be a different file for each page request (these parameters will be us

Re: Making forms and redirecting them

2004-06-18 Thread Dirk Gronert
Hi, with the help of cocoon it is very simple and comfortable to create a form-handling web-publishing. Use cocoon-forms (cform). A description and a how-to you can find at (1) http://cocoon.apache.org/2.1/userdocs/forms/index.html (2) http://wiki.cocoondev.org/Wiki.jsp?page=CocoonForms I hope