Re[2]: Organizing own project in cocoon?

2006-03-02 Thread g[R]eK
the patches so that they are applied automatically by xpatch - I don't know how to mount the application into a top-level URI, not under 'samples'. Take a look at BrickCMS sample application: http://wiki.apache.org/cocoon/BricksCms -- Pozdrowienia, g[R]eK

Re[2]: Cast type in flowscript [ Javaflow]

2006-02-27 Thread g[R]eK
/2.1/apidocs/org/apache/cocoon/components/flow/java/VarMap.html HTH -- g[R]eK - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Ajax and upload widget

2006-02-23 Thread g[R]eK
just recent checkout of 2.1.9-dev? -- g[R]eK - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

fd:groups that inherits, fd:field/@required and Forms libraries

2006-02-08 Thread g[R]eK
exception: org.apache.cocoon.forms.formmodel.DuplicateIdException: Duplicate widget id password detected Is it possible to achieve what I want with Forms libraries? -- g[R]eK smime.p7s Description: S/MIME Cryptographic Signature

Re: AW: How to make Generator cacheable?

2006-01-15 Thread g[R]eK
Christian Barth napisał(a): The caching is working now with the following code snip/ But as you can see, The Cache expires after 5 minutes. What I want is, that is gets invalid, when the LastModificationDate of my DB has changed. In the getKey()-Method I have already searialized the timestamp

Re: Cforms storing data in Database and error handling

2005-12-30 Thread g[R]eK
://cocoon.apache.org/2.1/userdocs/widgetconcepts/validation.html -- g[R]eK smime.p7s Description: S/MIME Cryptographic Signature

Re: Using Values in the XML in the Pipeline

2005-11-15 Thread g[R]eK
, for example: map:generate src=something_{primiary_guid:/returnid/primary_guid}.xml/ map:transform type=xslt src=something.xsl map:parameter name=guid value={primiary-guid:/returnid/primary_guid}/ /map:transform [..] Hope this helps. -- g[R]eK smime.p7s Description: S/MIME Cryptographic Signature

Re: using XML from the generation in the sitemap

2005-11-07 Thread g[R]eK
asked about feeding map:parameter with value obtained using *static* XPath from dynamic generated XML file. If I'm right it's possible using XMLFileModule[1]. [1] http://cocoon.apache.org/2.1/apidocs/org/apache/cocoon/components/modules/input/XMLFileModule.html -- g[R]eK smime.p7s Description

Re: Can caching be forced?

2005-10-03 Thread g[R]eK
/apache/cocoon/components/source/impl/ -- g[R]eK smime.p7s Description: S/MIME Cryptographic Signature

Re: Instantiating a class on Cocoon startup

2005-08-01 Thread g[R]eK
input module to easy obtain your configuration. [1] http://cocoon.apache.org/2.1/apidocs/org/apache/cocoon/components/modules/input/XMLFileModule.html -- g[R]eK - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands

Re: HTMLGenerator for parameter-data

2005-07-27 Thread g[R]eK
to obtain details. Hope that helps [1] http://cocoon.apache.org/2.1/apidocs/org/apache/cocoon/components/source/impl/ModuleSource.html [2] http://cocoon.apache.org/2.1/apidocs/org/apache/cocoon/components/source/impl/PartSource.html -- g[R]eK

Re: How to insert parameter from sitempa in access log?

2005-03-29 Thread g[R]eK
Hope that helps -- g[R]eK - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: HTMLArea and Cforms

2005-03-28 Thread g[R]eK
, http://www.htmlarea.com/ states that HTMLArea is dead, but take a look at http://www.dynarch.com/projects/htmlarea/ and you will find another standpoint :-) There is some active forum, maybe all is not lost yet? -- g[R]eK

Re: outut widget \n to br/ problem

2005-03-27 Thread g[R]eK
Hi List. How to substitute all \n characters in fd:output widget to br/ HTML tag? You have to apply your own XSLT stylesheet before CForms XSLs. You can find it at: http://marc.theaimsgroup.com/?l=xml-cocoon-usersm=108569196003677w=2 -- g[R]eK

Re: protocol selector

2005-03-27 Thread g[R]eK
of {request:protocol}, just try to experiment a little. [1] http://cocoon.apache.org/2.1/apidocs/org/apache/cocoon/selection/SimpleSelector.html [2] http://cocoon.apache.org/2.1/apidocs/org/apache/cocoon/components/modules/input/RequestModule.html -- g[R]eK

Re: issues with images matcher

2005-03-23 Thread g[R]eK
the images are processed by cocoon) Did you try to take a look at sitemap.log? If you see nothing interesting, just change loglevel in WEB-INF/logkit.xconf. Maybe paste parts of logs, and we'll able to help you. -- g[R]eK

Re[2]: Efficient serving of Docbook

2004-09-28 Thread g[R]eK
. -- Best regards . g[R]eK mailto:[EMAIL PROTECTED]. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re[3]: Efficient serving of Docbook

