Hallo,
Bogdan hat gesagt: // Bogdan wrote:

> >             req = self.request()
> >             filename = req.value("filename", None)
> 
> I get the same result with code
> 
> Page.request(self).field('user')

field() is similar to value() but doesn't include cookie values, which
is fine. 

> Is it safe to use my code? May be it is not good to refer to
> parent's class method instead it's child implementation?

I think, if you didn't re-define request() in your Page child class,
Page.request() will get called anyways. 

ciao
-- 
 Frank Barknecht                               _ ______footils.org__


-------------------------------------------------------
This SF.NET email is sponsored by:
SourceForge Enterprise Edition + IBM + LinuxWorld = Something 2 See!
http://www.vasoftware.com
_______________________________________________
Webware-discuss mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/webware-discuss

Reply via email to