The problem is that i am not showing the data with the action form. I use
the html:text to read
directly from my DTO and, unfortunatly, no conversion is made.  :(


Giovani Salvador


----- Original Message ----- 
From: "Hubert Rabago" <[EMAIL PROTECTED]>
To: "Struts Users Mailing List" <[EMAIL PROTECTED]>
Sent: Thursday, January 08, 2004 3:14 PM
Subject: Re: html:text and converter


> 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]
>


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

Reply via email to