[displaytag-devel] [jira] Created: (DISPL-180) Decorator for column headers

2005-01-21 Thread jira
Message: A new issue has been created in JIRA. - View the issue: http://jira.codehaus.org/browse/DISPL-180 Here is an overview of the issue: - Key:

[displaytag-devel] [jira] Commented: (DISPL-180) Decorator for column headers

2005-01-21 Thread jira
The following comment has been added to this issue: Author: Gareth Davis Created: Fri, 21 Jan 2005 8:57 AM Body: Hi, I already have this code, written and tested. I mailed the dev mailing list about a week or so ago, asking for any comments...didn't get any. If you can wait unt

[displaytag-devel] [jira] Commented: (DISPL-180) Decorator for column headers

2005-01-21 Thread jira
The following comment has been added to this issue: Author: Andres Bernasconi Created: Fri, 21 Jan 2005 9:33 AM Body: Ok. It's great, i hope they will add it. Actually i'm not a heavy app programmer..i mostly do custom architectures and creating a PoC for one of them, and testing

[displaytag-devel] Problem with i18n resources

2005-01-21 Thread Julien Redondo
Hello, I use the displaytag in my project, but i have a problem with the localization of the default key (basic.show.properties, basic.empty.showtable,.etc). I don't want use several displaytag_xx.properties. I always use the struts framawork with these own localized files. I want to use th

Re: [displaytag-devel] Problem with i18n resources

2005-01-21 Thread Gareth Davis
shouldn't be to much of a problem assuming your using version 1.0 you need to configure the i18n provider...this can be done via a displaytag.properties file or via the setProperty tag (i think) add the following entry locale.provider=org.displaytag.localization.I18nStrutsAdapter And everything

Re: [displaytag-devel] Problem with i18n resources

2005-01-21 Thread Julien Redondo
thanks for your reponse. I even use a snapshot (because i have a problem with the column sorting with case sensitive). I write the "locale.provider" and "locale.resolver". It's ok for all values excepting the default keys of displaytag (basic.show.properties, basic.empty.showtable,.etc) I

Re: [displaytag-devel] Problem with i18n resources

2005-01-21 Thread Gareth Davis
but these properties are not localisable messages...there configuration options. or am I missing something? You can override these is displaytag.properties if you need to. Gareth On Fri, 21 Jan 2005 15:49:25 +0100, Julien Redondo <[EMAIL PROTECTED]> wrote: > thanks for your reponse. > > I e

Re: [displaytag-devel] Problem with i18n resources

2005-01-21 Thread Julien Redondo
and in the future, these options will be localizable with the struts files ? Thanks, Gareth Davis a écrit : but these properties are not localisable messages...there configuration options. or am I missing something? You can override these is displaytag.properties if you need to. Gareth On Fri, 21

Re: [displaytag-devel] Problem with i18n resources

2005-01-21 Thread Gareth Davis
not up to me...but I very much doubt it's a good idea to localize configuration. Gareth On Fri, 21 Jan 2005 16:12:02 +0100, Julien Redondo <[EMAIL PROTECTED]> wrote: > and in the future, these options will be localizable with the struts files ? > > Thanks, > > Gareth Davis a écrit : > > >but

Re: [displaytag-devel] Problem with i18n resources

2005-01-21 Thread Julien Redondo
but it's not the configuration. They are the messages in displaytag.properties. For example : /basic.msg.empty_list=No result found, please do another search basic.msg.empty_list_row= No result found. paging.banner.no_items_found= No result found, nothing to display. paging.banner.all_items_

Re: [displaytag-devel] Problem with i18n resources

2005-01-21 Thread Gareth Davis
Sorry. I was missing something. I've had a good luck at the code...and yep you're right. I guess the thing to do here is fill out a enchancement request in JIRA (link on the website) Sorry I couldn't be much more help. Gareth On Fri, 21 Jan 2005 16:31:09 +0100, Julien Redondo <[EMAIL PROTECTED

Re: [displaytag-devel] Problem with i18n resources

2005-01-21 Thread Julien Redondo
a last thing : where is the link for JIRA on the website ? thakns Best regards, Gareth Davis a écrit : Sorry. I was missing something. I've had a good luck at the code...and yep you're right. I guess the thing to do here is fill out a enchancement request in JIRA (link on the website) Sorry I coul