'Request' object has no
attribute 'wrapped_response'"
Thanks,
Jay ValueError: No wrapper
view named 'wrapper' found when executing view named ''
Browsing to http://<server:port>/test_wrapper/wrapper
AttributeError: 'Request' object
has no attribute 'wrapped_response'--
You received this message because you are subscribed to the Google Groups "pylons-discuss" group.
To post to this group, send email to pylons-...@googlegroups.com.
To unsubscribe from this group, send email to pylons-discus...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/pylons-discuss?hl=en.
I can have one route with multiple views defined and have the request
routed based on the match_param view predicate. Great !
Thanks for your help.
Jay