ojonam <[email protected]> writes: > Hello all, > > I recently tested the wiki example of Book and Authors as an exercise, > and extended them with CRUDify. On generation, however, the "Author" > field in the Book create page says : "Can't Change!", instead of > giving me a select list of all the authors. > > My question is : Is this normal behavior ? If not, how do I go > repairing this ?
I assume author is a MappedForeignKey? If so, you need to override validSelectValues. Not sure why there isn't a default impl of this though, should be possible.... /Jeppe -- You received this message because you are subscribed to the Google Groups "Lift" 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/liftweb?hl=en.
