Re: Problem getting page's messages

2013-08-24 Thread Barry Books
I'll answer my own question: It's possible to get the correct messages from the PropertyEditContext, so the Mixin can check to see if there is one and if so use it otherwise use the messages from the ComponentResources. On Sat, Aug 24, 2013 at 9:55 AM, Barry Books wrote: > I've got a mixin tha

Problem getting page's messages

2013-08-24 Thread Barry Books
I've got a mixin that needs access to the page messages. The problem is the mixin ends up on a component that's in a BeanEditForm so I end up with the messages for my AppPropertyEditBlocks page. If I do this @Inject *private* ComponentResources resources; @BeginRender *void* beginRender() { l