What you are talking about would be a variation on this. http://wiki.apache.org/jakarta-tapestry/UsingCustomResourceSourceForLibs
Geoff On 2/23/06, James Carman <[EMAIL PROTECTED]> wrote: > getRequestCycle().getPage().getMessage().getMessage( "key" ); > > This will look up the message in the currently rendering page. > > -----Original Message----- > From: Dan Adams [mailto:[EMAIL PROTECTED] > Sent: Thursday, February 23, 2006 4:01 PM > To: Tapestry users > Subject: Re: libraries, messages, and namespaces (does nobody know thisone?) > > Does anyone have an answer to this? I still don't know how to resolve > it. > > On Wed, 2006-02-22 at 17:00 -0500, Dan Adams wrote: > > Is it possible to have it so that if a message that is referred to in a > > library and is not in the library messages catalog that it be looked up > > in the message catalog of the application using the library? Right now > > I'm trying to do that and it appears that after looking in the library > > and not finding it, it just gives up. any ideas? > > > -- > Dan Adams > Software Engineer > Interactive Factory > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > -- The Spindle guy. http://spindle.sf.net Get help with Spindle: http://lists.sourceforge.net/mailman/listinfo/spindle-user Blog: http://jroller.com/page/glongman Feature Updates: http://spindle.sf.net/updates --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
