Hi,

normally when creating selection list for forms, is done like this:

<fd:selection-list src="cocoon:/list.xml" dynamic="true" />

but now I have integer created in flowscipt and that needs to be passed to that selection-list.

How?

Can I use request-object to pass that integer or session or something? Small pseudo like this:


flowscript: var i = 5; form.showForm ("form.xml"); ...

form-def.xml:
<fd:selection-list src="cocoon:/list.xml" dynamic="true" />

sitemap:

<map:match pattern="list.xml">
 <map:generate type="xsp" src="list.xsp">
  <map:parameter name="i" value="{value of i from flowscript}" />
 </map:generate>
 ...
</map:match>

how this can be done?

Thanks,

Joose

--
"Always remember that you are unique, just like everyone else!"
* http://iki.fi/joose/ * [EMAIL PROTECTED] * +358 44 561 0270 *


--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to