hi I'm trying to create an application specific CRUDify but I can't figure out how to get the list of mapped fields from a MetaMapper.
MetaMapper has a mappedFieldList, but it is package private for some reason?? mappedFields doesn't have the type info, nor does BaseMappedField have the relevant methods (see below) On a related note, why aren't many of the methods/fields in TypedField in BaseMappedField instead? It would seem that stuff like displayName, dbDisplay_?, dbIncludeInForm_? etc would be more appropropriate there and doesn't rely on the type of field?? For now, my work around is to put my trait in the net.liftweb.mapper package. Not ideal :-) /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 -~----------~----~----~----~------~----~------~--~---
