Hi,

I have a html form with multiple check box. This html form is
dynamically generated based on the content. So I have kept the names
of all the check boxes as MyCheck.

When I select multiple check-boxes, the request query is as follows

http://localhost:8888/Mytest?MyCheck=blue&MyCheck=red&MyCheck=yellow etc.

I have defined my xslt transformer to use-request params, so these are
available to me in the stylesheets. The problem I have is that I only
get the value of the first check box. How can I get the values of
other check box in my stylesheet

Thanks
Sanket

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

Reply via email to