Re: html:text and converter

2004-01-09 Thread Hubert Rabago
> > > That´s the problem, one solution could be using the action form but if i > > > have a DTO with the values, why must i have to > > > copy all values back to Action Form? Don´t you thin this is > time-consuming, > > > cpu-consuming, memory-consuming? >

RE: html:text and converter

2004-01-09 Thread Mike Jasnowski
ssage- From: Hubert Rabago [mailto:[EMAIL PROTECTED] Sent: Thursday, January 08, 2004 2:27 PM To: Struts Users Mailing List Subject: Re: html:text and converter Yes, that last msg wasn't much help. Maybe if you provide a bigger picture of the situation, other folks can give you alternative

Re: html:text and converter

2004-01-09 Thread Giovani Salvador
ROTECTED]> To: "Struts Users Mailing List" <[EMAIL PROTECTED]> Sent: Thursday, January 08, 2004 6:01 PM Subject: Re: html:text and converter > I'm working on a plug-in which addresses some of the concerns you have. The > plug-in is supposed to: > > 1. define dyna

Re: html:text and converter

2004-01-09 Thread Giovani Salvador
Giovani Salvador - Original Message - From: "Brad Balmer" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" <[EMAIL PROTECTED]> Sent: Thursday, January 08, 2004 5:29 PM Subject: Re: html:text and converter > This may be considered a workaround instead of

Re: html:text and converter

2004-01-09 Thread Giovani Salvador
nt: Thursday, January 08, 2004 5:28 PM Subject: RE: html:text and converter Isn't this issue resolved by using ActionForms correctly in the first place? They are meant to save/transport form state, which is composed of strings. When you want to represent form properties as Dates, Integers, e

Re: html:text and converter

2004-01-08 Thread Hubert Rabago
ink the major question is: > How can i use the html:text to get value from an object (DTO or Action Form) > and FORMAT it > > I have seen in the archives many questions and no real answer. > > Thanks > > Giovani Salvador > > > > ----- Original

RE: html:text and converter

2004-01-08 Thread Hookom, Jacob
-- From: Giovani Salvador [mailto:[EMAIL PROTECTED] Sent: Thursday, January 08, 2004 3:20 PM To: Struts Users Mailing List Subject: Re: html:text and converter Don´t worry Hubertwell, i will try explain more detailed I have a jsp page with the following tag Ok, the attribute "name

Re: html:text and converter

2004-01-08 Thread Brad Balmer
ot; <[EMAIL PROTECTED]> Sent: Thursday, January 08, 2004 4:27 PM Subject: Re: html:text and converter Yes, that last msg wasn't much help. Maybe if you provide a bigger picture of the situation, other folks can give you alternatives. Or at least help convince you of

Re: html:text and converter

2004-01-08 Thread Giovani Salvador
Struts Users Mailing List" <[EMAIL PROTECTED]> Sent: Thursday, January 08, 2004 4:27 PM Subject: Re: html:text and converter > Yes, that last msg wasn't much help. Maybe if you provide a bigger picture of > the situation, other folks can give you alternatives. Or at least help con

Re: html:text and converter

2004-01-08 Thread Hubert Rabago
> > > Giovani Salvador > > > > > > - Original Message - > > From: "Hubert Rabago" <[EMAIL PROTECTED]> > > To: "Struts Users Mailing List" <[EMAIL PROTECTED]> > > Sent: Thursday, January 08, 2004 3:14 PM >

Re: html:text and converter

2004-01-08 Thread Hubert Rabago
> > 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 &g

Re: html:text and converter

2004-01-08 Thread Giovani Salvador
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 yo

Re: html:text and converter

2004-01-08 Thread Hubert Rabago
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

html:text and converter

2004-01-08 Thread Giovani Salvador
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 no