Re: How to load form using request parameter

2005-12-08 Thread Christoph Hermann
[EMAIL PROTECTED] schrieb: Hello, I'm have a problem with making a form for editing an XML file using cform. We have an XML file called users.xml which looks like this: users user id=1 ... /user user id=2 ... /user .. /users I succeeded in making an editable

Re: How to load form using request parameter

2005-12-08 Thread Matt Robinson
I am out of the office on leave, returning on Monday December 19. In my absence, please direct any correspondence to David Duncan ([EMAIL PROTECTED]). - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands,

authentication-fw and session

2005-12-08 Thread Peter Sparkes
Hi, / /I am using the authentication framework integrated into Cocoon 2.1.8. The authentication-manager has a required element redirect-to which is used whenever a not authenticated user tries to access a protected document (pipeline). However I wish redirect to different pipelines depending

Re: authentication-fw and session

2005-12-08 Thread Matt Robinson
I am out of the office on leave, returning on Monday December 19. In my absence, please direct any correspondence to David Duncan ([EMAIL PROTECTED]). - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands,

Re: Making Cocoon the default

2005-12-08 Thread Matt Robinson
I am out of the office on leave, returning on Monday December 19. In my absence, please direct any correspondence to David Duncan ([EMAIL PROTECTED]). - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands,

Re: How to load form using request parameter

2005-12-08 Thread Matt Robinson
I am out of the office on leave, returning on Monday December 19. In my absence, please direct any correspondence to David Duncan ([EMAIL PROTECTED]). - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands,

Re: Making Cocoon the default

2005-12-08 Thread Christoph Hermann
Peter Flynn schrieb: Hello, I don't have an application -- at this stage I just built the default war for testing, and moved cocoon.war into Tomcat's webapps folder, where it works just fine with the default setup, which I have running on port 80 as the sole server (no httpd). But I do

Re: [SOLVED] STX and multi query for large file

2005-12-08 Thread Matt Robinson
I am out of the office on leave, returning on Monday December 19. In my absence, please direct any correspondence to David Duncan ([EMAIL PROTECTED]). - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands,

Re: Making Cocoon the default

2005-12-08 Thread Matt Robinson
I am out of the office on leave, returning on Monday December 19. In my absence, please direct any correspondence to David Duncan ([EMAIL PROTECTED]). - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands,

Re: How to load form using request parameter

2005-12-08 Thread Christoph Hermann
Sylvain Wallez schrieb: Just adapt your (jx-)binding file: fb:context xmlns:fb=http://apache.org/cocoon/forms/1.0#binding; xmlns:jx=http://apache.org/cocoon/templates/jx/1.0; path=/users/[EMAIL PROTECTED]'${parameters.getParameter('userid')}'] fb:value id=username path=username / ...

Re: How to load form using request parameter

2005-12-08 Thread Matt Robinson
I am out of the office on leave, returning on Monday December 19. In my absence, please direct any correspondence to David Duncan ([EMAIL PROTECTED]). - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands,

Re: Making Cocoon the default

2005-12-08 Thread Edwin Kapauni
Peter Flynn wrote: The FAQ about making Cocoon the default app doesn't seem to have a look at http://wiki.apache.org/cocoon/CocoonEasyInstallation If you don't want to default http://cocoon:8080/ then simply replace $tomcat_home/webapps/ROOT/ and rename your new default webapp to

Re: Making Cocoon the default

2005-12-08 Thread Matt Robinson
I am out of the office on leave, returning on Monday December 19. In my absence, please direct any correspondence to David Duncan ([EMAIL PROTECTED]). - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands,

Re: Making Cocoon the default

2005-12-08 Thread Peter Flynn
On Thu, 2005-12-08 at 12:59, Edwin Kapauni wrote: Peter Flynn wrote: The FAQ about making Cocoon the default app doesn't seem to have a look at http://wiki.apache.org/cocoon/CocoonEasyInstallation If you don't want to default http://cocoon:8080/ then simply replace

Re: Making Cocoon the default

2005-12-08 Thread Matt Robinson
I am out of the office on leave, returning on Monday December 19. In my absence, please direct any correspondence to David Duncan ([EMAIL PROTECTED]). - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands,

Re: authentication-fw and session

2005-12-08 Thread Zbigniew Bomert OP
Resource selected in redirect-to is called together with a parameter resource containing path to the resource requested by user. Depending on this parameter you can process the request laiter in different pipelines. Zbigniew Peter Sparkes wrote: Hi, / /I am using the authentication

Incomplete image upload

2005-12-08 Thread Jonas Höglund
Hi, I'm using the modular database action to save uploaded images into a blob column in a mysql database. Everything works, except that only 1/5 (65535 bytes per image to be exact) of the uploaded image is being transfered. Since the actual bytes being transfered is the excact same

cinclude, include and xinclude in Cocoon 2.1.8

2005-12-08 Thread Schultz, Gary - COMM
The following code snippet worked in Cocoon 2.1.5.1 but isn't working in Cocoon 2.1.8 map:match pattern="TSS-IncludeTest-01.html" map:generate src=""/ map:transform src="" /map:transform map:transform type="cinclude"/ map:serialize/ /map:match Has there been a change toinclude

Image size when using the databasereader

2005-12-08 Thread Jonas Höglund
Hi, Is there some way of specifing the width and/or height of an image being served by the databasereader? I used to keep my images in a directory and use the default image reader, width the width and height parameter set. I don't know of what size of an image is needed by the client and I

Re: cinclude, include and xinclude in Cocoon 2.1.8

2005-12-08 Thread Ralph Goers
Did you search the mailing list for similar issues. I seem to recollect that the namespace is different so your cinclude might be ignored. But I could be wrong. Schultz, Gary - COMM wrote: The following code snippet worked in Cocoon 2.1.5.1 but isn't working in Cocoon 2.1.8 map:match

Re: Problème avec Flowscript et renameT o()

2005-12-08 Thread Daniel Hertz
Sylvain Wallez wrote: Et si vous utilisez Cocoon 2.1.8: uploadWidget.getValue().copyToFile(blah); Sylvain Super-bon! Merci à tous pour vos suggestions et code! J'ai fais: importPackage(Packages.java.io); importPackage(Packages.java.util); importPackage(Packages.java.lang);

Jx Macros/ Taglib

2005-12-08 Thread John S.Washington
Bonjour, Je voudrais utiliser les macros JX pour créér une taglib. Pour l'instant j'ai fait quelques tests très basiques avec cocoon 2.1.8. J'utilise le generator jx auquel je passe un fichier qui contient mon document avec les tags à expanser mais aussi la déclaration des macros. Et je voudrais

Re: Jx Macros/ Taglib

2005-12-08 Thread John S.Washington
Merci je n'avais même pas pensé à cette solution là :s En fait l'idéal aurait été que mes documents n'aient aucune référence à la définition des macros mais que celle-ci soit plutôt transmise au niveau de la sitemap. Mais ce n'est peut être pas possible et en attendant ta solution me satisfait