"tobias rademacher" <[EMAIL PROTECTED]> writes:

>The convention is quite clear. The reason __not__.

So you didn't read the HOWTO. Turbine might lowercase the parameter
names. Or it does not (you can change this by setting url.case.fold in
TR.props. However, the ActionEvent class does not know the "casing of
the parameter names" de jour, so it plays it safe.

There is no reason not to write your own class which implements your
own strategy. This is Java, after all, not PHP. :-)

(I'm really scared by the idea of an application that passes actual
Bean property names as parameters through a web application. Either
you really are a validation wizard or you've just opened a big hole
into your application bean objects. Shades of OBSOC.

> Why not work in conjunction with Bean Standard? You can have a
> fooBar property and the corresonging getter/setter accessors will be
> getFooBar/setFooBar.  How is the capitalize method implmented? It
> should be work in vice versa manner as
> java.beans.Introspector#decapitalize(String)
> (http://java.sun.com/j2se/1.4.2/docs/api/java/beans/Introspector.html#decapitalize(java.lang.String)
> work! Using regular expression this shouldn't be such a magic thing
> to implement such a capitalize method, should it?

Send patches. Trust me to listen to you.

        Regards
                Henning

For those of you outside Germany: OBSOC is a portal site comparable to
Microsoft Passport from the biggest german telco which has about
250.000 subscribers with customers like the german central
intelligence service. And there are security holes in it that you
could fly a 747 through it. You can get a rough idea if you translate
https://www.ccc.de/updates/2004/obsoc e.g. with Babelfish.

-- 
Dipl.-Inf. (Univ.) Henning P. Schmiedehausen          INTERMETA GmbH
[EMAIL PROTECTED]        +49 9131 50 654 0   http://www.intermeta.de/

RedHat Certified Engineer -- Jakarta Turbine Development  -- hero for hire
   Linux, Java, perl, Solaris -- Consulting, Training, Development

"Fighting for one's political stand is an honorable action, but re-
 fusing to acknowledge that there might be weaknesses in one's
 position - in order to identify them so that they can be remedied -
 is a large enough problem with the Open Source movement that it
 deserves to be on this list of the top five problems."
                       -- Michelle Levesque, "Fundamental Issues with
                                    Open Source Software Development"

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to