Re: Custom tag and map-backed action

2008-09-24 Thread stanlick
t;> accordingly. Do you suppose it would have worked if my Map had >>>>>>>>> >>>>>>>> contained >>>>>>>> >>>>>>>>> 'abc':emp1, 'def':emp2, 'ghi':emp3? >>>

Re: Custom tag and map-backed action

2008-09-24 Thread Laurie Harper
L PROTECTED]>: I encountered a very strange situation today. I had the following in a web page: "F" was apparently being considered a literal for FLOAT and was being trimmed off the String. When I wrapped the variable in quotes is worked http://www.nabble.com/Custom-t

Re: Custom tag and map-backed action

2008-09-23 Thread stanlick
gt;>>> >>>>>>>> Interesting. Seems it is a feature, as documented in [1]. >>>>>>>> >>>>>>>> Tested it myself: >>>

Re: Custom tag and map-backed action

2008-09-23 Thread Laurie Harper
sidered a literal for FLOAT and was being trimmed off the String. When I wrapped the variable in quotes is worked http://www.nabble.com/Custom-tag-and-map-backed-action-tp19614086p19614086.html Sent from the Struts - User mailing list archive at Nabble.com. -

Re: Custom tag and map-backed action

2008-09-23 Thread Gabriel Belingueres
work without the ( ), which I don't >>>> know >>>> >> if this is a necessity or a bug. >>>> >> What about Short and Byte data type? it doesn't say... >>>> >> >>&

Re: Custom tag and map-backed action

2008-09-23 Thread stanlick
t;> >> if this is a necessity or a bug. >>> >> What about Short and Byte data type? it doesn't say... >>> >> >>> >> However, I think is NOT a bug that employees[1234F].id returns >>> >> nothing, since the map key is a string and you

Re: Custom tag and map-backed action

2008-09-23 Thread Gabriel Belingueres
;> >> >> >> [1] >> >> >> http://www.ognl.org/2.6.9/Documentation/html/LanguageGuide/basicExpressions.html#constants >> >> >> >> 2008/9/22 stanlick <[EMAIL PROTECTED]>: >> >> > >> >> > I encountered a ver

Re: Custom tag and map-backed action

2008-09-23 Thread stanlick
nothing, since the map key is a string and you need to quote it > >> accordingly. > >> > >> [1] > >> > http://www.ognl.org/2.6.9/Documentation/html/LanguageGuide/basicExpressions.html#constants > >> > >> 2008/9/22 stanlick <[EMAIL PROTECTED

Re: Custom tag and map-backed action

2008-09-22 Thread Gabriel Belingueres
>: >> > >> > I encountered a very strange situation today. I had the following in a >> web >> > page: >> > >> > >> > >> >> was >> > apparently being considered a literal for FLOAT and was being trimmed off >> &

Re: Custom tag and map-backed action

2008-09-22 Thread stanlick
parently being considered a literal for FLOAT and was being trimmed off > > the String. > > > > When I wrapped the variable in quotes is worked > > > > http://www.nabble.com/Custom-tag-and-map-backed-action-tp19614086p19614086.html > > Sent from the Struts - Us

Re: Custom tag and map-backed action

2008-09-22 Thread Gabriel Belingueres
. I had the following in a web > page: > > > > apparently being considered a literal for FLOAT and was being trimmed off > the String. > > When I wrapped the variable in quotes is worked > > http://www.nabble.com/Custom-tag-and-map-backed-action-tp19614086p1961408

Custom tag and map-backed action

2008-09-22 Thread stanlick
I encountered a very strange situation today. I had the following in a web page: http://www.nabble.com/Custom-tag-and-map-backed-action-tp19614086p19614086.html Sent from the Struts - User mailing list archive at Nabble.com