ModelTags extension giving an error with "filter" syntax: price:e:100

Hello,
Anyone have any experience with “ModelTags”?

I am trying to implement the ModelTags extension in my application.
http://wiki.radiantcms.org/Extension_-_Model_Tags

I want to compare it with RecordTags.

The basic functionality outlined in the “Simple Examples” section works
great, ie

<r:model name=“Product”>
<r:find:each>
<r:value name=“id” />,
<r:value name=“price” />,
<r:value name=“name” />

</r:find:each>
</r:model>

But I get errors when I try to implement the “Filter Page Type and Tags”
near the bottom.
I hope I am using the correct syntax.
My url is http://localhost:3000/exviewm/id:e:4
My page exviewm has the new page type of “Filter”, it is published.

When I attempt to visit the URL I get the following error:

Errno::EINVAL in SiteController#show_page

Invalid argument -
C:/A_SYST~1/INSTAN~1.7-W/rails_apps/henry_radiant2/cache/exviewm/id:e:4.data

Thanks, Topher


Christopher Z.
[email protected]
604-484-9279