Re: Migrating from Struts 2.13.x to 7.0.3 with custom taglib issue

2025-03-06 Thread 楊茗閏
Hi looks like OGNL allowlist capability is indeed the issue Thanks 2025年3月5日(水) 16:43 Lukasz Lenart : > > śr., 5 mar 2025 o 09:12 楊茗閏 napisał(a): > > > > Hi > > I am immigrating Struts from 2.13.x to 7.0.3 for a very old project. > > The project has its own taglib following the Struts style and

Re: Passing parameters

2025-03-06 Thread Lukasz Lenart
czw., 6 mar 2025 o 10:55 Ed napisał(a): > I tested an example with struts 7.x > (https://github.com/apache/struts-examples/tree/main/control-tags) and > when edit `personBean` can't send to the form. If I have a string or a > map can send to the form, but object not. Thanks for pointing that out,

Passing parameters

2025-03-06 Thread Ed
Hi, I tested an example with struts 7.x (https://github.com/apache/struts-examples/tree/main/control-tags) and when edit `personBean` can't send to the form. If I have a string or a map can send to the form, but object not. Thanks, Ed ---