Hi Paul, I have tested your code and I can't reproduce the issue. I have pasted the DRYML definitions in front_site.dryml and it seems to work (see screenshot). Could you build and share a small demo app so I can reproduce? Thanks!
Warm regards, Ignacio On Thu, Mar 5, 2015 at 7:42 PM, kevinpfromnm <[email protected]> wrote: > I can't recall off the top of my head but rich types either need a > namespace or perhaps it's lowercase and not camelcase. > > > On Thursday, March 5, 2015 at 11:01:26 AM UTC-7, [email protected] wrote: >> >> I want a type RatingValue which is either nil or an integer from 1 to 4. >> >> I would like it to be edited by a dropdown. >> >> I have defined the RatingValue type: >> >> http://pastie.org/10002728 >> >> (in app/rich_types/rating_value.rb >> >> And used it: >> >> http://pastie.org/10002716#6 >> >> (in app/models/rating.rb >> >> And I define the editors: >> >> http://pastie.org/10002747 >> >> But the custom editors don't get picked up. I get a regular text edit >> field (in which editing and saving work fine). >> >> I even tried a coarse test to see if the editor tags are being called: >> >> http://pastie.org/10002761 >> >> But the tags are not being used. >> >> Any ideas? >> >> Thanks so much! >> > -- > You received this message because you are subscribed to the Google Groups > "Hobo Users" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To post to this group, send email to [email protected]. > Visit this group at http://groups.google.com/group/hobousers. > For more options, visit https://groups.google.com/d/optout. > -- Ignacio Huerta Arteche http://www.ihuerta.net 0034 645 70 77 35 -- You received this message because you are subscribed to the Google Groups "Hobo Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/hobousers. For more options, visit https://groups.google.com/d/optout.
