Hello folks,

I am using genshi as the default view instead of kid and attempted my
first sortable_table using Mochikit today. I am using their example
code directly in my template but I get this unbound prefix error. If I
remove all the "mochi:format" tags, the table gets rendered but remains
unsorted.

<thead>
                <tr>
                    <th mochi:format="str">Domain Name</th>
                    <th mochi:format="isodate">Creation Date</th>
                    <th mochi:format="isodate">Expiry Date</th>
                    <th mochi:format="istr">Organization Name</th>
                </tr>
</thead>

Error Code:
unbound prefix: line 19, column 20, in
workspace\id\id\templates\userlist.html

Any ideas?

Also, on a side note, since I am using Genshi, the current release has
no support for widgets using Genshi. Are there examples of validation
mechanisms without using the simple widgets?

Thx,
Suren


--~--~---------~--~----~------------~-------~--~----~
 You received this message because you are subscribed to the Google Groups 
"TurboGears" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/turbogears?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to