2004-09-28 Thread g[R]eK
. Hi g[R]eK! . Tuesday, September 28, 2004, 6:10:04 PM, you wrote: gRe . Hi Frans! . gRe Monday, September 27, 2004, 8:31:58 PM, you wrote: FE On Monday 27 September 2004 17:46, Bertrand Delacretaz wrote: gRe [...] FE I don't think it addresses my problem since it's probably cool once the FE

Re: [CForms or JxTemplate] accesing the sitemap parameter in template

2004-09-22 Thread g[R]eK
this help. -- Best regards . g[R]eK mailto:[EMAIL PROTECTED]. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re[2]: problem with passing variables - please help.

2004-09-21 Thread g[R]eK
at logs how your query (with substituted values) looks like -- Best regards . g[R]eK mailto:[EMAIL PROTECTED]. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail

Re: spaces in request-param

2004-09-21 Thread g[R]eK
/rfc2616-sec10.html -- Best regards . g[R]eK mailto:[EMAIL PROTECTED]. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re[2]: spaces in request-param

2004-09-21 Thread g[R]eK
development stage I think you can update to 2.1.6-dev (works almost fine). -- Best regards . g[R]eK mailto:[EMAIL PROTECTED]. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail

Re[4]: spaces in request-param

2004-09-21 Thread g[R]eK
work fine. But before wait few minutes, a will try play with sample you provided. -- Best regards . g[R]eK mailto:[EMAIL PROTECTED]. - To unsubscribe, e-mail: [EMAIL PROTECTED

Re[5]: spaces in request-param

2004-09-21 Thread g[R]eK
. Hi g[R]eK! . Tuesday, September 21, 2004, 5:07:44 PM, you wrote: gRe . Hi Éric! . gRe Tuesday, September 21, 2004, 4:42:40 PM, you wrote: gRe But before wait few minutes, a will try play with sample you provided. I have something like this: map:match pattern=geo-test

Re: desperate help on authentication framework and mysql connection

2004-09-18 Thread g[R]eK
xsl:otherwise dataSome error/data /xsl:otherwise /xsl:choose /authentication /xsl:template /xsl:stylesheet Hope this help. -- Best regards . g[R]eK mailto:[EMAIL PROTECTED

Re[2]: desperate help on authentication framework and mysql connection

2004-09-18 Thread g[R]eK
/ /map:act /map:match -- Best regards . g[R]eK mailto:[EMAIL PROTECTED]. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

Re[4]: desperate help on authentication framework and mysql connection

2004-09-18 Thread g[R]eK
. Hi fabrizio! . Saturday, September 18, 2004, 7:12:52 PM, you wrote: fp ehm no, sorry i mean the authentication resource fp thant one that start like this: fp map:match pattern=authenticate Oh, I sent it already :-) Look for it after handler configuration... -- Best regards . g[R]eK mailto

Re: authentication framework over a mysql connection

2004-09-17 Thread g[R]eK
this transform is for. fp /map:pipeline fp but i didn't reach anything but a redirect to the login page as i've fp decided in the first piece of pipeline. fp Can anyone tell me what's wrong? fp Please! Send your handler configuration, please. -- Best regards . g[R]eK mailto:[EMAIL PROTECTED

Re[2]: authentication framework over a mysql connection

2004-09-17 Thread g[R]eK
: http://cocoon.apache.org/2.1/userdocs/concepts/redirection.html#Internal+Redirects+Using+the+Cocoon+Protocol Please paste result of athenticate match if you provide valid loginpass as parameters. -- Best regards . g[R]eK mailto:[EMAIL PROTECTED

Re[2]: authentication-manager and application load

2004-08-19 Thread g[R]eK
-context but we can't because session-context won't work propertly in not protected areas. We should use auth-protect, but then user not logged in can't access this area (we want him to access). It's vicious circle. How solve this problem? -- Best regards . g[R]eK mailto:[EMAIL PROTECTED

Re[2]: Handle Non-HTML Files

2004-08-19 Thread g[R]eK
, but there is a problem with mime-type. I think, there is no good method, just do matches for common types (and there set mime-type) and use above match. -- Best regards . g[R]eK mailto:[EMAIL PROTECTED

Re: [sql] Does sql transformer has any tag against Injection attack?

2004-07-25 Thread g[R]eK
. Hi milkwaybridge! . Saturday, July 24, 2004, 6:16:34 AM, you wrote: m in esql, esql:parameter does this job, what does sql transformer have ? m Thanks for your information! http://cocoon.apache.org/2.1/userdocs/transformers/sql-transformer.html#Substitution -- Best regards . g[R]eK mailto

Re[2]: [cforms] Editing existing list of uploads

2004-07-02 Thread g[R]eK
. Hi Joerg! . Friday, July 2, 2004, 11:55:50 AM, you wrote: JH On 02.07.2004 02:52, g[R]eK wrote: JH Ah, the @required is the problem. The form does not know that there was JH already uploaded a file and so the user is forced to upload one. Yes, and form layout is not adapted to handling

Re[2]: [cforms] Editing existing list of uploads

2004-07-01 Thread g[R]eK
something more than simple binding, and we want read files we have to read it from form (newly uploaded) and from db (existing before). What a mess, isn't it? :-) -- Best regards . g[R]eK mailto:[EMAIL PROTECTED

Re: problem choosing transform-src dynamically

2004-06-30 Thread g[R]eK
' is needed in only one place, you can use action:set-result instead of using session attr. Hope this help. [1] http://wiki.cocoondev.org/Wiki.jsp?page=XSPAction -- Best regards . g[R]eK mailto:[EMAIL PROTECTED

[cforms] Editing existing list of uploads

2004-06-30 Thread g[R]eK
for form with repeater, but there is a problem: upload widget doesn't have setValue. Question is: Why upload widget doesn't have setValue method, and if it's justified how can I solve my problem? -- Best regards . g[R]eK mailto:[EMAIL PROTECTED

Re[2]: Dynamic aggregation

2004-05-11 Thread g[R]eK
://wiki.cocoondev.org/Wiki.jsp?page=CocoonProtocolExample -- Best regards . g[R]eK mailto:[EMAIL PROTECTED]. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL

Re[2]: Dynamic aggregation

2004-05-11 Thread g[R]eK
and searched on the cocoon site, and I see nothing. The kdz wiki comes up dry. So, where are the docs? I guess you didn't understand David, snippet above shows idea, not real valid sitemap snippet. I've read your e-mail and I'll give some ideas there. -- Best regards . g[R]eK mailto

Re: Dynamic aggregation

2004-05-09 Thread g[R]eK
://cocoon.apache.org/2.1/userdocs/transformers/xinclude-transformer.html http://cocoon.apache.org/2.1/userdocs/transformers/cinclude-transformer.html -- Best regards . g[R]eK mailto:[EMAIL PROTECTED

Chaining modules and prefixes

2003-12-25 Thread g[R]eK
for session-context and should be always passed as a prefix. What should I do to solve this problem? Maybe there is some option in configuration of ChainMetaModule? -- Best regards . g[R]eK mailto:[EMAIL PROTECTED

Calling resources in subsitemap

2003-09-06 Thread g[R]eK
. Hi users! . Is possible to call some resource from mounted declared in root sitemap? -- Best regards . g[R]eK mailto:[EMAIL PROTECTED]. - To unsubscribe, e-mail: [EMAIL PROTECTED

get-xml in ESQL problem

2003-09-06 Thread g[R]eK
(PoolTcpEndpoint.java:534) at org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:530) at java.lang.Thread.run(Thread.java:536) -- Best regards . g[R]eK mailto:[EMAIL PROTECTED

Simple form handling

2003-08-21 Thread g[R]eK
user, validate and if it's incorrect send back the information why is incorrect. PS. This is my 7th mail to this list, the 6 mail was without any reply. I know that you don't have to reply, but I think it's a little strange. Maybe I do something wrong? -- Best regards . g[R]eK mailto

DatabaseAuthenticatorAction and Authentication framework

2003-08-18 Thread g[R]eK
is no, what benefit can I gain using Authentication framework? -- Best regards . g[R]eK mailto:[EMAIL PROTECTED]. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail

Re: 3 simple auth questions...

2003-08-17 Thread g[R]eK
: Is this request: syntax generally available to pass request SS params to all actions? This prefix (request:) is use of input module. Check concepts in users doc for details. -- Best regards . g[R]eK mailto:[EMAIL PROTECTED

Re[2]: request-param [was: basic form tutorial]

2003-08-17 Thread g[R]eK
embarrassing. BM Thanks very much. In Cocoon 2.1 is schema for sitemap, just search for *.xsd files and find it. I think it will be very helpful. -- Best regards . g[R]eK mailto:[EMAIL PROTECTED

Re[2]: how to put request param into SQLTransformer

2003-08-14 Thread g[R]eK
. Hi rufio! . Thursday, August 14, 2003, 5:02:07 PM, you wrote: r on Thu, 14 Aug 2003 09:37:22 +0200 g[R]eK [EMAIL PROTECTED] r wrote: Read this: http://cocoon.apache.org/2.1/userdocs/transformers/sql-transformer.html#Substitution r In the example parameter is hardcoded into sitemap; how

Re: [ANN] Apache Cocoon 2.1 Released

2003-08-14 Thread g[R]eK
. Hi Carsten! . Wednesday, August 13, 2003, 11:24:34 AM, you wrote: CZ Apache Cocoon 2.1 Released CZ -- CZThe Apache Cocoon Community is proud to announce the new release CZof Apache Cocoon. It's *great* news! Congratulations! -- Best regards . g[R]eK mailto

XMLForms and validation

2003-07-28 Thread g[R]eK
with this fact. But when I reached step 2 of how-to my contentment finished. I saw the schematron validation. I think it's some paradox or mistake. Does exist some explanation? -- Best regards . g[R]eK mailto:[EMAIL PROTECTED