RE: component export message properties to global / application catalog

2007-07-24 Thread Marcus.Schulte
; -Original Message- > From: Eckenfellner Klaus [mailto:[EMAIL PROTECTED] > Sent: Tuesday, July 24, 2007 8:26 AM > To: Tapestry users > Subject: Re: component export message properties to global / > application catalog > > the libId (which equals namespaceId) is set in

Re: component export message properties to global / application catalog

2007-07-23 Thread Eckenfellner Klaus
in your nav-component, > couldn't you? > >> -Original Message- >> From: Eckenfellner Klaus [mailto:[EMAIL PROTECTED] >> Sent: Monday, July 23, 2007 10:58 AM >> To: users@tapestry.apache.org >> Subject: Re: component export message properties to global

RE: component export message properties to global / application catalog

2007-07-23 Thread Marcus.Schulte
gt; Does this really hurt a lot performance-wise? Sorry, but I'm just > > being curious ... > > > > > >> -Original Message- > >> From: Eckenfellner Klaus [mailto:[EMAIL PROTECTED] > >> Sent: Friday, July 20, 2007 11:56 AM > >> To: users@tapestry.

Re: component export message properties to global / application catalog

2007-07-23 Thread Eckenfellner Klaus
>>> -Original Message----- >>> From: Eckenfellner Klaus [mailto:[EMAIL PROTECTED] >>> Sent: Friday, July 20, 2007 11:56 AM >>> To: users@tapestry.apache.org >>> Subject: Re: component export message properties to global / >>> application catal

Re: component export message properties to global / application catalog

2007-07-23 Thread Eckenfellner Klaus
> >> -Original Message- >> From: Eckenfellner Klaus [mailto:[EMAIL PROTECTED] >> Sent: Friday, July 20, 2007 11:56 AM >> To: users@tapestry.apache.org >> Subject: Re: component export message properties to global / >> application catalog >> >>

Re: component export message properties to global / application catalog

2007-07-23 Thread Eckenfellner Klaus
;> From: Eckenfellner Klaus [mailto:[EMAIL PROTECTED] >> Sent: Friday, July 20, 2007 11:56 AM >> To: users@tapestry.apache.org >> Subject: Re: component export message properties to global / >> application catalog >> >> sorry my fault >> >&

RE: component export message properties to global / application catalog

2007-07-20 Thread Marcus.Schulte
2007 11:56 AM > To: users@tapestry.apache.org > Subject: Re: component export message properties to global / > application catalog > > sorry my fault > > > you should be able to access your components msg-catalog from the > > navigation/border-component

Re: component export message properties to global / application catalog

2007-07-20 Thread Eckenfellner Klaus
sorry my fault > you should be able to access your components msg-catalog from > the navigation/border-component via IComponent.getMessages() > Does that help? plugins are realized as !!! component-libraries !!!. problem is that library-resources (library-global-catalog and specification) a

RE: component export message properties to global / application catalog

2007-07-20 Thread Marcus.Schulte
you should be able to access your components msg-catalog from the navigation/border-component via IComponent.getMessages() Does that help? Also, you components/pages could be required to implement some interface Named {getDisplayName(Locale);} > -Original Message- > From: Eckenfellner K