Hi All,

I have a service which does not have access to the request cycle etc however I need to use the same messages used for the tapestry components, preferrably from the same Object/Service as the one available to pages. I've tried creating a setter method for the service but it isn't populated by hivemind.

   public void setMessages(Messages messages)
   {
       this.messages = messages;
   }

Any suggestions?

Thanks, Paul.



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to