Re: Struts 6.3 tags do not automatically evaluate the value field against the ognl stack

2023-11-24 Thread Yasser Zamani
Hi Nate, Thanks for reaching out! What I can't understand is how your app evaluates the value. Because I see the following in Struts UIBean.java since 2006: // see if the value was specified as a parameter already if (parameters.containsKey("value")) {

Struts 6.3 tags do not automatically evaluate the value field against the ognl stack

2023-11-24 Thread Nate Kerkhofs
Greetings, I am currently upgrading a Struts 2.5 project to Struts 6.3, and I ran into an issue with Struts 6.3 tags not evaluating the value against the ognl stack. I have reproduced this issue both with the radio map included in the struts2-core jar and with a custom radiomap.ftl, and also

Re: Struts 6.3 tags do not automatically evaluate the value field against the ognl stack

2023-11-24 Thread Dave Newton
I’m don’t recall if it was intentional but iirc the advice we used to give was to always use the OGNL expression syntax to be explicit and clear. (Iiarc there was a reason for doing this at one point as well.) Seems like still good advice. It should get into the docs, though. On Fri, Nov 24,