AW: [htmltmpl] Select/option How to set "selected"?
Brought to you by:
samtregar
From: <Seb...@3S...> - 2004-05-04 15:11:39
|
> Puneet Kishor wrote > > [...] because I am using=20 > > CGI::Session, and I am not sure if that will work with=20 > CGI::Simple (can=20 > > anyone tell me if it will and how?).=20 >=20 > There has been some recent discussion on the CGI::Application=20 > list of just > this issue. It seems that CGI::Session does a pretty strict=20 > test to make sure > that it has a CGI.pm object and not just a compatible object.=20 > I think some > work is underway to change this so that it does some tests=20 > for the param() and > cookie() methods. So, not right now, but maybe not too much later. I use CGI::Session in combination with mod_perl and it works like a charm. (No wonder since Apache::Request was written with backward compatibility in mind.) From what I can say so far mod_perl, HTML::Template and CGI:Session are a winning team ;-) Regards, Sebastian |