Rechecked it, and it seems to be on chain actions, from one to another, ie success below

<action name="myRefresh!*" method="{1}"
                class="myRefresh">
            <result name="input" type="tiles">.MyRefresh</result>
            <result name="success" type="chain">mylist</result>
            <result name="cancel" type="redirectAction">mylist</result>
        </action>

<action name="mylist!*" method="{1}"
                class="MyList">
            <result name="list" type="tiles">.myList</result>

            <result name="error" type="chain">myList</result>

</action>

Could not see any additional messages.

A redirectAction with <interceptor-ref name="store">..</interceptor-ref> logic works OK.

Cheers Greg

On 29/12/2021 16:44, Yasser Zamani wrote:
could you please retry with devMode true, and scrutinize WARN logs?

Regards.

On 12/23/2021 1:23 PM, Greg Huber wrote:
....Sorry also action messages on a chain don't work any more, although for a redirectAction they do.

These are subtle differences so harder to spot!

On 23/12/2021 08:22, Lukasz Lenart wrote:
czw., 23 gru 2021 o 08:48 Greg Huber <gregh3...@gmail.com> napisał(a):
are there any other tags set escapeHtmlBody="true"  now as a default?
Component (<s:component/> to create generic tags), Anchor (<s:a/>) and
Submit (<s:submit/>)

It affects only those tags which are using "parameters.body" in their
FTL template - for now only these above are "affected"


Regards

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@struts.apache.org
For additional commands, e-mail: dev-h...@struts.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@struts.apache.org
For additional commands, e-mail: dev-h...@struts.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@struts.apache.org
For additional commands, e-mail: dev-h...@struts.apache.org

Reply via email to