Hi,

something like:

<map:generate type="directory"
src="{request-param:hiddenpath}/someother/path/value">

should work,

regards,
Nils


-----Urspr�ngliche Nachricht-----
Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] 
Gesendet: Montag, 10. Mai 2004 13:18
An: [EMAIL PROTECTED]
Betreff: How to pass request value to generator


Hi,

How can we retrieve the parameters sent by a html form and send this as an
input to a generator

I have a html page

<form name="test" action"TestPage"
< input type=hidden name ="hiddenPath" value="/test">
</form>


I want to extract the content of hiddenPath variable which has been
submitted as part of the request and pass this value as a input to "src" of
directory tag.
     <map:generate type="directory" src="">

So that I can get the listing of a directory sent from the html form.

I was thinking of retrieving the value using flowscript and storing in the
session, not sure how to access value from session variable and send it to
<map:generate src attribute.

Can any one throw some pointers on how to achieve the same.

Thanks in advance.
Regards,
Moin


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

Reply via email to