You'll have to format the data that you're passing to your ActionForm. If you're extending from ActionForm (but not using a Dyna form), perhaps you can format the data in your setField() method, or before returning from a getField() method.
--- Giovani Salvador <[EMAIL PROTECTED]> wrote: > Hi all... > > Is there a way to force that html:text call a converter? My problem is that i > am trying to format > a date before showing it with html:text tag and a possible way is to pass by > the StringConverter class, > for example. By debugging the jakarta commons beans i perceveid that this call > is not made. Any tip > on how to force passing by the StringConverter? > > Thanks. > > Giovani Salvador > __________________________________ Do you Yahoo!? Yahoo! Hotjobs: Enter the "Signing Bonus" Sweepstakes http://hotjobs.sweepstakes.yahoo.com/signingbonus --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

