Re: i18n Forwards

2002-02-25 Thread Dmitri Valdin
I just don't want to get this thread die especially considering the fact, that beta 1.1 will be released soon. There were several proposals, but there is still no decision how should struts resolve this problem. Or perhaps I have missed something. Dmitri Valdin What I was thinking of

Re: i18n Forwards

2002-02-24 Thread Dmitri Valdin
I just don't want to get this thread die especially considering the fact, that beta 1.1 will be released soon. There were several proposals, but there is still no decision how should struts resolve this problem. Or perhaps I have missed something. Dmitri Valdin What I was thinking of

Re: i18n Forwards

2002-01-21 Thread Ted Husted
Just to toss something else into the pot here, A very cool feature of the Tiles taglib is that it allows you to define a template and set of replacement parameters (other templates, string variables), and then call this definition from a Struts ActionForward. Using the original Template

Re: i18n Forwards

2002-01-20 Thread Dmitri Valdin
What I was thinking of originally was an approach to creating dynamic forwards, which could help with several things, including i18n, browser detection, multiple platforms, et cetera. * What about using a request parameter in {} directly instead of {0}, {1}, etc ? {locale} can be handled in

Re: i18n Forwards

2002-01-16 Thread Yunfeng Hou
actually exists in your filesystem before determining which file to return :-) regards ned From: Yunfeng Hou [EMAIL PROTECTED] Reply-To: Struts Developers List [EMAIL PROTECTED] To: Struts Developers List [EMAIL PROTECTED] Subject: Re: i18n Forwards Date: Tue, 15 Jan 2002 11:15:28

Re: i18n Forwards

2002-01-16 Thread Ted Husted
, and runtime customization is a dynamic or smart forward, that can merge a forward with runtime data. Original Message Subject: Re: i18n Forwards Date: Fri, 14 Dec 2001 16:05:20 -0800 (PST) From: Craig R. McClanahan [EMAIL PROTECTED] Reply-To: Struts Developers List [EMAIL PROTECTED

Re: i18n Forwards

2002-01-16 Thread Craig R. McClanahan
On Wed, 16 Jan 2002, [gb2312] Yunfeng Hou wrote: Date: Wed, 16 Jan 2002 19:56:47 +0800 (CST) From: [gb2312] Yunfeng Hou [EMAIL PROTECTED] Reply-To: Struts Developers List [EMAIL PROTECTED] To: Struts Developers List [EMAIL PROTECTED] Subject: Re: i18n Forwards Yes, you can get it from

RE: i18n Forwards

2002-01-16 Thread Nicholas Lesiecki
, January 16, 2002 7:28 AM To: Struts Developers List Subject: Re: i18n Forwards Yunfeng Hou wrote: Yes, you can get it from request. And, comitters, what's your opinion about i18n forwards? Because sometimes i18n enabled message can only solve part of the problem to build a multi-language

Re: i18n Forwards

2002-01-15 Thread Ned Nurk
file to return :-) regards ned From: Yunfeng Hou [EMAIL PROTECTED] Reply-To: Struts Developers List [EMAIL PROTECTED] To: Struts Developers List [EMAIL PROTECTED] Subject: Re: i18n Forwards Date: Tue, 15 Jan 2002 11:15:28 +0800 (CST) Well, how about this, make the ActionMapping plugable, which

Re: i18n Forwards

2002-01-14 Thread Yunfeng Hou
I am really glad to see this this topic, and would like to share some of my thoughts, which I made modification to struts to make the site work for both Chinese and English. 1. Input is also treat as one form of forwards, so it can be defined as attribute of action, or forward of the action. 2.

Re: i18n Forwards

2002-01-14 Thread Ned Nurk
] Reply-To: Struts Developers List [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: Re: i18n Forwards Date: Tue, 15 Jan 2002 02:38:15 +0800 (CST) I am really glad to see this this topic, and would like to share some of my thoughts, which I made modification to struts to make the site work for both

Re: i18n Forwards

2002-01-14 Thread Yunfeng Hou
filename, the request and the servlet object (to get at the app file system). that same interface could be used for Yunfeng's problem too. Regards Ned From: Yunfeng Hou [EMAIL PROTECTED] Reply-To: Struts Developers List [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: Re: i18n

Re: i18n Forwards

2002-01-14 Thread Ted Husted
Developers List [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: Re: i18n Forwards Date: Tue, 15 Jan 2002 02:38:15 +0800 (CST) I am really glad to see this this topic, and would like to share some of my thoughts, which I made modification to struts to make the site work for both

Re: i18n Forwards

2001-12-14 Thread Ted Husted
Craig R. McClanahan wrote: Doing something smart (like a browser-detection mechanism) sounds like a good case for an application subclass of ActionForward that overrides the getPath(Locale) method. Perhaps we should pass in the current request, instead of the Locale, so that the method could

Re: i18n Forwards

2001-12-14 Thread Ted Husted
I was wondering, how would we feel about using Bugzilla for a TODO list. I could convert this thread to a Bugzilla enhancement, and then link to that from the TODO page. Over time, we could cover the TODOs to Enhancements, and then just link to our Bugzilla enhancements for the TODO list. --