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-param:user}
will in effect be replaced by the value of the user request parameter (e.g.
index.html?user=joe). Similarly, a SystemPropertyModule named
system-property would allow {system-property:user.home} to represent user's
home directory path.
>
http://cocoon.apache.org/2.1/apidocs/org/apache/cocoon/components/modules/input/package-summary.html
and, finally this:
<map:match pattern="bar">
<map:generate type="file" src="documents/{request-param:file}"/>
<map:transform src="stylesheets/{request-param:stylesheet}"/>
<map:serialize/>
</map:match>
http://cocoon.apache.org/2.1/userdocs/concepts/modules-ref.html
It was difficult finding, I spent probably 5 days on a simple task (without
any previous knowledge of Cocoon); ordered 2 books, need to learn...
Linden H van der (MI) wrote:
>
>>
>> <cinclude:parameter>
>> <cinclude:name>query</cinclude:name>
>> <cinclude:value>#{Please Help!}</cinclude:value>
>> </cinclude:parameter>
>
> Check the CAPTCHA samples, they do something similar to what you're
> trying to do.
>
> HTH.
>
> Bye, Helma
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>
>
--
View this message in context:
http://www.nabble.com/CForms---need-simplest-aggregation-of-form-and-response-tf2638495.html#a7404728
Sent from the Cocoon - Users mailing list archive at Nabble.com.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]