We updated to
Struts 2.3.15.1 for security purposes. When we did we noticed that we lost some ability to set values using the dot notation method in the
jsp. If we have a map that takes the Foo class and Foo has a Bar class, we had been previously successful in setting the Bar class for Foo using a hidden field. When we updated, the Bar class is now coming across as null whereas before the Bar class - in the sample below - would have been created for Foo and given an id value of 12.
Is there a syntax that we need to be using in our jsp to get the previous results with the new version of struts?