Re: tag select

2009-04-07 Thread Burton Rhodes
an ArrayList with 31 days but how can insert this > ArrayList into a list of the select tag? > -- > View this message in context: > http://www.nabble.com/tag-select-tp22931262p22931262.html > Sent from the Str

Re: tag select

2009-04-07 Thread Lukasz Lenart
2009/4/7 PEGASUS84 : > good evening; > I've this question: > I want crate a select tag with a list of 31 days. > I create a java class with an ArrayList with 31 days but how can insert this > ArrayList into a list of the select tag? Don't duplicate topics, it doesn't help! I already answered your

tag select

2009-04-07 Thread PEGASUS84
good evening; I've this question: I want crate a select tag with a list of 31 days. I create a java class with an ArrayList with 31 days but how can insert this ArrayList into a list of the select tag? -- View this message in context: http://www.nabble.com/tag-select-tp22931262p22931262

Re: org.apache.jasper.JasperException: tag 'select', field 'list', name 'fieldTypeID'

2009-03-15 Thread Muthu Velappan
y on EditField and so it gives you the >>> stacktrace. >>> >>> Quick and dirty solution is to create such a propertyon the EditField >>> action. If you want to avoid code duplication you could >>> create a small action that gives you the Map and use the tag >

Re: org.apache.jasper.JasperException: tag 'select', field 'list', name 'fieldTypeID'

2009-03-13 Thread Greg Lindholm
you could >> create a small action that gives you the Map and use the tag >> as you populate the select. >> >> Cheers >> Chris aka musomesa >> >> >> >> >> -Original Message- >> From: Mu

Re: org.apache.jasper.JasperException: tag 'select', field 'list', name 'fieldTypeID'

2009-03-13 Thread Muthu Velappan
small action that gives you the Map and use the tag as > you populate the select. > > Cheers > Chris aka musomesa > > > > > -Original Message- > From: Muthu Velappan > To: user@struts.apache.org > Sent: Fri, 13 Mar 2009 2:12 pm > Subject: org.ap

Re: org.apache.jasper.JasperException: tag 'select', field 'list', name 'fieldTypeID'

2009-03-13 Thread musomesa
es you the Map and use the tag as you populate the select. Cheers Chris aka musomesa -Original Message- From: Muthu Velappan To: user@struts.apache.org Sent: Fri, 13 Mar 2009 2:12 pm Subject: org.apache.jasper.JasperException: tag 'select', field 'list', name '

org.apache.jasper.JasperException: tag 'select', field 'list', name 'fieldTypeID'

2009-03-12 Thread Muthu Velappan
this.. Can any one throw some light on how to clear this out... SEVERE: Servlet.service() for servlet jsp threw exception tag 'select', field 'list', name 'fieldTypeID': The requested list key 'fieldTypeMap' could not be resolved as a collection/array/map/

org.apache.jasper.JasperException: tag 'select'

2008-04-03 Thread Alex Shneyderman
input. All of a sudden the list can not be looked up. Anyone has an idea of what might be wrong? This is with jetty being run from a maven plugin. HTTP ERROR: 500 tag 'select', field 'list', name 'country': The requested list key '#cl.countries' could n

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: Sent: Monday, January 22, 2007 11:05 AM Subject: Re: [S2] Tag select have problems The atributte of key field

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
- From: "Alexandre Mendonça Lima" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" ; <[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 becaus

Re: [S2] Tag select have problems

2007-01-22 Thread Alexandre Mendonça Lima
11:23 AM 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 wr

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" 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 up

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: listValue="desc

[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: listValue="descricao" headerKey="-1" headerValue=" " /> My Action class have two atributes: todasRegioes is a java.util.List and filtroRegiao is a jav

Re: [HTML-TAG] select tag and collections : need of a very simple example

2005-02-28 Thread Erik Weber
State: Where USStateValues and USStateLabels are application scope attributes. USStateValues is {"AL", "AZ", "AR", . . .} and USStateLabels is {"Alabama", "Arizona",

[HTML-TAG] select tag and collections : need of a very simple example

2005-02-28 Thread Stéphane Zuckerman
Hello, I am quite new to Struts, but have been playing with this framework for some time now (mostly as a means of understanding the framework)... There is still one thing that isn't clear for me though : I understand how to use a "simple" html:select tag, but when it comes to use a Collection