Hi Alex,
If I understand what you are trying to do, you can use JSTL to accomplish
the task as such:
<c:out value="${fn:toUpperCase(myAttr)}" />
HTH,
-Rod
-----Original Message-----
From: Alexander Jede [mailto:[EMAIL PROTECTED]
Sent: Thursday, August 02, 2007 04:53
To: [email protected]
Subject: [S1]minipulate output of <bean:write>
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?
Thanks
Alex
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]