Any ideas on how to get multiple select data (where a user selects more than one value) from AxKit::XSP::Param or is it even possible?
$cgi-param(q| foo |); will return only the first element when called in scalar context, but I don't know how to get my taglibhelper-based taglib to call it in array context. Any ideas?
You might want to look into AxKit::XSP::QueryParam. Its a bit more verbose than A::X::Param, but it allows you to do more with query parameters.
In particular, you might want to look at <param:get/> and <param:count/>. They allow you to, respectively, get a query parameter with a supplied index number, and get the number of parameters with a given name.
-- Michael A. Nachbaur <[EMAIL PROTECTED]> http://nachbaur.com/pgpkey.asc
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]