Re: using struts taglib how to find the lenght of an parameter

2009-09-17 Thread Nils-Helge Garli Hegvik
A simple way to achieve that is to have a property on the form bean that returns the username appropriate for display. Nils-H On Thu, Sep 17, 2009 at 2:35 PM, swathi reddy wrote: >  Hi all > > I am trying to display a user name through tag but before that > I want to check the lenght of the nam

using struts taglib how to find the lenght of an parameter

2009-09-17 Thread swathi reddy
Hi all I am trying to display a user name through tag but before that I want to check the lenght of the name so that I can trim the name if it exceeds 20 charecters. -- Thanks& Regards Swathi