Maybe its just me or I'm missing something here, but do we have to use tinyurl.com? I'm not sure I like the idea of relying on a 3rd party for web resource address translation.
If continue using this service and something happened and tinyurl.com was not available, we would lose many valuable references such as the one below. Perhaps we could utilize some other means of shortening long URLs, or at least something we have more control over. Your thoughts? On Thu, 1 Jan 2004 [EMAIL PROTECTED] wrote: > husted 2004/01/01 14:39:59 > > Modified: src/share/org/apache/struts/taglib/bean WriteTag.java > Log: > Add notes regarding discovering localized notations, per research by Jason Lea. > > Revision Changes Path > 1.31 +12 -5 > jakarta-struts/src/share/org/apache/struts/taglib/bean/WriteTag.java > > Index: WriteTag.java > =================================================================== > RCS file: > /home/cvs/jakarta-struts/src/share/org/apache/struts/taglib/bean/WriteTag.java,v > retrieving revision 1.30 > retrieving revision 1.31 > diff -u -r1.30 -r1.31 > --- WriteTag.java 1 Jan 2004 19:27:19 -0000 1.30 > +++ WriteTag.java 1 Jan 2004 22:39:59 -0000 1.31 > @@ -316,7 +316,14 @@ > /** > * Format value according to specified format string (as tag attribute or > * as string from message resources) or to current user locale. > - * > + * > + * When a format string is retrieved from the message resources, > + * <code>applyLocalizedPattern</code> is used. For more about localized > + * patterns, see <http://tinyurl.com/33y54>. (To obtain the correct > + * value for some characters, you may need to view the file in a > + * hex editor and then use the Unicode escape form in the > + * property resources file.) > + * > * @param valueToFormat value to process and convert to String > * @exception JspException if a JSP exception has occurred > */ > > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > -- James Mitchell Software Developer / Struts Evangelist http://www.struts-atlanta.org --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]