Re: S2 - Error when I use include in struts.xml

2007-01-29 Thread Alexandre Mendonça Lima
- From: Alexandre Mendonça Lima [EMAIL PROTECTED] To: Struts Users Mailing List user@struts.apache.org Sent: Friday, January 26, 2007 4:18 PM Subject: S2 - Error when I use include in struts.xml Hello, When I use tag include in my struts.xml, I get a error on startup of my application. My

S2 - Error when I use include in struts.xml

2007-01-26 Thread Alexandre Mendonça Lima
Hello, When I use tag include in my struts.xml, I get a error on startup of my application. My struts.xml file is: struts package name=jsime-default extends=struts-default !-- ommited -- /package include file=struts-controleAcesso.xml/ /struts My struts-controleAcesso.xml is: struts

Re: [s2] String comparison with OGNL

2007-01-23 Thread Alexandre Mendonça Lima
I see something in the Guide page about this way: s:property value='%{#parameters.addrType == billing}'/ Alexandre Lima - Original Message - From: Wesley Wannemacher [EMAIL PROTECTED] To: Struts Users Mailing List user@struts.apache.org Sent: Tuesday, January 23, 2007 3:44 PM Subject:

[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 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 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 is

Re: [S2] dropdowndatetimepicker not working

2007-01-15 Thread Alexandre Mendonça Lima
musachy Alexandre Mendonça Lima wrote: Hi, Previously, when I was using version 2.0.1, my JSP was: s:datepicker name=equipamento.dataCadastro format=#dd/#MM/# value=%{dataEqp}/ The property dataCadastro in bean equipamento (property of my action) is from type java.util.Date . It's worked

[S2] dropdowndatetimepicker not working

2007-01-12 Thread Alexandre Mendonça Lima
Hi, Previously, when I was using version 2.0.1, my JSP was: s:datepicker name=equipamento.dataCadastro format=#dd/#MM/# value=%{dataEqp}/ The property dataCadastro in bean equipamento (property of my action) is from type java.util.Date . It's worked! Now, I'm using the actual version