RE: CForms - need simplest aggregation of form and response

2006-11-17 Thread Fuad Efendi
Thanks Helma, analysing CAPTCHA I found {request-param:smth}, then by Google some docs from API: In the sitemap, input modules are made available through a {modulename:attributename} syntax. For instance, if a RequestParameterModule named request-param is defined in cocoon.xconf, then {request-pa

How to build docs? build\webapp\docs\sitemap.xmap

2006-11-17 Thread Fuad Efendi
Hello, Many samples such as Lucene-related need access to build\webapp\docs\sitemap.xmap folder. How to build it, where can I find it? Cocoon-2.1.9 -- View this message in context: http://www.nabble.com/How-to-build-docs--build%5Cwebapp%5Cdocs%5Csitemap.xmap-tf2653289.html#a7403734 Sent from th

Re: CForms - need simplest aggregation of form and response

2006-11-15 Thread Fuad Efendi
I browsed docs for CInclude Transformer, it looks what I need... http://cocoon.apache.org/2.1/userdocs/cinclude-transformer.html But I don't understand still how to use request parameters _dynamically_ query #{Please Help!} Fuad Efendi wrote: >

CForms - need simplest aggregation of form and response

2006-11-15 Thread Fuad Efendi
Hello, I need simplest sample without flowscript and continuation. I read smth about which does not use continuation... Single html-page should show a form and the results of submitting a form via GET method... For instance, we have text box and submit button; it should show response from Goo

Re: request parameters in sitemap

2006-11-15 Thread Fuad Efendi
Sorry for late response, I am trying to find smth... and found this... use '&' instead of '&' http://www.google.nl/search?hl=nl&q={1}"/> Wouter Roosendaal wrote: > > Hi, > > I trying to get cocoon (2.1.7) to request an xml document from an url. > For example I have tried the following in

Re: displaying html in a cforms field

2006-11-14 Thread Fuad Efendi
I think this is called "cross site scripting attack" and should be prevented... "output field" is simply a read-only widget with a value, and browsers should not interpret any pure HTML values of such objects... Marcel Rouwenhorst wrote: > > Is it possible to display formatted html in a cforms o

How to include 'responce' into a form?

2006-11-14 Thread Fuad Efendi
Just started learning, and the first sample seems 'overheaded' for a simple task: - include into HTML simple form with results of processing - do not show "continuation", show single URL (show 'request' and 'response' together...) Of course I can design it as pure XML and transform to HTML (using