Re: Displaytag reading column titles from application resources file

2007-06-08 Thread leokom
OK, the solution with i18nResourceProvider in displaytag.properties works PERFECT for Struts 1 - but in Struts 2 I have a trouble - it doesn't work. Any suggestions? -- View this message in context: http://www.nabble.com/Displaytag-reading-column-titles-from-application-resources-file-tf4

Re: Displaytag reading column titles from application resources file

2005-10-21 Thread David Whipple
8nResourceProvider 2)assuming JSTL is available..JSTL.jar is included in your application.war M- - Original Message - From: "David Whipple" <[EMAIL PROTECTED]> To: Sent: Thursday, October 20, 2005 4:30 PM Subject: Displaytag reading column titles from application resources

Re: [OT DisplayTag] Re: Displaytag reading column titles from application resources file

2005-10-21 Thread David Whipple
Actually that is shorthand for what the tag is. The tag is something like "search.username". Dave Dave Newton <[EMAIL PROTECTED]

Re: Displaytag reading column titles from application resources file

2005-10-20 Thread Martin Gainty
- From: "David Whipple" <[EMAIL PROTECTED]> To: Sent: Thursday, October 20, 2005 4:30 PM Subject: Displaytag reading column titles from application resources file I am having trouble trying to use Displaytag tag and reading the titles for the columns out of my application re

[OT DisplayTag] Re: Displaytag reading column titles from application resources file

2005-10-20 Thread Dave Newton
David Whipple wrote: ... You have a property called "" in your application resources file? If so, I guess I don't know, but I'd probably yell at you for a weird resource name. Dave - To unsubscribe, e-mail: [EM

Displaytag reading column titles from application resources file

2005-10-20 Thread David Whipple
I am having trouble trying to use Displaytag tag and reading the titles for the columns out of my application resources file. I have tried: ... But it does not seem to read anything. I have tried searching for the answer, but haven't found anything that I can make work. Does anyone ha