On Feb 18, 2011, at 5:44 PM, Piotroslav wrote: > Hello. > > I am developing new lifecycles for my Lead model and I declared new > transitions. > In aplication.dryml I wrote definition of transition tag form. > In Views/Leads I created new drymls in which I use previously defined > transition form. > > After migration (and restarting the server) when I try to access any > page I get: > invalid tag="all_approved-form" attribute on <def> -- at app/views/ > taglibs/application.dryml:195 >
DRYML tags aren't allowed to have underscores - when creating tag names for things like transition forms, they're converted to dashes. So I suspect you're looking to define all-approved-form here. --Matt Jones -- You received this message because you are subscribed to the Google Groups "Hobo Users" 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/hobousers?hl=en.
