pon., 10 kwi 2023 o 09:57 Greg Huber <gregh3...@gmail.com> napisał(a):
>
> Modified version here
>
> https://github.com/gregh3269/struts/tree/WW-5302-unevaluated-id
>
> <s:form action="myConfig">
>
>    <s:set var="mainAction">myConfig</s:set>
>    <s:submit value="%{getText('button.save')}"
> action="%{#mainAction}!save" />
>    <s:submit value="%{getText('button.save')}" action="%{#mainAction}"
> method="save" />
>
>    <input name="action:myConfig!save" type="submit" value="Save"
> id="myConfig_myConfig_save">

I missed that you do not use the "name" attribute but just "action" -
should be good now, thanks for testing this and finding the problem :)


Regards
-- 
Łukasz
+ 48 606 323 122 http://www.lenart.org.pl/

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

Reply via email to