RE : RE: Multiple field and modelDriven

2011-02-18 Thread Matthieu.Marc
De : Maurizio Cucchiara [maurizio.cucchi...@gmail.com] Date d'envoi : jeudi 17 février 2011 10:41 À : Struts Users Mailing List Objet : Re: RE: Multiple field and modelDriven I'm not sure, maybe type conversion is the answer to your question. Have you already seen this [1]?

Re: RE: Multiple field and modelDriven

2011-02-17 Thread Maurizio Cucchiara
chi...@gmail.com] > Envoyé : jeudi 17 février 2011 10:31 > À : Struts Users Mailing List > Objet : Re: Multiple field and modelDriven > > Pardon, I didn't see model driven stuff. > Have you tryied to change your address field to an array string or a simple collection? > &g

RE: Multiple field and modelDriven

2011-02-17 Thread Matthieu.Marc
hiara [mailto:maurizio.cucchi...@gmail.com] Envoyé : jeudi 17 février 2011 10:31 À : Struts Users Mailing List Objet : Re: Multiple field and modelDriven Pardon, I didn't see model driven stuff. Have you tryied to change your address field to an array string or a simple collection? Maurizio

Re: Multiple field and modelDriven

2011-02-17 Thread Maurizio Cucchiara
Pardon, I didn't see model driven stuff. Have you tryied to change your address field to an array string or a simple collection? Maurizio Cucchiara Il giorno 17/feb/2011 09.07, ha scritto: > Hi everybody, > > I have a class named User which contain some information about user . > > I have made a

RE: Multiple field and modelDriven

2011-02-17 Thread Matthieu.Marc
I used the struts 2.2.1.1 version -Message d'origine- De : Maurizio Cucchiara [mailto:maurizio.cucchi...@gmail.com] Envoyé : jeudi 17 février 2011 10:28 À : Struts Users Mailing List Objet : Re: Multiple field and modelDriven Which struts version? Maurizio Cucchiara Il giorno 1

Re: Multiple field and modelDriven

2011-02-17 Thread Maurizio Cucchiara
Which struts version? Maurizio Cucchiara Il giorno 17/feb/2011 09.07, ha scritto: > Hi everybody, > > I have a class named User which contain some information about user . > > I have made a form in my JSP and an action which is modelDriven with my User class. > > Public class User implements mod

Multiple field and modelDriven

2011-02-17 Thread Matthieu.Marc
Hi everybody, I have a class named User which contain some information about user . I have made a form in my JSP and an action which is modelDriven with my User class. Public class User implements modelDriven{}... My question is about multiple field with same id in my JSP. My User class have