in the book Application development cookbock there is plugin_detec_mobile (page 324)
and there is a line,
if switch_view:
view = '%(controller)s/%(function)s.mobile.%(extension)s' %
request
if os.path.exists(os.path.join(request.folder, 'views',view)):
response.view = view
there is something wrong, but i don know how to correct this
andrej
--

