I have a taglib (written using TaglibHelper), that ?uses? Cgi.pm to extract values from a form. I also use the module to create a session cookie.
I�ve been merrily testing the taglib with external scripts and all seemed to work fine. However, I was running these test scripts under Apache::Registry. Consequentially due to my naivety, when I use the taglib in my xsp pages I can extract no values from either a form or cookie, the taglib now running in true mod_perl style, Cgi.pm seeming not able to find the required posts. Is there anyway I can use cgi.pm?? Or must I write my own handler. Cheers for any help in getting me out of the hole I�ve dug myself.
