[S2] Tag select have problems

2007-01-22 Thread Alexandre Mendonça Lima
Hi everyone, I got last version Struts 2.0.3 today and updated now my application but one page is gone wrong. In this page, I have the code: s:select name=filtroRegiao list=todasRegioes listKey=id listValue=descricao headerKey=-1 headerValue= / My Action class have two atributes:

Re: [S2] Tag select have problems

2007-01-22 Thread André Faria
I had the same problem if the key field were a primitive type that works... Like int insted Integer... Alexandre Mendonça Lima escreveu: Hi everyone, I got last version Struts 2.0.3 today and updated now my application but one page is gone wrong. In this page, I have the code: s:select

Re: [S2] Tag select have problems

2007-01-22 Thread Alexandre Mendonça Lima
, Alexandre Lima - Original Message - From: Alexandre Mendonça Lima [EMAIL PROTECTED] To: Struts Users Mailing List user@struts.apache.org Sent: Monday, January 22, 2007 9:57 AM Subject: [S2] Tag select have problems Hi everyone, I got last version Struts 2.0.3 today and updated now my

Re: [S2] Tag select have problems

2007-01-22 Thread Alexandre Mendonça Lima
Subject: Re: [S2] Tag select have problems I had the same problem if the key field were a primitive type that works... Like int insted Integer... Alexandre Mendonça Lima escreveu: Hi everyone, I got last version Struts 2.0.3 today and updated now my application but one page is gone wrong

Re: [S2] Tag select have problems

2007-01-22 Thread Alexandre Mendonça Lima
- From: Alexandre Mendonça Lima [EMAIL PROTECTED] To: Struts Users Mailing List user@struts.apache.org; [EMAIL PROTECTED] Sent: Monday, January 22, 2007 10:29 AM Subject: Re: [S2] Tag select have problems Hi André, The atributte of key field is a Long. Then this is a bug because in previously

Re: [S2] Tag select have problems

2007-01-22 Thread Stuart Piltch
The atributte of key field is a Long. Then this is a bug because in previously versions worked. Hi Alexandre, I believe this is a bug in the current Struts2 code. See https://issues.apache.org/struts/browse/WW-1601 https://issues.apache.org/struts/browse/WW-1634 Basically, the select

Re: [S2] Tag select have problems

2007-01-22 Thread Alexandre Mendonça Lima
Thanks Stuart, I'll change my code for anything that works! Regards, Alexandre Lima - Original Message - From: Stuart Piltch [EMAIL PROTECTED] To: user@struts.apache.org Sent: Monday, January 22, 2007 11:05 AM Subject: Re: [S2] Tag select have problems The atributte of key field