[S1]minipulate output of bean:write

2007-08-02 Thread Alexander Jede
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.

Re: [S1]minipulate output of bean:write

2007-08-02 Thread Niall Pemberton
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

Re: [S1]minipulate output of bean:write

2007-08-02 Thread vamsi
I think we can't specify the string format using bean write may u can handle this thing using CSS - Original Message - From: Alexander Jede [EMAIL PROTECTED] To: user@struts.apache.org Sent: Thursday, August 02, 2007 2:22 PM Subject: [S1]minipulate output of bean:write Hallo list, I

RE: [S1]minipulate output of bean:write

2007-08-02 Thread Rod Bollinger
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