RE: STRUTS 2 . Populating values in Action

2006-12-08 Thread Juan Espinosa
ilto:[EMAIL PROTECTED] Enviado el: Miércoles, 06 de Diciembre de 2006 11:25 a.m. Para: 'Struts Users Mailing List' Asunto: RE: STRUTS 2 . Populating values in Action Ok andrew i will search in that forum...Thanks for your help... Juan -Mensaje original- De: Andrew Stepanenko [mailto:[E

RE: STRUTS 2 . Populating values in Action

2006-12-06 Thread Juan Espinosa
to all for helping me -Mensaje original- De: Wesslan [mailto:[EMAIL PROTECTED] Enviado el: Miércoles, 06 de Diciembre de 2006 10:22 a.m. Para: 'Struts Users Mailing List' Asunto: RE: STRUTS 2 . Populating values in Action "Webwork in action" have a 20-

RE: STRUTS 2 . Populating values in Action

2006-12-06 Thread Wesslan
"Webwork in action" have a 20-page chapter on Type conversion. -Original Message- From: Andrew Stepanenko [mailto:[EMAIL PROTECTED] Sent: den 6 december 2006 14:13 To: Struts Users Mailing List Subject: Re: STRUTS 2 . Populating values in Action Hello, there is also a lot o

RE: STRUTS 2 . Populating values in Action

2006-12-06 Thread Juan Espinosa
Ok andrew i will search in that forum...Thanks for your help... Juan -Mensaje original- De: Andrew Stepanenko [mailto:[EMAIL PROTECTED] Enviado el: Miércoles, 06 de Diciembre de 2006 10:13 a.m. Para: Struts Users Mailing List Asunto: Re: STRUTS 2 . Populating values in Action Hello

Re: STRUTS 2 . Populating values in Action

2006-12-06 Thread Andrew Stepanenko
g List Asunto: Re: STRUTS 2 . Populating values in Action Hello, have you looked at Type Conversion mechanism: http://cwiki.apache.org/WW/type-conversion.html ? Regards, Andrew Stepanenko, http://unf.tane.edu.ua On 12/6/06, Juan Espinosa <[EMAIL PROTECTED]> wrote: > Hi to all, i have a

RE: STRUTS 2 . Populating values in Action

2006-12-06 Thread Wesslan
ing List Asunto: Re: STRUTS 2 . Populating values in Action Hello, have you looked at Type Conversion mechanism: http://cwiki.apache.org/WW/type-conversion.html ? Regards, Andrew Stepanenko, http://unf.tane.edu.ua On 12/6/06, Juan Espinosa <[EMAIL PROTECTED]> wrote: > Hi to all,

RE: STRUTS 2 . Populating values in Action

2006-12-06 Thread Juan Espinosa
. Populating values in Action Hello, have you looked at Type Conversion mechanism: http://cwiki.apache.org/WW/type-conversion.html ? Regards, Andrew Stepanenko, http://unf.tane.edu.ua On 12/6/06, Juan Espinosa <[EMAIL PROTECTED]> wrote: > Hi to all, i have a cuestion about populatin val

Re: STRUTS 2 . Populating values in Action

2006-12-06 Thread Andrew Stepanenko
Hello, have you looked at Type Conversion mechanism: http://cwiki.apache.org/WW/type-conversion.html ? Regards, Andrew Stepanenko, http://unf.tane.edu.ua On 12/6/06, Juan Espinosa <[EMAIL PROTECTED]> wrote: Hi to all, i have a cuestion about populatin values in an action. I have an action that

RE: STRUTS 2 . Populating values in Action

2006-12-06 Thread Dave Newton
From: Juan Espinosa [mailto:[EMAIL PROTECTED] > Anyone knows how to populate this kinds of values. I don't know if Preparable has any negative interactions with ModelDriven (haven't even looked at it yet :( but it may do what you want. Dave ---