Hi,

i'm having some difficulties with requestparamaters

I have a dropdownbox (statusFilter) of which two values are:
*       PENDING
*       <>CLOSE/COMP%

These are added the following way to the dropdownbox  (in  .XSP file)
*       selectStatus.addOption(new Option("PENDING","PENDING"));
*       selectStatus.addOption(new
Option("&lt;&gt;CLOSE/COMP%","&lt;&gt;CLOSE/COMP%"));

When i press the submit button, the values are translated in the URL to
resp.
*       &statusFilter=PENDING
*       &statusFilter=%3C%3ECLOSE%2FCOMP%25

What I want is to dynamically build a hyperlink which calls this page with
the statusFilter parameter. Something like
http://adresofsite/page.html?myparam1=blabla&statusFilter=.....

If i would fill up the dots with  "&lt;&gt;CLOSE/COMP%", that doesn't work
because the targetvalue is not recognized and selected this way... because
the URL now says
*
http://adresofsite/page.html?myparam1=blabla&statusFilter=<>CLOSE/COMP%



Any ideas ??

Regards,
Robby




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

Reply via email to