Is it possible to store tomahawk messages somewhere other than javax.faces.Messages.properties?
Right now, if we add messages for Tomahawk components, they are being specified in the MyFaces Impl's javax.faces package in the messages.properties file. This is clearly a bad idea since using Tomahawk components with another implementation loses the messages and updating or adding Tomahawk component messages requires changing the MyFaces implementation. Here's one open issue affected by this location issue. MYFACES-1506 Translated messages in Messages.properties files
