On 8/2/07, Alexander Jede <[EMAIL PROTECTED]> wrote:
> Hallo list,
> I have an ActionForm with an attribute (String) to print the value of
> this attribute I use <bean:write name="myBean" property="myAttr"/>.
> The problem is the String could have small and capital letters but I
> would like to print it always the same. For example always with capital
> letters.
> Exists a way to do this with struts or have I to write my own Tag to do
> this?

Nothing in Struts, but Jakarta taglibs already has such tags:

http://jakarta.apache.org/taglibs/doc/string-doc/intro.html

Niall

> Thanks
> Alex

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

Reply via email to