Thank you Jack, that's very kind of you, I will take a look at
modifying the taglib this afternoon.
--b
On Wed, 15 Dec 2004 15:46:09 -0800, Dakota Jack <[EMAIL PROTECTED]> wrote:
> Hi, Bryan,
>
> I could not agree more. But, you might as well bang your head against
> the wall as play Cassandra
Sorry, Bryan, here's the rest:
protected String convertToUTF8(String original) {
try {
byte[] utf8Bytes = original.getBytes("UTF8);
original = new String(utf8Bytes,"UTF8");
} catch (UnsupportedEncodingException uee) {
// logging, etc.
}
return original;
}
J
Hi, Bryan,
I could not agree more. But, you might as well bang your head against
the wall as play Cassandra to this version of the Trojan Horse (JSF).
What I do in these cases is to just extend the tags. This one is
fairly easy. Here is a sample early method I built off of which you
can modify
If I were to speculate which would be more usefull to the community,
implementing something basic like this or creating support for JSF I
would imagine that this would
probably be more useful.
This reminds me of my skateboarding days, before learning how to do a
360 fakie kickflip it's kinda usefu
Bryan,
Here's some thoughts:
- Leverage the Java language's inherent ability to internationalize
things.
- Leverage commons-resources to internationalize things.
- Use a database to internationalize things.
They aren't necessarily mutually-exclusive options, although there's little
reas
It has come up before:
http://issues.apache.org/bugzilla/show_bug.cgi?id=9748
http://issues.apache.org/bugzilla/show_bug.cgi?id=17600
but it hasn't been implemented in Struts
Niall
- Original Message -
From: "bryan" <[EMAIL PROTECTED]>
To: "Struts Users Mailing List" <[EMAIL PROTECTED]
6 matches
Mail list logo