Re: How to reference the value of a List collection on s:select tag?

2022-02-21 Thread Lukasz Lenart
pon., 21 lut 2022 o 22:09 Burton Rhodes napisał(a): > > Nice - that was it. Thanks! > > Is that in the documentation anywhere? There is some reference here https://struts.apache.org/tag-developers/ognl-basics If you need more info I can try to extend the docs. Regards -- Łukasz + 48 606 323 1

Re: How to reference the value of a List collection on s:select tag?

2022-02-21 Thread Burton Rhodes
Nice - that was it. Thanks! Is that in the documentation anywhere? On Mon, Feb 21, 2022 at 2:27 PM Lukasz Lenart wrote: > pon., 21 lut 2022 o 20:38 Burton Rhodes > napisał(a): > > > > I am using the s:select tag and filling it with a List - pretty > > basic. However, I am wanting to change th

Re: How to reference the value of a List collection on s:select tag?

2022-02-21 Thread Lukasz Lenart
pon., 21 lut 2022 o 20:38 Burton Rhodes napisał(a): > > I am using the s:select tag and filling it with a List - pretty > basic. However, I am wanting to change the value that is displayed by > adding a character before the String, but I can't figure out how to > reference the item itself (since

How to reference the value of a List collection on s:select tag?

2022-02-21 Thread Burton Rhodes
I am using the s:select tag and filling it with a List - pretty basic. However, I am wanting to change the value that is displayed by adding a character before the String, but I can't figure out how to reference the item itself (since it's not an object with properties). The code below takes a Li