> We have two problems with this approach: > > 1) All texts in our defviews (using :label) are computed at application > start-up, and they don't get new values afterwards.
View labels are fixed at compile-time (that's the way DEFVIEW works); you need to modify your Weblocks to support translation of view field labels at run-time by defining an :around method for the view-field-label accessor. > 2) It seems the defvar for *user-messages* is invalid. It doesn't get > filled with the new values unless I execute the logic manually in > slime. I don't find a reason for this behavior. Where are you calling build-user-messages? Leslie --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "weblocks" 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/weblocks?hl=en -~----------~----~----~----~------~----~------~--~---
